TAL Reference Summary

Error Messages
TAL Reference Summary
100 096256 Tandem Computers Incorporated
121 Only STRUCT items are allowed here
An incorrect argument to the $BITOFFSET function appears. Specify only a structure
item as the $BITOFFSET argument.
122 Extended MOVE or GROUP COMPARISON needs a 32-bit NEXT
ADDRESS variable
The next-address (next-addr) variable in a move statement or a group comparison
expression is the wrong data type. Specify an INT(32) next-addr variable because the
compiler emits an extended move sequence when:
The destination variable or the source variable has extended addressing.
The destination variable or the source variable has byte addressing and the other
has word addressing.
123 Not allowed with UNSIGNED variables
An incorrect reference to an UNSIGNED variable appears. Correct the reference so
that the UNSIGNED identifier:
Has no @ or period (.) prefix
Is not sent as an actual parameter to a reference formal parameter
Is not the source or destination of a move statement, a SCAN or RSCAN
statement, or a group comparison expression
124 ERRORFILE exists and its file code is not 106, will not
purge
The file specified in an ERRORFILE declarative has the wrong file code. The compiler
does not purge the file. Specify a file that has file code 106.
125 MOVE or GROUP COMPARISON count-unit must be BYTES, WORDS,
or ELEMENTS
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.