COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-86
Message List
472 (Error)
Cause. SQLCA is declared incorrectly (it must be a data structure).
473 (Error)
Cause. More than one SQLCODEX is declared in the program, and the SQLCODEX
in this statement is ambiguous in this context.
474 (Error)
Cause. SQLCODEX is declared incorrectly (it must be a COMPUTATIONAL data item
with no editing characters).
475 (Error)
Cause. More than one SQLCODE is declared in the program, and the SQLCODE in
this statement is ambiguous in this context.
476 (Error)
Cause. SQLCODE is declared incorrectly (it must be a COMPUTATIONAL data item
with no editing characters).
477 (Error)
Cause. SQLCODE is required in the program, but is missing.
SQLCA is declared incorrectly
Ambiguous reference to SQLCODEX
SQLCODEX is declared incorrectly
Ambiguous reference to SQLCODE
SQLCODE is declared incorrectly
Program is missing SQLCODE