Below are the symbolics used in the ENF procedure. Modify each symbolic as necessary.
|
Symbolic |
Description |
Default |
|---|---|---|
|
CAW0LOAD |
CAIENF Load Library |
'CAI.CAW0LOAD' |
|
CAW0DCM |
CAIENF DCM Library |
'CAI.CAW0DCM' |
|
CAW0OPTN |
CAIENF Options Library |
'CAI.CAW0OPTN' |
|
ENFPARM |
The member defined in the OPTLIB data set containing CAIENF control options. |
'ENFPARM' |
|
ENFCMDS |
The member defined in the OPTLIB data set containing auto commands. |
'ENFCMDS' |
|
OUTC |
SYSOUT class specifications |
'*' |
|
optional |
Dependent upon the CA solution installed. See the CA solution-specific documentation for more information. |
n/a |
|
CCIPARM |
CAICCI initialization parameter member |
CCIPARM |
|
SPNPARM |
CAICCI Spawn initialization parameter member |
SPNPARM |
|
SYSTCPD |
TCP/IP DATA DATA SET |
'TCPIP.TCPIP.DATA' |
Update the default value with your deployed data set High Level Qualifer.
ENFPARM is used to identify DCMs required for event processing as well as specify CAIENF control options that are processed during CAIENF startup. In addition to the ENFPARMs, CAIENF uses parameters obtained from the operator start command and from the EXEC JCL statement. The ENFPARM DD statement should point to a file that contains any number of 80-byte CAIENF commands.
For more information on configuring DCM statements, see the Administration Guide.
Note: Commands entered by the EXEC JCL statement or the z/OS start command, override entries found in the parameter file.
Used to specify z/OS operator commands that are to be executed after CAIENF initialization. Enter commands in ENFCMDS exactly as you would on the operator console.
Describes a data set containing a list of z/OS operator commands to be issued after CAIENF has successfully initialized. The default procedure describes the ENFCMDS member of YourdeployHLQ.CAW0OPTN.
Coded as one z/OS command per line, exactly as it would be issued from the operator console. This file recognizes comments to be any line with an asterisk (*) in column 1.
For example, the following would be a valid command for starting CA Scheduler:
Col 1 v * Executes the CA Scheduler procedure START CASCHD
Commands within the ENFCMDS file are issued only during initial CAIENF startup. If the CAIENF Started Task is restarted for any reason, the auto-commands in the ENFCMDS file are not issued.
An optional ENFDUMP DD statement can be coded to override CAIENF dynamic allocation for dump processing.
Typically, each time the CAIENF command DUMP is entered, a SYSOUT data set is dynamically allocated according to the SYSOUT control option. If desired, the ENFDUMP DD statement can be specified to force dumps and other diagnostic data to be recorded on a DASD or tape data set. This data set, if coded, must have a blocksize that is some multiple of 133 and a record format of FBA.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |