Gerhard, I just tried this - what a hoot! I never would have thought of it...Thanks for such a simple suggestion - I will keep this JCL around!
Billy On Tue, Dec 11, 2012 at 3:55 PM, Gerhard Postpischil <[email protected]>wrote: > On 12/11/2012 3:44 PM, Gibney, Dave wrote: > >> I've never used it, but this seems to be a basic function of IEBGENER(and >> therefore SYNC/ICE GENER) >> .8.2.5 RECORD Statement >> > > All this is overkill. A simple gener will do: > > // EXEC PGM=IEBGENER > //SYSPRINT DD SYSOUT=* > //SYSIN DD DUMMY > //SYSUT1 DD DSN=old.ds,DISP=SHR, > // DCB=(RECFM=FB,LRECL=82) > //SYSUT2 DD DSN=new.ds,DISP=(,CATLG)...**etc. > // DCB=(RECFM=FB,LRECL=82,**BLKSIZE=0) > > > Gerhard Postpischil > Bradford, Vermont > > > ------------------------------**------------------------------**---------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- Thank you and best regards, *Billy Ashton* ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
