START CZAJOBLG command
The START (abbreviated S) command is used to initiate CZAJOBLG as a started task. The format of the START command for CZAJOBLG is as follows:
START command syntax diagram
START command option descriptions
The parameters are explained in the following table:
Parameter | Description |
---|---|
START | Must be entered exactly as shown. |
CZAJOBLG | Specifies the name of the CZAJOBLG cataloged procedure in the SYS1.PROCLIB |
LEOPTS=member | Specifies the name of a member in the amihlq.CZAGENT.CNTL data set that contains overriding z/OS Language Environment (LE) options. See Language Environment Options as discussed previously. Generally, you should use this parameter only as directed by BMC Support. If this parameter is omitted, it defaults to CZALEOPT, that is, amihlq.CZAGENT.CNTL(CZALEOPT). |
PARMS=dataset-specification | Specifies the name of the primary parameter file. As the parameter file is an input file, a specification of * (SYSOUT) is invalid, and the output variable symbols are not supported. The default PDS(E) is DD:CZAPARMS, that is, the library specified by the CZAPARMS DD statement. If PARMS is omitted, it defaults to DD:CZAPARMS(CZJPARMS). This file is described in CZAJOBLG Parameters. |
TRACE='trace_specifications' | Specifies that CZAJOBLG is to output additional diagnostic messages and the types of diagnostic messages, in the CZAPRINT data set. TRACE might be useful for diagnosing certain problems. If TRACE is completely omitted, then all tracing is turned off. Specify zero or more of the trace types described in Using-the-TRACE-facility (in any order). Prefix any of the specifications with a minus sign - to indicate negation. The specifications are processed left to right. |
TYPERun=SCANonly | Specifies that CZAJOBLG is to scan the parameter file and log any errors, and then terminate. TYPERun=SCANonly might be useful for validating parameter file changes before putting them into production. |
START command responses
If CZAJOBLG initialization is successful, the response to the START command is:
CZA0702I Initialization successful
In the event of errors diagnostic messages are issued to the console and to CZAPRINT. For some errors, additional information might be available in CZAPRINT beyond what is displayed on the console.
Related topic