Guardian Procedure Calls Reference Manual

J-series TNS/E systems prior to T9050J01^AXI, a process is also deemed ready if it is running
on the IPU where the information is collected (which can be in either the process calling
PROCESS_GETINFOLIST_ or in the system monitor process).
33: library file
as a search attribute, specifies either a native user library file or a TNS user library file, and
searches for the processes that are using it as a library.
When used as a return attribute, the library file attribute returns the name of the library file
used by the process. If the process does not have an associated library file, a length of 0 is
returned.
Library file name length of 0 can also be returned if the process is in the starting or terminating
stage, or, if its program file or libraries are being loaded by RLD.
34: swap file
See the swap-file parameter returned by the PROCESS_GETINFO_ procedure.
35: context changes
returns the number of changes made to the DEFINE process context since process creation,
modulo 65536.
Each process has an associated count of the changes to its context. This count is incremented
each time the procedures DEFINEADD, DEFINEDELETE, DEFINESETMODE, and
DEFINEDELETEALL are invoked and a consequent change to the process context occurs. In
the case of DEFINEDELETE and DEFINEDELETEALL, the count is incremented by one even if
more than one DEFINE is deleted. The count is also incremented if the DEFINE mode of the
process is changed. If a call to CHECKDEFINE causes a DEFINE in the backup process to be
altered, deleted, or added, the count for the backup process is incremented. This count is 0
for newly created processes; new processes do not inherit the count of their creators.
36: DEFINE mode
returns 0 in bits <14:15> if DEFINEs are disabled; returns 1 if DEFINEs are enabled.
Bits <0:13> are reserved and must not be assumed to contain 0.
37: licenses
returns 0 in bit 15 if the program file of the process was not licensed when the process was
created; returns 1 if the program file of the process was licensed when the process was created.
Bits <0:14> are reserved and must not be assumed to contain 0.
38: PIN
returns the PIN of the process whose attributes are being returned. This attribute must be
specified whenever srch-option is not 0.
39: process file name
See the proc-fname parameter returned by the PROCESS_GETINFO_ procedure. This entity
is also sometimes called a process descriptor.
40: mom's process handle
See the mom's-processhandle parameter returned by the PROCESS_GETINFO_ procedure.
41: process file security
returns the current default process file security setting. The security bits are as follows:
0<0:3>
ID code allowed for read<4:6>
PROCESS_GETINFOLIST_ Procedure 1029