Previous Topic: Resource Names FormatNext Topic: SAFTYPE Statement


Variables

In the following list, each variable is shown as an & (ampersand), followed by a 3-character identification, a zero offset index, and the length. Each variable is 8-bytes, but trailing zeros are removed.

&REQ

Indicates the value of SECREQ from the $IQSECPM macro

This identifies which type of request is being checked. The value of &REQ is decimal, as opposed to the values defined in $IQSECPM.

&GRP

Indicates the group number of the resource being accessed

&NOD

Indicates the node name of the resource being accessed

&UID

Indicates the caller's user ID

&FUI

Indicates the user ID of the file being accessed

&FNM

Indicates the caller's filename

&FFN

Indicates the file name of the file being accessed

&CMD

Indicates the command issued

The format and contents of these resource names is specified on the SAFTYPE statement.