Previous Topic: EXDATA Member

Next Topic: Receive the Configuration Zap

Generate the Configuration Zap

If you use features that require the CA Auditor central parameter file, create a configuration zap that tells CA Auditor where the file is. The JCL for this job is in the GENCZAP member of the CAJ0JCL0 library.

Follow these steps:

  1. Change the GENCZAP JOB statement to your site’s standards
  2. Change the HLQ parameter in the GENCZAP procedure to match the CAI parameter specified in "EXMSMP/E Procedure”
  3. Set the following parameters in the SYSIN stream:
    EPDSN

    Specifies the data set name of the central parameter data set. If not specified, no central parameter data set is used.

    EPVOL

    Specifies the volume serial number of the central parameter file data set. If it is omitted (recommended), the catalog is used to find the data set.

    EPJSCAT

    Specifies whether the CA Auditor step can contain a JOBCAT or STEPCAT statement. The default is NO.

    EPFAIL

    Specifies the action CA Auditor takes if it cannot open the central parameter file.

    • DEFAULTS–Continue using the product defaults.
    • WARN–Continue, but issue a message to the user and SYSLOG.
    • FAIL–Issue a message to the user and terminate CA Auditor.
  4. Submit the job.

    The configuration zap in the CNFGZAP member of the CAJ0JCL0 library is generated.