TAL Reference Summary
Warning Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 119
57 SAVEGLOBALS and USEGLOBALS cannot appear in the same
compilation
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 Code space exceeds 64k, ABSLIST has been disabled
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 Number of global data blocks exceeds maximum,
SAVEGLOBALS disabled
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 Previous errors and warnings will not be included in
ERRORFILE
Errors detected and reported before the ERRORFILE directive occurs are not reported
to the file specified in the directive.
61 This directive can appear only once in a compilation
The directive cited in the warning message is not the first of its kind in the
compilation. Remove all duplicate occurrences of this directive.
62 Extended address of STRING p-rel. array is incorrect if
reference is more than 32K words from array
The STRING read-only array is declared in a procedure or subprocedure, and the
compiler may generate an incorrect address when converting the address of a global
STRING read-only array to an extended address for use in a move statement, a group
comparison, or a procedure call.