TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-313
#PROCESSORTYPE Built-In Function
If an error occurs, the #PROCESSORTYPE built-in function returns a numeric
error code as follows:
Example
If you call #PROCESSORTYPE for CPU 0, and CPU 0 is a NonStop EXT25 processor,
TACL returns the following:
29> #PROCESSORTYPE 0
#PROCESSORTYPE 0 expanded to:
2
30>
Code Meaning
-1 One or more of these:
You specified BOTH and the CPU does not exist.
You did not specify an option and the CPU does not exist.
The system cannot be reached.
The process does not exist.
-2 The system does not support the #PROCESSORTYPE built-in
function.
-3 You specified the BOTH option, and the system does not support the
option.
If you specify the NAME option and an error occurs, TACL does not
return any text.