TAL Reference Manual

Error Messages
Appendix A—526371.001
A-21
71
71
A structure pointer of an incorrect data type (attribute) occurs. Specify only the INT or
STRING attribute when you declare structure pointers.
72
An indirection symbol is missing from a pointer declaration. When you declare a
pointer, specify an indirection symbol preceding the pointer identifier.
73
An incorrect referral occurs in a declaration. For the referral, specify the identifier of a
previously declared structure or structure pointer.
74
A STRING structure pointer attempts to access word-addressed items. To access
word-addressed structure items, use an INT structure pointer, either a standard (16-bit)
pointer or an extended (32-bit) pointer.
75
An indirect UNSIGNED variable declaration occurs. Declare an UNSIGNED variable as
directly addressed, regardless of its scope (global, local, or sublocal).
76
An incorrect structure or substructure reference occurs. Refer to a structure or
substructure only:
In a move statement
Only INT or STRING STRUCT pointers are allowed
Indirection must be supplied
Only a structure identifier may be used as a referral
Word addressable items may not be accessed through a STRING
structure pointer
Illegal UNSIGNED variable declaration
Illegal STRUCT or SUBSTRUCT reference