Previous Topic: CAIMST20 Logical Parmlib Member NameNext Topic: CAIMST20 Example Parameter statements


CAIMST20 Parameter Statements

A parameter statement must include the COMPONENT= keyword, and also optionally specify RSTMAX=, RSTRI=, and START=where:

RSTMAX=immediate value

(Optional) Designates an integer value specifying the maximum number of times an address space is started within a given interval. The minimum range for this operand is 0 and the maximum is 5.

Note: Specifying the minimum range 0 indicates that automatic restarting of a CA component is not done when it terminates unexpectedly.

RSTRTI=immediate value

(Optional) Designates an integer value specifying the number of minutes for the interval for which the maximum number of automatic address space restarts are done. The minimum range for this operand is 5 minutes and the maximum is 60 minutes.

START={YES|NO}

(Optional) Designates whether the component must be started at IPL time or not.

YES

Specifies this address space is started at IPL time.

NO

Specifies this address space is not started at IPL time. When START=NO, the ASMT entry is expanded without processing other operands. This can be used to define dummy entries in the ASMT.

CA component default behaviors are component-specific. See the respective component documentation for a description of default behaviors.