TACL Reference Manual

Error Messages
HP NonStop TACL Reference Manual429513-018
B-22
TACL Error Messages
Effect. The requested operation is ignored.
Recovery. Try running the program on a different CPU, or wait until a PCB entry
becomes free.
Cause. You attempted to invoke one of certain built-in functions, such as #RESULT,
that can be called only from within a routine, but the function call is not in a routine.
Effect. The requested operation is ignored.
Recovery. Include the invocation of the built-in function in a routine.
Cause. The line requested with the HISTORY command does not exist. It could be a
line not yet used (number too large) or a line no longer in the history buffer (number too
small), or the text string does not match a line in the buffer.
Effect. The requested operation is ignored.
Recovery. Check that you specified the correct line. Use the HISTORY command to
check for the line you want
Cause. You tried to invoke a variable that does not exist.
Effect. The requested operation is ignored.
Recovery. Change the variable to one that exists.
Cause. The file specified is not a disk file.
Effect. The requested operation is ignored.
Recovery. Check that you specified the correct file. If not, retry the operation with the
correct file; otherwise, corrective action depends on the application.
Cause. You attempted to use a variable or I/O mode that is not allowed.
Effect. The requested operation is ignored.
*ERROR* No routine has been called
*ERROR* No such line
*ERROR* No such variable
*ERROR* Not a disk file
*ERROR* Not a legal variable type or IO mode