TAL Reference Manual
Error Messages
Appendix A—526371.001
A-53
67
67
SQL directives specifying the SQLMAP and NOSQLMAP options appear in the source
code. The compiler applies the most recently specified option. If this is not your intent,
specify only one of the two options.
68
An incorrect ASSIGN SSV (Search Subvolume) number occurs. Specify the correct
SSV number.
69
A label declaration appears outside of a procedure or subprocedure. Move the label
declaration into the appropriate procedure or subprocedure.
70
A TARGET directive conflicts with a previous TARGET directive. The compiler accepts
only the first TARGET directive that it encounters.
73
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
An EXTERNAL procedure declaration specifies language attributes that do not match
those in the declaration that describes the procedure body.
SQLMAP and NOSQLMAP options are mutually exclusive. The most
recently specified option is in effect
Cannot access SSV
Label declaration belongs inside a procedure or subprocedure
Conflicting TARGET directive ignored
An ASSIGN SSV number is too large
The language attribute for this procedure conflicts with a
prior declaration