TAL Reference Manual

Error Messages
Appendix A—526371.001
A-16
44
44
The specified mnemonic does not match those for the NonStop system. As of release
C00, the compiler does not generate code for the NonStop 1+ system. Replace the
instruction with one described in the
System Description Manual for your system.
45
A value of the wrong data type appears. In this context, specify an INT(32) value.
46
The period symbol (.) is used on a variable that is already indirect. Specify only one
level of indirection by removing the period symbol from the current context.
47
An INT value appears where the compiler expected an INT(32) value. For the unsigned
divide ('/') and unsigned modulo divide ('\') operations, specify an INT(32) dividend and
an INT divisor.
48
The source code is missing item-specification. Supply the missing item.
49
A reference to an undeclared data item appears in the source file. Declare the item
or change the reference.
The string parameter of a parameter pair (string:length) is misspelled. Correct the
spelling.
Illegal Instruction
Only INT(32) value(s) allowed
Illegal indirection specification
Illegal for 16-bit INT
Missing
item-specification
Undeclared identifier