PCC-01017

Error: PCC-01017: The SQLCA and a SQLCODE variable cannot both be used

Causa: The SQLCA has been included and a SQLCODE variable has been declared. This is not allowed as references to the SQLCODE variable are ambiguous and will result in COBOL compiler errors.

Acción: Use either the SQLCA or the SQLCODE variable. Remove either the include of the SQLCA or the SQLCODE variable declaration.

COMENTARIOS:


No hay comentarios.