Guardian Procedure Calls Reference Manual

Debug request7
Inspect memory access breakpoint8
Inspect breakpoint9
Inspect trap or signal10
Inspect request11
saveabend12
terminating13
XIO initialization14
library-filename
output
INT:ref:12
returns the internal-format file name of the library file used by the process. If the process does
not have an associated library file, then library-filename is blank-filled.
swap-filename
output
INT:ref:12
returns $volume.#0. Processes do not swap to $volume.#0; they swap to a swap file managed
by the Kernel-Managed Swap Facility. For more information on this facility, see the
Kernel-Managed Swap Facility (KMSF) Manual.
context-changes
output
INT:ref:1
gives the number of changes made to the DEFINE process context since process creation modulo
65,536. See Considerations.
flag
output
INT:ref:1
flag.<14:15> returns 0 if DEFINEs are disabled and returns 1 if DEFINEs are enabled.
licenses
output
INT:ref:1
licenses.<15> returns 0 if the program file of the process was not licensed at process-creation
time, and returns 1 if the program file of the process was licensed at process-creation time.
jobid
input, output
INT:ref:5
consists of the GMOM's process ID plus the jobid. If this field is zero, the process does not
belong to a job. If this field is nonzero, the GMOM's process ID identifies the ancestor of the
job.
PROCESSINFO Procedure (Superseded by PROCESS_GETINFOLIST_ Procedure) 1151