TAL Reference Summary

Error Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 93
77 Unsigned variables may not be subscripted
An indexed (subscripted) reference to an UNSIGNED simple variable occurs. Remove
the index from the identifier of the UNSIGNED simple variable.
78 Invalid number form
A floating-point constant appears in an incorrect form. Use one of the forms
described in “REAL and REAL(64) Numeric Constant” in Section 3, “Data
Representation.”
79 REAL underflow or overflow
Underflow or overflow occurred during input conversion of a REAL or REAL(64)
number. Specify floating-point numbers in the following approximate range:
±8.6361685550944446E–78 through ±1.15792089237316189E77
80 OPTIMIZE 2 register allocation conflict
The compiler has run out of registers in OPTIMIZE 2 mode. The compiler emits error
80 and continues the compilation.
81 Invoked forward PROC converted to external
An EXTERNAL procedure declaration occurs for a procedure that was previously
called as if it were a FORWARD procedure. Correct either the EXTERNAL declaration
or the call to the FORWARD procedure.
82 CROSSREF does not work with USEGLOBALS
The USEGLOBALS directive appears in a source file submitted to the stand-alone
Crossref product. The compiler issues error 82 and stops the Crossref product. Before
resubmitting the source file to the Crossref product, remove the USEGLOBALS
directive from the source file.