PCB-00552: The SQLCA and a SQLCODE variable cannot both be used



PCB-00552: 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

NNL-00418: Attributes Mapped: number

1 Answers  


ORA-32304: materialized views with user-defined types cannot use prebuilt table

1 Answers  


KUP-04014: invalid SLF parameter

1 Answers  


DRG-50100: CORE LSF error: string

1 Answers  


PCB-00301: Use of non-ANSI function is an Oracle extension

1 Answers  


ORA-06736: TLI Driver: server not running

1 Answers  


ORA-40104: invalid training data for model build

1 Answers  


ORA-28154: Proxy user may not act as client 'string'

1 Answers  


ORA-25961: join index prevents dml cascade constraint operation

1 Answers  


CLSR-00006: Error encountered when writing file string

1 Answers  


ORA-07716: sksachk: invalid device specification for ARCHIVE

1 Answers  


ORA-24806: LOB form mismatch

2 Answers  


Categories