TACL Reference Manual

The TACL Environment
HP NonStop TACL Reference Manual429513-018
6-5
Starting New Processes
Starting New Processes
To start a new process from a TACL process, use the RUN command or the
#NEWPROCESS built-in function, or specify the program file name (an implicit RUN
command). If you use an implicit RUN command, ensure that the #PMSEARCHLIST
setting includes the location of the program file. For more information, see Section 9,
Built-In Functions and Variables.
You can request to run a process at a high or low PIN. Several options affect whether
a new process runs at a high or low PIN, including the TACL HIGHPIN variable, the
BINDER HIGHPIN option, and the TACL RUN and #NEWPROCESS /HIGHPIN ON/
option.