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



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

Answer / guest

Cause: 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.

Action: Use either the SQLCA or the SQLCODE variable. Remove
either the include of the SQLCA or the SQLCODE variable
declaration.

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

QSM-02027: group by ROLLUP

1 Answers  


ORA-01426: numeric overflow

1 Answers  


ORA-25184: column name expected

1 Answers  


ORA-15071: ASM disk "string" is already being dropped

1 Answers  


ORA-30744: "string" is not an object table

1 Answers  


ORA-00111: invalid attribute string

1 Answers  


NZE-28757: system attempt to allocate 0 bytes of memory

1 Answers  


ORA-07625: smsget: $MGBLSC failure

1 Answers  


TNS-01188: Listener cannot operate with incompatible transport protocols

1 Answers  


ORA-21710: argument is expecting a valid memory address of an object

1 Answers  


ORA-13351: two or more rings of a complex polygon overlap

1 Answers  


ORA-38901: column "string" of table "string" must be one of the first "number" columns

1 Answers  


Categories