TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-19
TACL Error Messages
Cause. You omitted a closing bracket.
Effect. The requested operation is ignored.
Recovery. Supply the missing bracket and reissue the request.
Cause. You either forgot the closing quotation mark of a string or attempted to include
an end-of-line delimiter in a string.
Effect. The requested operation is ignored.
Recovery. Supply the closing quotation mark and reissue the request.
Cause. You omitted an opening bracket.
Effect. The requested operation is ignored.
Recovery. Supply the missing bracket and reissue the request.
Cause. The same label was present more than once in an enclosure.
Effect. The requested operation is ignored.
Recovery. Either delete or modify the extra copies of the label.
Cause. TACL cannot find anything to invoke by the name you entered.
Effect. The requested operation is ignored.
Recovery. Check that you spelled the name correctly or that you used the name of an
existing variable, built-in, file, or system file. Then reissue the request.
*ERROR* Missing close bracket
*ERROR* Missing close quote; must be on same line as open
quote
*ERROR* Missing open bracket
*ERROR* Multiply defined label in enclosure
*ERROR* Name of variable, builtin, file, or system file
needed