TACL Reference Manual
UTILS:TACL Commands and Functions
HP NonStop TACL Reference Manual—429513-018
8-192
SET HIGHPIN Command
SET HIGHPIN Command
Use the SET HIGHPIN command to establish the default PIN range for processes
started by the current TACL when there is no HIGHPIN directive on a RUN command
or #NEWPROCESS call.
ON
specifies that a process will run at a high PIN if the HIGHPIN bit is enabled in the
object file (and in the library file, if any) and if a high PIN is available. ON is the
default value for HIGHPIN.
OFF
specifies that processes run at a low PIN, regardless of any other considerations.
Considerations
•
This command sets the built-in variable #HIGHPIN. Like other built-in variables,
#HIGHPIN can be set, expanded, pushed, and popped.
•
Use SHOW HIGHPIN to display the current value of #HIGHPIN interactively, or
type #HIGHPIN to expand the variable in a routine.
SET HIGHPIN { ON | OFF }