TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-296
#PROCESSINFO Built-In Function
#PROCESSINFO Built-In Function
Use #PROCESSINFO to request information about a process.
option
is a request option. It can be any of these:
CAID
returns the creator accessor ID as (group-num,user-num).
CONTEXTCHANGES
is the number of changes made to the DEFINE process context since process
creation. The number returned is modulo 65536.
CPU
returns the central processing unit number.
CURRENTMAINSTACKSIZE
returns the current main stack size in bytes. Nothing is returned if the target
system is running an operating system RVU earlier than D40 or the main stack
is currently not used. An error message can be returned, indicating the option
is invalid.
CURRENTNATIVEHEAPSIZE
returns the current size of the native heap area in bytes. Nothing is returned if
the target system is running an operating system RVU earlier than D40 or the
native heap area is currently not used. An error message can be returned,
indicating the option is invalid.
DEFINEMODE
equals 1 if DEFINEs are enabled; otherwise, it equals 0.
EXTSWAP
is the name of the current extended swap file. Nothing is returned if the
process has no extended swap file.
GMOMJOBID
returns the job-ancestor.job-id of the process, if it belongs to a batch job;
otherwise, it returns nothing.
#PROCESSINFO / option [ , { option | search-option } ] ... /
[ [ \node-name.] { $process-name | cpu,pin } ]