TAL Reference Manual

Error Messages
Appendix A—526371.001
A-26
99
99
A constant list contains values that exceed the space allocated by the data declaration.
List smaller values in the constant list or declare larger variables.
100
Nesting of DEFINE declarations occurs. Remove the DEFINE declaration that is
nested within another DEFINE declaration.
101
An attempt to convert an ineligible procedure to EXTENSIBLE occurs. Convert only a
VARIABLE procedure that has at least one parameter, at most 16 words of
parameters, and all one-word parameters except the last, which can be a word or
longer. Also specify the number of parameters the procedure had when it was
VARIABLE.
102
A CODE statement contains an incorrect constant for the ACON option. Specify a
constant that represents the absolute run-time code address associated with the label
in the next instruction location. An absolute code address is relative to the beginning of
the code space in which the encompassing procedure resides.
103
A read-only array declaration includes an indirection symbol. Remove the indirection
symbol from the declaration.
Initialization list exceeds space allocated
Nested parametric-DEFINE definition encountered during
expansion
Illegal conversion to EXTENSIBLE
Illegal operand for ACON
Indirection mode specified not allowed for P-relative
variable