Previous Topic: OPAU Variables for OPSRMT Security EventsNext Topic: OPAU Variables for SQL Security Events


OPAU Variables for OPSWTO Security Events

The following variables are available for OPSWTO security events:

SEC.AUWTCIKY

Indicates that the CNNAME keyword was entered on the OPSWTO command processor or ADDRESS WTO host command

Data Type: Bit, read-only

Source: OPSWTO command processor or ADDRESS WTO host command

Sample Value: 3

SEC.AUWTCNKY

Indicates that the CNID keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTCNNM

The contents of the CNNAME keyword on the OPSWTO command processor or ADDRESS WTO host command

Data Type: Character, read-only

Source: The CNNAME keyword on the OPSWTO command processor or ADDRESS WTO host command

Sample Value: MASTER

SEC.AUWTDCCD

The WTO or WTOR descriptor codes

Data Type: Binary, read-only

Source: The contents of the DESC keyword on the OPSWTO command processor or ADDRESS WTO host command

Sample Value: '1000'X

Note: This variable contains as many as 16 bytes. To format the variable for printing, use the C2X function in OPS/REXX.

SEC.AUWTDCKY

Indicates that the DESC keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTDLTM

The delay time in seconds

Data Type: Integer, read-only

Source: The contents of the DELAY keyword on the OPSWTO command processor or ADDRESS WTO host command

Sample Value: 10

Note: This value of the variable will be between 1 and 300 seconds.

SEC.AUWTFUCD

The WTO or WTOR function code byte

Data Type: Character, read-only

Source: The presence of the REPLY keyword determines how OPSWTO or ADDRESS WTO sets this byte

Possible Values:

Sample Value: R

SEC.AUWTHIKY

Indicates that the HILITE keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTLOKY

Indicates that the LOWLITE keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTMCFG

The WTO or WTOR MCS flags

Data Type: Binary, read-only

Source: The contents of the MCSFLAGS keyword on the OPSWTO command processor or ADDRESS WTO host command

Sample Value: '1000'X

Note: This variable contains as many as 16 bytes. To format the variable for printing, use the C2X function in OPS/REXX.

SEC.AUWTMCKY

Indicates that the MCSFLAGS keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTMGID

The WTO or WTOR message ID string

Data Type: Character, read-only

Source: The contents of the MSGID keyword on the OPSWTO command processor or ADDRESS WTO host command

Sample Value: ZRX011

Note: The maximum length cannot exceed 10 characters.

SEC.AUWTMGKY

Indicates that the MSGID keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTROCD

The WTO or WTOR route codes

Data Type: Binary, read-only

Source: The contents of the ROUTE keyword on the OPSWTO command processor or the ADDRESS WTO host command

Sample Value: '100000000000000000000000000000000'X

Note: This variable contains as many as 16 bytes. To format the variable for printing, use the C2X function in OPS/REXX.

SEC.AUWTROKY

Indicates that the ROUTE keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTRPKY

Indicates that the REPLY keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTSYNA

The remote/local system ID of the system on which the WTO request will be issued

Data Type: Character, read-only

Source: The value entered using the OPSWTO SYSTEM keyword

Sample Value: SYSA

SEC.AUWTTXKY

Indicates that the TEXT keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTTXSR

The WTO or WTOR text string

Data Type: Character, read-only

Source: The contents of the TEXT keyword on the OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 'This is a test message'

SEC.AUWTWAKY

Indicates that the WAIT keyword was entered

Data Type: Bit, read-only

Source: The OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 1

SEC.AUWTWATM

The wait time in seconds

Data Type: Integer, read-only

Source: The contents of the WAIT keyword on the OPSWTO command processor or the ADDRESS WTO host command

Sample Value: 60