TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-304
#PROCESSINFO Built-In Function
search-option
is a search option for use with one or more of the preceding options, as follows:
SEARCH criterion
specifies a criterion that the process must match; if you specify multiple
SEARCH options, the process must match all the criteria. criterion can be
any of these:
CAID [ user ]
specifies that the creator accessor ID must match the specified user. If you
omit the user identification, #PROCESSINFO searches for a process with
the same CAID as the TACL process.
GMOMJOBID [ job-id ]
states that the job-ancestor.job-id must match the specified job-
id. If you omit the job identification, #PROCESSINFO searches for a
process with the same GMOMJOBID as the TACL process.
HOMETERM [ $terminal-name ]
specifies that the home terminal name must match the specified
$terminal-name. If you omit the terminal identification,
#PROCESSINFO searches for a process with the same CAID as the TACL
process.
HOMETERM [ $terminal-name ]
specifies that the home terminal name must match the specified
$terminal-name. If you omit the terminal identification,
#PROCESSINFO searches for a process with the same HOMETERM as
the TACL process.
MINPRI num
searches for a process whose priority is greater than or equal to the
specified number. (MINPRI can be used in combination with SEARCH PRI
to search for a process whose priority lies in a specified range.)
PAID [ user ]
specifies that the process accessor ID must match the specified user. If
you omit the user identification, #PROCESSINFO searches for a process
with the same PAID as the TACL process.