Description
- authorization-name
- Identifies an authorization ID that is to be used as the new value for
the SESSION_USER special register and the runtime authorization ID.
The authorization ID must be a valid user profile or group user profile that
exists at the current server. Several system user profiles that do not have
a user profile handle may not be used. For more information, see the Get Profile
Handle API.
- SESSION_USER or USER
- The SESSION_USER special register and the runtime authorization ID are
set to the USER special register.
- SYSTEM_USER
- The SESSION_USER special register and the runtime authorization ID are
set to the SYSTEM_USER special register.
- variable
- A variable which contains an authorization ID name.
The variable:
- Must be a character-string variable.
- If variable has an associated indicator variable, the value of
that indicator variable must not indicate a null value
- Must include an authorization ID that is left justified and must conform
to the rules for forming an ordinary or delimited identifier.
- Must be padded on the right with blanks.
- Must not be the null value.
- Must not be the keyword USER, SESSION_USER, or SYSTEM_USER.
- string-constant
- A character constant with an authorization ID.
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.