MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Convert a VBA PDS to FB PDS

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities
View previous topic :: View next topic  
Author Message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Thu May 24, 2012 5:18 pm    Post subject: Convert a VBA PDS to FB PDS Reply with quote

Frank,

Problem is in a Job Step I accidentally routed IDCAMS SYSPRINT to my JCLLIB. Consequently the PDS format has now changed to a VBA of LRECL 125 from a FB of LRECL 80 and no members are currently accessible as the error message is
Code:
I/O error occurred reading the edit data. Check data set block sizes.   

I need to be able to access the PDS members so was wondering if DFSORT or some utility could enable this by converting the VBA PDS to a FB PDS of LRECL 80.

PLEASE POST code sample if you know of a workable solution using utility.


Thank You!
Back to top
View user's profile Send private message
Frank Yaeger
Sort Forum Moderator
Sort Forum Moderator


Joined: 02 Dec 2002
Posts: 1618
Topics: 31
Location: San Jose

PostPosted: Thu May 24, 2012 7:32 pm    Post subject: Reply with quote

Well, if the data set is not accessible, I'm not sure you can use DFSORT to do anything with it, but ...

DFSORT cannot operate on an entire PDS. It can only operate on one member at a time.

You could try using

Code:

    OPTION COPY
    OUTFIL VTOF,BUILD=(6,80)


to convert one old VBA/125 member to a new FB/80 member. If it works, you would have to do that for each member.

Maybe somebody else has a way to convert the entire PDS in one shot.
_________________
Frank Yaeger - DFSORT Development Team (IBM)
Specialties: JOINKEYS, FINDREP, WHEN=GROUP, ICETOOL, Symbols, Migration
DFSORT is on the Web at:
www.ibm.com/storage/dfsort


Last edited by Frank Yaeger on Thu May 24, 2012 7:33 pm; edited 1 time in total
Back to top
View user's profile Send private message Send e-mail Visit poster's website
kolusu
Site Admin
Site Admin


Joined: 26 Nov 2002
Posts: 12368
Topics: 75
Location: San Jose

PostPosted: Thu May 24, 2012 7:33 pm    Post subject: Reply with quote

vini,

Can you recover the dataset from your backup? i.e Using HRECOVER. If not you can try this jcl which will try to create a member in the pds. Once this job is run your PDS should have its original attributes.

Code:

//STEP0100 EXEC PGM=IEBGENER                                   
//SYSPRINT DD SYSOUT=*                                         
//SYSUT1   DD *                                                 
I MESSED UP MY PDS NOW HOPE THIS WORKS                         
//SYSUT2   DD DSN=Your Corrupted Pds(somename),DISP=SHR,DCB=RECFM=FB
//SYSIN    DD DUMMY

_________________
Kolusu - DFSORT Development Team (IBM)
DFSORT is on the Web at:
www.ibm.com/storage/dfsort

www.linkedin.com/in/kolusu
Back to top
View user's profile Send private message Send e-mail Visit poster's website
papadi
Supermod


Joined: 20 Oct 2009
Posts: 594
Topics: 1

PostPosted: Thu May 24, 2012 8:38 pm    Post subject: Reply with quote

Suggest you look at the dataset iinformation via 3.4 and then I for that dataset.

If the dcb parameters are as they should be, ok. If they are not, i believe you might need to put the lrecl and blksize on the sysut2 dataset.

I'm not where i can test this tonight.
_________________
All the best,

di
Back to top
View user's profile Send private message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Thu May 24, 2012 11:04 pm    Post subject: Reply with quote

Thank you so much Kolusu, Frank & Papadi for all the suggestions.

This gives me some hope. I will try these from work. Appreciate !!!
Back to top
View user's profile Send private message
vini
Intermediate


Joined: 12 Jan 2004
Posts: 240
Topics: 48
Location: Maryland

PostPosted: Fri May 25, 2012 5:19 pm    Post subject: Reply with quote

HRECOVER with REPLACE worked like a charm. Very Happy
Back to top
View user's profile Send private message
papadi
Supermod


Joined: 20 Oct 2009
Posts: 594
Topics: 1

PostPosted: Fri May 25, 2012 10:27 pm    Post subject: Reply with quote

Good to hear it is working - thank you for letting us know Smile

d
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> Utilities All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group