Previous Topic: INCLUDE Processing Subroutine for JCLNeatNext Topic: Sample Output for JCLNeat


Sample JCL for JCLNeat

The following is sample JCL used to invoke JCLNeat. Note the line which contains OPTION=. This is the line that calls the REXX interface for the specified REXX member. In this case, the REXX member is CAZ1NREX, which is the standard REXX EXEC template supplied in CAZ2CLS0.

The PDSIN DD statement supplies JCLNeat with the input data set containing the JCL to be reformatted.

//USERDOEJ JOB (40100000),'J. DOE',CLASS=F,MSGCLASS=X
//Z1EXJ6C0  EXEC CAZ1NEAT,
//          OPT='INLIB=SEQ1,OUTLIB=SEQ1,REXXMEM=CAZ1NREX <-- SAMPLE REXX EXEC
//PDSIN  DD  DISP=SHR,DSN=USERDOE.JCL.CNTL               <-- INPUT JCL