TACL Reference Manual

Built-In Functions and Variables
HP NonStop TACL Reference Manual429513-018
9-268
#NEWPROCESS Built-In Function
To obtain additional information about error results, use the #ERRORNUMBERS
built-in variable.
#ERRORNUMBERS returns different values for C-series and D-series
#NEWPROCESS calls. For more information, see #ERRORNUMBERS Built-In
Variable on page 9-160.
The #NEWPROCESS built-in function also supports file type 800, the native object
code file for TNS/E systems.
Redirection abilities of the OSH command utility can be used. For more information
on redirection, see Section 6, Open System Services Shell and Utilities Reference
Manual.
These conditions apply to the use of the RUN command for starting TACL processes:
A TACL process starts in a logged-off state unless Safeguard software
authenticates users and requests that TACL processes start in a logged-on state.
To run TACL as a server process, set the IN file to $RECEIVE. For more
information, see the TACL Programming Guide.
If the IN file is the same as the OUT file and the TACL process is not named, TACL
does not set its home terminal.
The OSH process should not be started with the INLINE option. If you use the
INLINE option:
TACL will not be able to detect the end of the INLINE process.
The output displayed might not be synchronized with the command entered
using the inline prefix.