TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-292
#PROCESS Built-In Function
#PROCESS Built-In Function
Use #PROCESS to obtain the process name, or the CPU number and process
identification number of the last process created by TACL or for which TACL last
paused. This is the default process used by #ABEND, #ACTIVATEPROCESS,
#ALTERPRIORITY, #PAUSE, #STOP, and #SUSPENDPROCESS.
Result
#PROCESS returns the name of the default process or, if it has no name, its CPU,PIN;
if the process has been deleted, #PROCESS returns nothing.
Consideration
The #PROCESS built-in function returns a node name only if the process is running on
a remote node or if a remote node name is specified in the current defaults.
#PROCESS