TACL Reference Manual
Error Messages
HP NonStop TACL Reference Manual—429513-018
B-9
TACL Error Messages
Effect. The operation fails.
Recovery. Correct the spelling to “#DEFAULTS”.
Cause. For a RUN command, the PFS <num-pages> value is out of range.
Effect. The RUN command fails.
Recovery. Specify a correct value, from 64 through 512.
Cause. You called #LOOP with |WHILE| but did not include |DO|.
Effect. The requested operation is ignored.
Recovery. Rewrite the loop to include |DO| after |WHILE|.
Cause. You called #IF but did not include |THEN| or |ELSE|.
Effect. The requested operation is ignored.
Recovery. Rewrite the statement to include |THEN| or |ELSE| after #IF.
Cause. You called #LOOP with |DO| but did not include |UNTIL|.
Effect. The requested operation is ignored.
Recovery. Rewrite the loop to include |UNTIL| after |DO|.
Cause. You called #LOOP without including |DO| or |WHILE|.
Effect. The requested operation is ignored.
Recovery. Rewrite the loop to include |DO| or |WHILE| after #LOOP.
*ERROR* Expecting a number or an arithmetic expression
*ERROR* Expecting |DO|
*ERROR* Expecting |THEN| or |ELSE|
*ERROR* Expecting |UNTIL|
*ERROR* Expecting |WHILE| or |DO|