TAL Reference Manual
Error Messages
Appendix A—526371.001
A-31
125
125
An incorrect count-unit appears in a move statement or in a group comparison
expression. Specify the
count-unit as BYTES, WORDS, or ELEMENTS only.
126
An initial value appears in a local extended array declaration. Remove the initialization
from the declaration and use an assignment statement instead.
127
An incorrect relocation clause appears in a BLOCK declaration. Specify only the AT or
BELOW clause to relocate the block.
128
An incorrect relocation position appears in a BLOCK declaration. Specify AT (0),
BELOW (64), or BELOW (256) only.
129
A reference to an UNSIGNED array appears without an index (subscript). When you
refer to an UNSIGNED array, always append an index to the array identifier.
130
The new variable in an equivalenced variable declaration is type UNSIGNED. Declare
the new variable as any type except UNSIGNED.
MOVE or GROUP COMPARISON count-unit must be BYTES, WORDS, or
ELEMENTS
Initialization of local extended arrays is not allowed
Illegal block relocation specifier, expecting either AT or
BELOW
Illegal block relocation position
This variable must be subscripted
This variable may not be the target of an equivalence