Previous Topic: Allocate the CIAJRNL DD Data SetNext Topic: CIA Real-Time Component Security Definitions


Define the CIA Real-Time Component Procedure

The CIA real-time component is a started task address space that requires a started task procedure.

  1. Copy the sample CIARTUPD procedure from the CAI.CAK0JCL0 installation data set to a procedure library in each z/OS system where the CIA real-time component will be executed.
  2. Edit the CIARTUPD procedure in the z/OS system procedure library to conform to your installation standards.

The CIA real-time component procedure contains the following JCL statements:

CIARTUPD

Executes the APF-authorized program CIARTINT to start the CIA real-time component.

STEPLIB DD

Specifies the library where the CIA real-time component programs reside. This parameter is optional if the library has been added to the system LINKLIST.

CIAJRNL DD

Specifies an optional output data set (or spooled output file SYSOUT) that records journal entries generated during the processing of update requests within the CIA real-time component. These journal entries contain request information and messages that reflect internal warnings or failures that occur during the processing of an event.

CIASTATS DD

Specifies an optional output data set (or spooled output file SYSOUT) that records the results of STATUS commands processed by the CIA real-time component.

CIAPARMS DD

Specifies an optional input data set member that supplies input control options to the CIA real-time component.