TACL Reference Manual

UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual429513-018
8-208
STATUS Command
If you omit range, STATUS reports on the last process started by the current
TACL, or for which TACL last paused, if that process is still running. is any one of
these:
GMOMJOBID $process-name. num
PRI [ priority ]
PROG [ program-file-name | file-name-template ]
TERM [ $terminal-name ]
USER [ user-id ]
GMOMJOBID $process-name.num
specifies processes with the given job ancestor ID. num is a signed integer.
LOADED [loaded-file-name | file-name-template]
is used to get the information about processes that are using given loaded
files. The same functionality can be used with built-in #XSTATUS.
LOADED specifies processes using the given loaded file name. If you omit the
loaded file specification, LOADED defaults to the program file name of the
current TACL.
You can use file-name-template characters in any field of the file specification
except the system field. The template characters are:
* Matches zero or more characters
? Matches a single character
Template characters cannot match a volume identifier($) of a field separator(.).
PRI [ priority ]
specifies processes whose execution priority is less than or equal to the priority
given. If you omit priority, STATUS reports on processes whose priorities are
less than that of the current TACL.
PROG [ program-file-name | file-name-template ]
specifies processes with the given program file name. If you omit the program
file specification, PROG defaults to the program file name of the current TACL.
You can use file-name-template characters in any field of the file specification
except the system field. The template characters are:
Template characters cannot match a volume identifier ($) or a field separator
(.).
* Matches zero or more characters
? Matches a single character