TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-308
#PROCESSINFO Built-In Function
When retrieving multiple items of information from one call to #PROCESSINFO,
some options may return nothing, depending on the software RVU. Use the
#SETMANY built-in function carefully. List the potentially empty options last to
avoid loss of synchronization between real values and the relative position of these
values in the query structure in which they are returned.
Examples
These examples show three different ways to list the CPU number of process $SPLS
on system \TEST. $SPLS has CPU and PIN numbers 0,33.
15> #PROCESSINFO /SEARCH SYSTEM \TEST, CPU/ $SPLS
#PROCESSINFO expanded to:
0
16> #PROCESSINFO /CPU/ \TEST.$SPLS
#PROCESSINFO expanded to:
0
17> #PROCESSINFO /CPU/ \TEST.0,33
#PROCESSINFO expanded to:
0