NET/MASTER Network Control Language (NCL) Reference Manual

SECCALL QUERY
Verbs
3–174 106126 Tandem Computers Incorporated
SECCALL QUERY The SECCALL QUERY verb retrieves user ID information from memory for the
current user.
SECCALL QUERY MDO=
mdo-name
MDO=
mdo-name
defines the name of the MDO stem variable into which the user information is to
be placed. You can obtain information only about the current user.
Considerations
See SECCALL GET which provides the same type of information as SECCALL
QUERY but for any nominated user. SECCALL GET obtains its information from
the user ID database on disk. The intention of SECCALL QUERY is to speed up
the access to a user's ID information by avoiding unnecessary disk accesses.
The &SYS.RETCODE system variable is set to 0 (zero) by SECCALL QUERY.
For more information on SECCALL verbs, refer to the NonStop NET/MASTER NCL
Programmer's Guide.
Example
The following example obtains information about the user currently logged on, and
who issues this verb. The information is placed into the MDO &mydata.:
SECCALL QUERY MDO=&mydata.