TAL Reference Summary
Error Messages
TAL Reference Summary
92 096256 Tandem Computers Incorporated
71 Only INT or STRING STRUCT pointers are allowed
A structure pointer of an incorrect data type occurs. Specify only INT or STRING data
type when you declare structure pointers.
72 Indirection must be supplied
An indirection symbol is missing from a pointer declaration. When you declare a
pointer, specify an indirection symbol preceding the pointer identifier.
73 Only a structure identifier may be used as a referral
An incorrect referral occurs in a declaration. For the referral, specify the identifier of a
previously declared structure or structure pointer.
74 Word addressable items may not be accessed through a
STRING structure pointer
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 Illegal UNSIGNED variable declaration
An indirect UNSIGNED variable declaration occurs. Declare an UNSIGNED variable
as directly addressed, regardless of its scope (global, local, or sublocal).
76 Illegal STRUCT or SUBSTRUCT reference
An incorrect structure or substructure reference occurs. Refer to a structure or
substructure only:
In a move statement
In a group comparison expression
In a SCAN or RSCAN statement
As an actual reference parameter
As @identifier in an expression