TACL Reference Manual
Built-In Functions and Variables
HP NonStop TACL Reference Manual—429513-018
9-161
#ERRORNUMBERS Built-In Variable
Example
If you try to create a process that already exists, you receive this error when you output
the error numbers:
37> #OUTPUT [#ERRORNUMBERS]
1149 1 48 0
The first number is a TACL #NEWPROCESS error (1149). The second number is a
PROCESS_CREATE_ error number (1), which usually indicates that a file system error
occurred. The third number is a file-system error number (48), which indicates that a
security violation occurred. The fourth number is not used.