COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

Cause
The compiler processed the maximum number of SQL/MP or SQL/MX statement lines without
encountering the SQL/MP or SQL/MX statement terminator END-EXEC.
471 (Error)
Ambiguous reference to SQLCA
Cause
More than one SQLCA is declared in the program, and the SQLCA in this statement is ambiguous
in this context.
472 (Error)
SQLCA is declared incorrectly
Cause
SQLCA is declared incorrectly (it must be a data structure).
473 (Error)
Ambiguous reference to SQLCODEX
Cause
More than one SQLCODEX is declared in the program, and the SQLCODEX in this statement is
ambiguous in this context.
474 (Error)
SQLCODEX is declared incorrectly
Cause
SQLCODEX is declared incorrectly (it must be a COMPUTATIONAL data item with no editing
characters).
475 (Error)
Ambiguous reference to SQLCODE
Cause
More than one SQLCODE is declared in the program, and the SQLCODE in this statement is
ambiguous in this context.
476 (Error)
SQLCODE is declared incorrectly
Cause
SQLCODE is declared incorrectly (it must be a COMPUTATIONAL data item with no editing
characters).
477 (Error)
Program is missing SQLCODE
Cause
SQLCODE is required in the program, but is missing.
478 (Error)
Ambiguous reference to SQLSA
Message List 1169