TAL Reference Summary

Warning Messages
TAL Reference Summary
096256 Tandem Computers Incorporated 121
69 Label declaration belongs inside a procedure or subprocedure
A label declaration appears outside of a procedure or subprocedure. Move the label
declaration into the appropriate procedure or subprocedure.
70 Conflicting TARGET directive ignored
A TARGET directive conflicts with a previous TARGET directive. The compiler
accepts only the first TARGET directive that it encounters.
73 An ASSIGN SSV number is too large
A TACL ASSIGN command specifies an SSV value larger than 49. Use SSV values in
the range 0 through 49; for example:
ASSIGN SSV48, \node1.$vol2.subvol3
74 The language attribute for this procedure conflicts with
a prior declaration
An EXTERNAL procedure declaration specifies language attributes that do not match
those in the declaration that describes the procedure body.
75 There are too many ASSIGN commands
More than 75 ASSIGN commands appear in the compilation. Reduce the number of
ASSIGN commands to 75 or fewer.
76 Cannot use $OFFSET or $LEN until base structure is complete
$LEN or $OFFSET is applied to an unfinished structure or to a substructure that is
declared in an unfinished structure. The compiler does not calculate these values until
the encompassing structure is complete. Complete the encompassing structure.
77 SYMSERV died while processing the cross-reference listing
The compiler has passed inconsistent symbol information to the Crossref process. Use
the SYMBOLS directive for all your source code.