Previous Topic: Required Execution JCL for JCLNeatNext Topic: Keyword Reordering


Specifying Options

The JCLNeat component has a set of options that can be changed to influence how the component operates and reacts. These options are different from the CA JCLCheck runtime options and pertain only to the JCLNeat component. For a detailed description of the JCLNeat options, see JCLNeat Options.

To specify option requests to JCLNeat, use the PARM field and the format OPTION=value. You can enter the options in any sequence. Since several of the options may contain special characters, input the entire PARM field within single quotation marks. If the number of options you are specifying makes it necessary to continue the PARM field, follow standard z/OS conventions as defined in the JCL Reference and User guides.

Alternatively, you can use the JCLNOPTS DD statement to specify the options for JCLNEAT. If the JCLNOPTS DD is used, then the EXEC PARM is ignored. This method bypasses the restriction to the length of the EXEC PARM value of 100 characters.

//JCLNOPTS DD *
 * Comment Card
 option1,option2   Comment
 option3           Comment
 option4           Comment

Usage notes: