Format name
INPUT; CHAR(8)
The name of the format that returns information on the objects that adopt a
user's authority.
You can specify these formats:
OBJP0100 Each entry contains the object name, library, type, and object
in use indicator. For a detailed description of this format, see
“OBJP0100 Format” on page 5-14.
OBJP0200 Each entry contains the same information as format
OBJP0100 plus the object attribute and descriptive text. For a
detailed description of this format, see “OBJP0200 Format” on
page 5-14.
User name
INPUT; CHAR(10)
The user name for which the list of objects that adopt the user's authority is
returned. You can specify the following special value:
*CURRENT The list of objects that adopt the authority of the user currently
running is returned. If *CURRENT is used, the name of the
current user is returned in the list header section of the user
space.
Object type
INPUT; CHAR(10)
The type of object for which the list of objects that adopt the user's authority is
returned. You can specify only the following special values:
*ALL Return entries for all object types that adopt authority.
*PGM Return entries for programs that adopt authority.
*SQLPKG Return entries for SQL packages that adopt authority.
*SRVPGM Return entries for service programs that adopt authority.
Continuation handle
INPUT; CHAR(20)
The handle used to continue from a previous call to this API that resulted in
partially complete information. You can determine if a previous call resulted in
partially complete information by checking the Information Status variable in the
generic user space header following the API call.
If the API is not attempting to continue from a previous call, this parameter
must be set to blanks. Otherwise, a valid continuation value must be supplied.
The value may be obtained from the list header section of the user space used
in the previous call. When continuing, the first entry in the returned list is the
entry that immediately follows the last entry returned in the previous call.
Error code
I/O; CHAR(*)
The structure in which to return error information. For the format of the struc-
ture, see "Error Code Parameter" in Chapter 2 of the
System API Reference
.
Chapter 5. List APIs 5-13