TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-298
#PROCESSINFO Built-In Function
MAXMAINSTACKSIZE
returns the maximum size, in bytes, to which the main stack can grow. 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.
MAXNATIVEHEAPSIZE
returns the maximum size, in bytes, to which the native heap area can grow. 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.
MOM
is the process identifier of the MOM of the process. If the process is named,
#PROCESSINFO returns the name; otherwise, CPU and PIN are returned.
The MOM process is always qualified with a node name. If the process has no
existing parent, nothing is returned.
•
When a process is part of a process pair, the MOM of the process is the
other member of the pair.
•
When a process is unnamed, the MOM of the process is usually the
process that created it.
•
For a named single process, nothing is returned.
More information about the MOM process can be found in the Guardian
Procedure Calls Reference Manual and the
Guardian Programmer’s Guide.
NATIVE
returns 1 if the process is a “native” process (that is, runs on a RISC-based
operating system without interpretation or translation), returns 0 if the process
is a “non-native” process. For pre-D40 software RVUs, this option returns
nothing.
OSSARGUMENTS
returns the first 80 bytes of the arguments of the command that created the
OSS process. The arguments that are returned may or may not be separated
by spaces. If the process is not an OSS process, this option returns nothing.
For pre-D30 software RVUs, this option returns nothing.
OSSPATHNAME
returns a fully qualified OSS program pathname if the process is an OSS
process. The maximum length of an OSS program pathname (in the OSS file
name format) is 1024 bytes. If the process is not an OSS process or if the OSS
program is running on a remote node, this option returns nothing. For pre-D30
software RVUs, this option returns nothing.