This utility program :
Copies sequential data set from one device to another.
Create a PDS from a sequential dataset. Expand or add members to a PDS.
Produce an edited dataset.
Change logical record lengths of a dataset.
Sample program:
// JOBCARD
//STEP1 EXEC PGM=IEBGENER
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN= INPUT.DATASET,DISP=SHR
//SYSUT2 DD DSN=OUTPUT.DATASET, DISP=SHR
//SYSIN DD DUMMY
//
No comments:
Post a Comment