TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-303
#PROCESSINFO Built-In Function
selected for storing the file. For pre-D40 software RVUs, this option returns
nothing. For more information on the swap facility, see the Kernel-Managed
Swap Facility (KMSF) Manual.
SYSTEM
returns the name of the system.
UPB
returns a single character (U, P, or B) that indicates whether the process is
unnamed or, if named, is the primary or backup of the process pair.
WAITSTATE
returns a space-separated list of eight flags encoded as -1 (true) and 0 (false),
as follows:
WT
returns a three-digit octal value, as follows:
Flag Process is Waiting for:
1 PON (CPU power on)
2 IOPON (I/O power on)
3 INTR (interrupt)
4 LINSP (INSPECT event)
5 LCAN (message system, cancel)
6 LDONE (message system, done)
7 LTMF (TMF request)
8 LREQ (message system, request)
Value Meaning
%000 Process is running; or process was waiting for an event that has
since occurred, and is now ready to run; or process is in a call to
DELAY; or process is suspended.
%001 Process is waiting for a message to appear in its $RECEIVE file.
%002 Process is waiting for a TMF request to be completed; or user
process is waiting for ENDTRANSACTION to be completed.
%004 Process is waiting for an I/O or interprocess request to be
completed.
%005 Process is waiting for a call to AWAITIO for I/O completion on any
file.