TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-17
TACL Error Messages
Cause. An I/O error occurred at the home terminal. Undefined externals exist in the
object file that #NEWPROCESS is attempting to run, so the procedure cannot open, or
write to, the home terminal to display the undefined-externals message.
Effect. No process is created.
Recovery. The file-system error code can be found by the use of
#ERRORNUMBERS. See the Guardian Procedure Errors and Messages Manual for
corrective action for that error number.
Cause. You attempted to reuse an item name already used at the same level of the
current structure.
Effect. The requested operation is ignored.
Recovery. Use an item name that is not already in use.
Cause. You attempted to perform a REDEFINE operation on an item that is not
defined at the same level of the current structure.
Effect. The requested operation is ignored.
Recovery. Check that you have spelled the name correctly. If not, correct it; if so,
ensure that the item is defined, at the same level of the current structure, before you
refer to it in a redefinition.
Cause. You attempted to associate a variable level with more than one server file or
#REQUESTER.
Effect. The requested operation is ignored.
Recovery. A particular variable level can be associated with no more than one server
file or #REQUESTER at a time.
Cause. You specified a user library object file with a MAIN procedure in it.
*ERROR* I/O error writing to terminal
*ERROR* Item name already in use
*ERROR* Item not found in STRUCT
*ERROR* Level is in use
*ERROR* LIB file has main procedure