Previous Topic: Message Processing Subroutine for CA JCLCheckNext Topic: Sample Output for CA JCLCheck


Sample JCL for CA JCLCheck

The following is sample JCL used to invoke CA JCLCheck. 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 CAZ1REXX, which is the standard REXX EXEC template supplied in CAZ2CLS0.

The SYSIN DD statement supplies CA JCLCheck with the name of the JCL containing the JOB statement.

//USERDOEJ 	JOB (40100000),'J. DOE',CLASS=F,MSGCLASS=X
//Z1EXJ6C0  EXEC CAZ1JCHK,
//         	OPTION='O(OPTS),STDR(CAZ1REXX)'  	<-- SAMPLE REXX EXEC
//OPTS   	DD  *                           	<-- YOUR RUNTIME OPTIONS
/*
//SYSIN  DD  DISP=SHR,DSN=USERDOE.JCL.CNTL(SB4)  <-- INPUT JCL