TAL Reference Manual

Error Messages
Appendix A—526371.001
A-51
57
57
Two mutually exclusive directives appear in the same compilation unit. To save global
declarations in a file for use by a later compilation, retain SAVEGLOBALS and delete
USEGLOBALS. To make use of the saved global declarations, retain USEGLOBALS
and delete SAVEGLOBALS.
58
TAL compiler versions B00 and later support up to 16 * 64K words of source code.
When the code exceeds 64K words, the compiler disables ABSLIST for the remainder
of the listing.
59
The program attempts to define a global data block beyond the compiler’s storage limit
of 100 such blocks. Reduce the number of global data blocks.
60
Errors detected and reported before the ERRORFILE directive occurs are not reported
to the file specified in the directive.
61
The directive cited in the warning message is not the first of its kind in the compilation.
Remove all duplicate occurrences of this directive.
SAVEGLOBALS and USEGLOBALS cannot appear in the same
compilation
Code space exceeds 64k, ABSLIST has been disabled
Number of global data blocks exceeds maximum, SAVEGLOBALS
disabled
Previous errors and warnings will not be included in
ERRORFILE
This directive can appear only once in a compilation