TAL Reference Summary

Error Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 101
126 Initialization of local extended arrays is not allowed
An initial value appears in a local extended array declaration. Remove the
initialization from the declaration and use an assignment statement instead.
127 Illegal block relocation specifier, expecting either AT
or BELOW
An incorrect relocation clause appears in a BLOCK declaration. Specify only the AT or
BELOW clause to relocate the block.
128 Illegal block relocation position
An incorrect relocation position appears in a BLOCK declaration. Specify AT (0),
BELOW (64), or BELOW (256) only.
129 This variable must be subscripted
A reference to an UNSIGNED array appears without an index (subscript). When you
refer to an UNSIGNED array, always append an index to the array identifier.
130 This variable may not be the target of an equivalence
The new variable in an equivalenced variable declaration is type UNSIGNED. Declare
the new variable as any type except UNSIGNED.
131 Procedure code space exceeds 32K words
A single procedure is larger than 32K words long. Reduce the size of the procedure.
132 Compiler internal logic error detected in code generator
The code generator detected an internal logic error. Report this occurrence to Tandem
and include a copy of the complete compilation listing (and source, if possible).