TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-299
#PROCESSINFO Built-In Function
OSSPID
returns an OSS process ID if the process is an OSS process. An OSS process
ID is an integer value. If the process is not an OSS process, this option returns
nothing. For software RVUs preceding the D30 RVU, this option returns
nothing.
PAID
returns the process accessor ID as (group-num,user-num).
PFR
(an abbreviation for privileged-fault-ready) returns a three-digit number. If there
is a 1 in the leftmost digit position, it indicates that the process is privileged; a 1
in the second position indicates that the process is waiting because of a page
fault; a 1 in the third position indicates that the process is on the ready list. The
digits are zero otherwise.
PIN
returns the process identification number.
PRI
returns the priority of the process.
PRIMARY
equals 1 if the process is the primary of a named process pair; otherwise, it
equals 0.
PROCESSCREATIONTIME
returns the Julian timestamp that identifies the time when the process was
created. This attribute is supported on H and J series systems.
PROCESSDESCRIPTOR
is a process descriptor that includes the node name and sequence number.
PROCESSFILESECURITY
is the default file security for files created by the specified process. Four
uppercase characters are returned, enclosed in double quotes.
PROCESSID
returns the process name. If the process has no name, PROCESSID returns
the CPU and PIN of the process.