TACL Reference Manual

Error Messages
HP NonStop TACL Reference Manual429513-018
B-15
TACL Error Messages
Cause. #NEWPROCESS attempted to run an object file with an illegal device subtype.
The device subtype is an attribute stored in each object file. The process created from
an object file is assigned the device subtype stored in that object file. Only named
processes can have nonzero device subtypes.
Device subtypes in the range 1 through 15 are reserved for processes that are:
Created by the super ID
Created from licensed object files
Created from object files owned and provided by the super ID
Effect. No process is created.
Recovery. Verify that the call to #NEWPROCESS contains the name parameter. If the
name parameter exists, change the device subtype to an unrestricted value, or contact
the super ID.
Cause. An attempt was made to run a program, but the program file failed one of the
tests that ensure that the file is actually a program.
Effect. The requested operation is ignored.
Recovery. Check that you specified the correct file.
Cause. You attempted to assign an invalid value to a built-in variable (for example,
you cannot give the value #SET to the built-in variable #INLINEPREFIX).
Effect. The requested operation is ignored.
Recovery. See the description of the built-in variable in question, in Section 9, Built-In
Functions and Variables.
Cause. You specified a variable name that does not have the correct form.
Effect. The requested operation is ignored.
Recovery. Check the syntax of the variable name and correct it.
*ERROR* Illegal process device subtype
*ERROR* Illegal program file format
*ERROR* Illegal value
*ERROR* Illegal variable name syntax