TAL Reference Manual
Error Messages
Appendix A—526371.001
A-29
115
115
The FOR count clause is missing from a move statement. Include the FOR count
clause in the move statement.
116
An incorrect use of the period (.) prefix occurs. Use this prefix only as follows:
•
As an indirection symbol in declarations
•
As a separator in qualified identifiers of structure items, as in
MYSTRUCT.SUBSTRUCT.ITEMX
•
As a dereferencing symbol with INT and STRING identifiers to add a level of
indirection
117
A structure pointer declaration includes bounds. Remove the bounds from the
declaration.
118
An incorrect width value appears in an UNSIGNED array declaration. For the width of
UNSIGNED array elements, specify 1, 2, 4, or 8 only.
119
In an assignment statement, an indexed pointer identifier appears. If the pointer is
declared within a structure or substructure, append the index to the structure or
substructure identifier, not to the pointer identifier. Otherwise, remove the index from
the assignment statement.
Missing FOR part
Illegal use of period prefix
Bounds are illegal on struct pointers
Width of UNSIGNED array elements must be 1, 2, 4, or 8 bits
Illegal use of @ prefix together with index expression