Use your text editor to prepare a data set that contains the JCL for the job. Here's an example:
//RECJOB01 JOB MSGCLASS=A,NOTIFY=D27SYSP4,CLASS=B //RPGSTEP EXEC PGM=RPG //SYSUDUMP DD SYSOUT=P //SYSPRINT DD SYSOUT=* //INPUT1 DD DSN=SALES.INPUT.DATA,DISP=OLD, // DCB=(RECFM=FBA,LRECL=133,BLKSIZE=1330) //RECREPS DD SYSOUT=E
Copyright © 2013 CA.
All rights reserved.
|
|