TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-20
TACL Error Messages
Cause. The case label could not be found, and there was no OTHERWISE included in
the CASE statement.
Effect. The requested operation is ignored.
Recovery. Check that you specified the case label correctly, or add an OTHERWISE.
Cause. When you attempted to create a new process, an error occurred for which
TACL has no explanatory text.
Effect. The requested operation is ignored.
Recovery. See the Guardian Procedure Errors and Messages Manual for corrective
action for the error indicated by the first number; see the section on file system errors
in that manual for corrective action for the error indicated by the second number.
Cause. You attempted to do a (#)SWITCH operation while your TACL had no backup
process.
Effect. The requested operation is ignored. Ensure that your TACL has a backup
before requesting a (#)SWITCH operation.
Recovery. Ensure that your TACL has a backup before requesting a (#)SWITCH
operation.
Cause. You attempted to execute a program with less than one data page. Either
there was no global or local data, or data pages were set using the compiler directive
?DATAPAGES or the BIND command SET DATAPAGES.
Effect. The requested operation is ignored.
Recovery. Use the SHOW command with the SET option in BIND to determine the
number of data pages in the object file. Use the CHANGE command in BIND to set the
number of pages.
*ERROR* Neither case label nor OTHERWISE found
*ERROR* NEWPROCESS Error: nnn, nnn
*ERROR* No backup
*ERROR* No data pages