A CPSM Real Time Analysis Definition that describes a single analysis operation for a set of evaluations. The analysis operation controls identify the evaluations to reference and information about the frequency and modes used to determine if the analysis state is TRUE.
The Primary key field for this resource class is NAME .
The following actions are supported:
The parameter data for the INSTALL action is:
PARM('<PERIOD(period)>.')
where:
period = The name of a PERIODEF definition.
The parameter data for the APINSTALL action is:
PARM('APSPEC(spec) <PERIOD(period)>.')
where:
spec = (Required) The name of an active APSPEC.
period = The name of a PERIODEF definition.
The RTADEF is installed in each active CICS® system in the current scope that has Real Time Analysis active. If provided, the PERIODEF is used to determine the valid operational time of the RTADEF.
API Actions
PARM(' [PERIOD(value)] [SCOPE(value)] .')
PARM(' APSPEC(value) [PERIOD(value)] [SCOPE(value)] .')
PARM(' RESGROUP(value) [ACTIVETIME(value)] .')
Code | Description | Code | Description |
INV_DATA | Attribute data invalid | REC_CHANGED | Resource definition already changed |
INV_REFERENCE | Not found | REC_EXISTS | Resource already exists |
INV_RESTYPE | Invalid restype | REC_NOT_FOUND | Requested resource not found |
Name | Datatype | Source | Len | Req | Sum | Description | Default | Value Range | Attr ID |
---|---|---|---|---|---|---|---|---|---|
CHANGETIME | DATETIME | CPSM | 8 | Yes | MAX | Last time the definition was changed | 1 | ||
NAME-1 | CHAR | CPSM | 8 | Yes | DIF | RTA definition name | 7 | ||
RATE | BINARY | CPSM | 4 | Yes | AVG | Analysis interval | 300 | 1-86400 | 8 |
ACTION | CHAR | CPSM | 8 | Yes | DIF | Action definition name | 9 | ||
VLSENTRY | BINARY | CPSM | 4 | Yes | AVG | Count of true evaluations before VLS raised | 1 | 1-9999 | 10 |
LSENTRY | BINARY | CPSM | 4 | Yes | AVG | Count of true evaluations before LS raised | 1 | 1-9999 | 11 |
LWENTRY | BINARY | CPSM | 4 | Yes | AVG | Count of true evaluations before LW raised | 1 | 1-9999 | 12 |
HWENTRY | BINARY | CPSM | 4 | Yes | AVG | Count of true evaluations before HW raised | 1 | 1-9999 | 13 |
HSENTRY | BINARY | CPSM | 4 | Yes | AVG | Count of true evaluations before HS raised | 1 | 1-9999 | 14 |
VHSENTRY | BINARY | CPSM | 4 | Yes | AVG | Count of true evaluations before VHS raised | 1 | 1-9999 | 15 |
VLSEXIT | BINARY | CPSM | 4 | Yes | AVG | Count of false evaluations before VLS resolved | 1 | 1-9999 | 16 |
LSEXIT | BINARY | CPSM | 4 | Yes | AVG | Count of false evaluations before LS resolved | 1 | 1-9999 | 17 |
LWEXIT | BINARY | CPSM | 4 | Yes | AVG | Count of false evaluations before LW resolved | 1 | 1-9999 | 18 |
HWEXIT | BINARY | CPSM | 4 | Yes | AVG | Count of false evaluations before HW resolved | 1 | 1-9999 | 19 |
HSEXIT | BINARY | CPSM | 4 | Yes | AVG | Count of false evaluations before HS resolved | 1 | 1-9999 | 20 |
VHSEXIT | BINARY | CPSM | 4 | Yes | AVG | Count of false evaluations before VHS resolved | 1 | 1-9999 | 21 |
DESC | CHAR | CPSM | 58 | No | DIF | Description | 22 | ||
EVALEXPRTEXT | CHAR | CPSM | 500 | Yes | DIF | Evaluation expression | 24 | ||
EXEC_OPS | EYUDA | CPSM | 4 | Yes | LIKE | Execute evaluation modification string | NO | 30 | |
EXEC_OPS Input/Output Valid Values | YES NO ALWAYS |