Page 2 of 2

Re: How can we Concatenate different generations of GDG

PostPosted: Sat Aug 14, 2010 1:18 am
by maxcc
Thanks Smita. I tried and it is working fine..

Re: How can we Concatenate different generations of GDG

PostPosted: Sat Aug 14, 2010 10:03 am
by NicC
If you need to copy all catalogued versions of a gdg then only specify the gdg base name...

//SYSUT1    DD DSN=HLI.MLG.NAME,DSIP=SHR


This will pick up whichever generations are listed in the catalog e.g G0033V00,G0034V00 etc

Re: How can we Concatenate different generations of GDG

PostPosted: Sat Aug 14, 2010 10:20 am
by dick scherrer
Hello,

If the order of the data is not important this can save some DD statements.

If the order of the data is important, suggest a simple test to make sure the data is read in the order needed. . .