Example JCL

The following figure is an example of JCL that migrates the option values in batch.
//ZIOMIGR JOB (PZIO),CLASS=Q,MSGCLASS=X,NOTIFY=&SYSUID
//STEP02 EXEC PGM=ZIOMAIN,
// PARM='ACT OMEMB(ACT9101) ALL'
//STEPLIB DD DSN=ZIO.DEV0100.LOAD,DISP=SHR
//INDD DD DISP=SHR,DSN=RDASZS.INSTALL.INPUT.LOAD(ACT8201)
//OUTDD DD DISP=SHR,DSN=RDASZS.INSTALL.OUTPUT.DOPT
//SYSERR DD SYSOUT=*
//SYSUDUMP DD SYSOUT=*
Was this page helpful? Yes No Submitting... Thank you

Comments