Previous Topic: OPAU Variables for USS Security EventsNext Topic: Debug an SEC Rule


OPAU Variables for CA Automation Point Security Events

The following variables are available for ADDRESS AP security events:

SEC.AUAPVERB

The ADDRESS AP command verb

Data Type: Character, read-only

Source: The ADDRESS AP host command

Possible Values:

Sample Value: REXX

SEC.AUAPCOMM

The first 255 bytes of the command text (truncated)

Data Type: Character, read-only

Source: The ADDRESS AP host command

Sample Value: REXX SYSTEM(APSYS1) PROGRAM(REXXPGM1)

SEC.AUAPSYSN

The 8-byte CA Automation Point system name as defined in MSF

Data Type: Character, read-only

Source: AP address environment command

Sample Value: MVSSY01

A security rule is required for all CA Automation Point function calls from CA OPS/MVS. For example,

)SEC AP*
)PROC
 CmdVerb = SEC.AUAPVERB
 Command = SEC.AUAPCOMM
 Uid = SEC.OPAUUSID

 say "Hello” Uid “using AP command verb: "CmdVerb
 say "Command is:" Command
 return “ACCEPT”