TAL Reference Manual

Error Messages
Appendix A—526371.001
A-28
110
110
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
Too many case labels appear in a labeled CASE statement. Specify no more than 63
case labels.
112
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
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
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.
This case label (or range) overlaps a previously used case
label -
n
The number of sparse case labels is limited to 63
USEGLOBALS file was created with an old version of TAL or
file code is not 105,
file-name
File error number, file-name
@ prefix is not allowed on SCAN, MOVE or GROUP COMPARISON
variable