COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
Cause
More than one SQLSA is declared in the program, and the SQLSA in this statement is ambiguous
in this context.
479 (Error)
SQLSA is declared incorrectly
Cause
SQLSA is declared incorrectly (it must be a COMPUTATIONAL data item with no editing
characters).
480 (Error)
Improper context for INCLUDE
Cause
An SQL/MP or SQL/MX INCLUDE statement is outside of the Data Division. (It must be inside.)
481 (Error)
Improper context for CHARACTER SET clause
Cause
A CHARACTER-SET clause appears somewhere other than the final clause in an
OBJECT-COMPUTER paragraph.
482 (Error)
Expecting elementary data item
Cause
A data structure appears where an elementary data item is expected.
490 (Error)
Improper context for ALL subscript
Cause
The ALL subscript applied to an argument to an intrinsic function is either not allowed in this
context or not allowed on any argument to this function.
491 (Error)
Function nesting too deep
Cause
Functions are nested so deeply within a single statement that the compiler cannot process them.
492 (Error)
Subscripting not allowed on a function
Cause
A subscript appears on a function. (A subscript can only appear on a table.)
493 (Error)
Improper context for function
Cause
An intrinsic function appears where it is not allowed (as a receiving item in a statement, for
example).
1170 Compiler Diagnostic Messages










