Guardian Procedure Calls Reference Manual (G06.25+)

Guardian Procedure Calls (P)
Guardian Procedure Calls Reference Manual522629-013
12-87
PROCESS_GETINFOLIST_ Procedure
5 Process is on the DMON list waiting for an Inspect request or waiting to create
a saveabend file.
6 Process is on the cleanup list waiting to clean up resources before deletion.
7 Process is on the binary semaphore list waiting for a binary semaphore.
21: real group ID
as a search attribute, specifies the real group ID.
When used as a return attribute, this attribute returns the real group ID of the
process.
The real group ID is a process attribute that, at the time of process creation,
identifies the group of the user who created the process. This value can change
during the process lifetime. The group ID is a nonnegative integer that is used to
identify a group of system users. Each system user is a member of at least one
group.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
22: real user ID
as a search attribute, specifies the real user ID.
When used as a return attribute, this attribute returns the real user ID of the
process.
The real user ID is a process attribute that, at the time of process creation,
identifies the user who created the process. This value can change during the
process lifetime. The user ID is a nonnegative integer that is used to identify a
system user.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
23: effective user ID
as a search attribute, specifies the effective user ID.
When used as a return attribute, this attribute returns the effective user ID of the
process.
The effective user ID is a process attribute used in determining access. This value
can change during the process lifetime. The user ID is a nonnegative integer that
is used to identify a system user. For logged-on processes, the effective user ID is
equivalent to the process access ID (PAID). For other processes, the effective
user ID is invalid and there is no PAID equivalent. The effective user ID
determines access to OSS disk files, and the PAID determines access to Guardian
disk files.
This attribute is undefined if the target system is running an operating system
version earlier than D30.
26: OSS process ID of the OSS session leader (OSS processes only)