COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-85
Message List
464 (Error)
Cause. An SQL/MP or SQL/MX host variable is in the wrong category.
465 (Error)
Cause. An SQL/MP or SQL/MX host variable’s PICTURE string contains an asterisk
(*).
466 (Error)
Cause. An SQL/MP or SQL/MX host variable contains a JUSTIFIED clause.
467 (Error)
Cause. An SQL/MP or SQL/MX host variable contains a OCCURS clause.
468 (Error)
Cause. An SQL/MP or SQL/MX host variable contains a RENAMES clause.
470 (Error)
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)
Cause. More than one SQLCA is declared in the program, and the SQLCA in this
statement is ambiguous in this context.
Improper category for host variable
Host variable's picture string cannot contain '*'
JUSTIFIED clause not allowed for host variables
OCCURS clause not allowed for host variables
The RENAMES is ignored
Missing END-EXEC
Ambiguous reference to SQLCA