TAL Reference Summary

Error Messages
TAL Reference Summary
98 096256 Tandem Computers Incorporated
109 Case label range must be non-empty -
range
A case alternative in a labeled CASE statement has no values associated with it.
Specify at least one value for each case alternative.
110 This case label (or range) overlaps a previously used
case label -
n
The value n appears as a case label more than once in a labeled CASE statement.
Specify unique case labels within a CASE statement.
111 The number of sparse case labels is limited to 63
Too many case labels appear in a labeled CASE statement. Specify no more than 63
case labels.
112 USEGLOBALS file was created with an old version of TAL or
file code is not 105,
file-name
The USEGLOBALS directive cannot use the global declarations file named in the
message. If the global declarations file does not have file code 105, recompile the
source code by using the SAVEGLOBALS directive. Use the same version of the
compiler for both the SAVEGLOBALS and USEGLOBALS compilations.
113 File error
number
,
file-name
A file error occurred when the compiler tried to process a file named in a directive
such as ERRORFILE or SAVEGLOBALS. The message includes the name of the file
and the number of the file error. Provide the correct file name.
114 @ prefix is not allowed on SCAN, MOVE or GROUP COMPARISON
variable
A variable in a SCAN or move statement, or in a group comparison expression, is
prefixed with @, which returns the address of the variable. Remove the @ operator.