Previous Topic: EDCHEK Control Statement File with AUTOPROC Option ExampleNext Topic: Modifying JCLNeat Tables


Modifying the JCLNeat Default Options

Specify the defaults for the JCLNeat options using the CAZ1NDMP macro, which CA JCLCheck then assembles in the CAZ1NDEF CSECT. You can modify these defaults by:

The format of changes to the CAZ1NDMP macro is identical to options input using the PARM field at execution time. For example, to change the defaults for Blank Comment Separator (BCS) and PACK options, code the following:

CAZ1NDMP   BCS=Y,PACK=Y

CAZ1NDEF resides in the CAZ2SRC library.

Note: Optionally, you can input default options using ISPF panels described in using JCLNeat in the Command Reference Guide.

Each of the JCLNeat options are fully described in the JCLNeat options in the Command Reference Guide.