TAL Reference Manual

Error Messages
Appendix A—526371.001
A-54
75
75
More than 75 ASSIGN commands appear in the compilation. Reduce the number of
ASSIGN commands to 75 or fewer.
76
$LEN or $OFFSET is applied to an unfinished structure or to a substructure that is
declared in an unfinished structure. The compiler does not calculate these values until
the encompassing structure is complete. Complete the encompassing structure.
77
The compiler has passed inconsistent symbol information to the Crossref process. Use
the SYMBOLS directive for all your source code.
78
A CODE statement causes a conditional jump out of an optimized FOR loop. The
compiler can generate correct code for the nonjump condition of the CODE statement,
but not for the jump condition. To set the RP value for the forward branch, use a CODE
(STRP ...) statement or an RP directive.
79
An incorrect option appears in a directive. The compiler ignores the remainder of the
directive line. Replace the incorrect option with a correct option.
80
A reference to a reserved toggle name appears in the source code. Choose a different
toggle name for your code.
There are too many ASSIGN commands
Cannot use $OFFSET or $LEN until base structure is complete
SYMSERV died while processing the cross-reference listing
TAL cannot set RP value for forward branch
Invalid directive option. Remainder of line skipped.
This is a reserved toggle name