TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-297
#PROCESSINFO Built-In Function
GUARANTEEDSWAPSPACE
returns the amount of swap space reserved for use by the process in bytes. It
returns nothing if the target system is running an operating system RVU earlier
than D40. An error message can be returned, indicating the option is invalid.
HOMETERM
returns the name of the home terminal.
INITPRI
is the initial priority of a process when it begins execution or as changed by a
call to the PRIORITY or PROCESS_SETINFO_ operating system procedures
or related TACL commands and built-in functions such as ALTPRI,
#ALTERPRIORITY, and #PROCESS. (The current priority might be less
because of the sliding priority algorithm used by the operating system.)
IPUASSOCIATION
returns the IPU affinity attributes for the process indicating whether or not the
process is bound to an IPU and whether or not it is bindable. This attribute is
undefined if the system is running an operating system version earlier than
H06.27 or J06.16.
IPUNUMBER
returns the number of the IPU on which the process last ran.
LOGONNAME
returns the user name (group name,user name), user ID (group
number,user number), or user alias specified in the current LOGON
command. For pre-D30 software RVUs, this option returns nothing.
LIBRARY
returns the name of the library file used by the process. If the process has no
associated library file, this option returns nothing.
LICENSES
equals 1 if the object file was licensed at process creation time; otherwise, it
equals 0.
LOGONSTATE
equals 1 if the process is logged on; otherwise, it equals 0.