Previous Topic: The ROUTETBL CSECTNext Topic: CA JCLCheck Macros


The SSCTLTBL CSECT

The SSCTLTBL CSECT defines special JCL and subsystem control statements to CA JCLCheck. Two JCL statements, CNTL and ENDCNTL, and a Print Services Facility control statement, PRINTDEV, were added to job control language in JES2 and JES3 System Product, Version 1.3.4. As distributed, CA JCLCheck flags these statements as errors.

You must link the SSCTLTBL with CA JCLCheck to activate support for these JCL statements. Define SSCTLTBL entries with the same $JESCTL macro you use to define JES2 or JES3 control statements.

When subsystem control statement support is active, CA JCLCheck checks for proper usage of CNTL and ENDCNTL and also checks the syntax of the PRINTDEV control statement. CA JCLCheck also allows the CNTL=*.name DD statement keyword and checks that the backward reference is coded correctly.

Note: See SSCTLTBL in the CAZ2SRC library.