Previous Topic: Examples of Coding Keyword Order CSECTsNext Topic: Modifying the JCLNeat Operator Command Table


Modifying the JCLNeat JES3 Control Card Table

The JES3 Control Card Table for JCLNeat defines the valid JES3 control statements. CA JCLCheck does not change the JES3 control statements it finds in this table in the original JCL when it passes it to the reformatted JCL.

The JCLNeat default JES3 CSECT is as follows:

CAZ1NCJ3 CSECT
         DC    CL10'DATASET'
         DC    CL10'ENDDATASET'
         DC    CL10'FORMAT'
         DC    CL10'PR'
         DC    CL10'PU'
         DC    CL10'MAIN'
         DC    CL10'NET'
         DC    CL10'NETACCT'
         DC    CL10'OPERATOR'
         DC    CL1O'PAUSE'
         DC    CL10'PROCESS'
         DC    CL10'ROUTE'
         DC    CL10'user-card1'
         DC    CL10'user-card2'
         DC    CL1O'user-cardn'
         DC    X'FF'
         END

Note: JCLNeat treats the NJB statement as a JOB statement.

To modify the JES3 Control Statement Table, input the preceding table replacing JOB statement entries with the JES3 control statements created at your site. If there are fewer than three entries, do not code the remaining entries.