Previous Topic: OPAU Variables for OPSCTL Security EventsNext Topic: OPAU Variables for OPSGLOBAL Security Events


OPAU Variables for OPSEPI Security Events

The following variables are available for OPSEPI security events:

SEC.AUEPAPID

The application ID (if any) used in the command, usually specified with the APPLID() keyword and containing 0 to 8 characters

Data Type: Character, read-only

Source: The ADDRESS EPI host command

Sample Value: TSO

SEC.AUEPBULN

The length of the command buffer

Data Type: Integer, read-only

Source: The ADDRESS EPI host command

Sample Value: 4

SEC.AUEPCMBU

The complete ADDRESS EPI command buffer string. This variable can contain 0 to 256 characters.

Data Type: Character, read-only

Source: The ADDRESS EPI host command

Sample Value: 'DEFINE OPSS0001 APPLID(TSO) LOGMODE(T3278M3)'

SEC.AUEPRQTY

The request type

Data Type: Character, read-only

Source: The ADDRESS EPI host command string

Possible Values:

SEC.AUEPTMID

The terminal ID (if any) used in the command, up to 8 characters in length

Data Type: Character, read-only

Source: The ADDRESS EPI host command

Sample Value: OPSS0001

Note: CA OPS/MVS converts the verb to uppercase letters.

SEC.AUEPTMPW

The terminal password (if any) used in the command, usually specified with the PASSWORD() keyword and containing 0 to 8 characters

Data Type: Character, read-only

Source: The ADDRESS EPI host command

Sample Value: SECRET

SEC.AUEPVBSR

The current verb string

Data Type: Character, read-only

Source: The ADDRESS EPI host command

Sample Value: LIST

Note: CA OPS/MVS converts the verb to uppercase letters.