TAL Reference Summary

Error Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 89
53 Edit file has invalid format or sequence
n
The compiler detects an unrecoverable error in the source file. In the message, n is a
negative number that identifies one of the following conditions:
Number Condition/Action
–3 Text-file format error. Correct the format.
–4 Sequence error—the line number of the current source line is less than
that of the preceding line. Correct the sequence of source lines.
54 Illegal reference parameter
A structure appears as a formal value parameter. Declare all structure formal
parameters as reference parameters.
55 Illegal SUBPROC attribute
A subprocedure declaration includes an incorrect subprocedure attribute such as
EXTERNAL or EXTENSIBLE. Remove the incorrect attribute from the subprocedure
declaration. Subprocedures can only have the VARIABLE attribute.
56 Illegal use of USE variable
A USE variable is used incorrectly. Correct the usage in accordance with the
descriptions of the USE statement or the optimized FOR statement.
57 Symbol table overflow
The compiler has not allocated sufficient space for the symbols in your program. You
can either:
Use the SYMBOLPAGES directive to increase the allocation
Break the program into smaller modules
58 Illegal branch
Your program branches into a FOR statement that uses a USE register as its counter.
Branch to the beginning of the FOR statement, not within it.