While executing COBOL CICS programs in Enterprise developer , with Pro*COBOL and Oracle DB, SQLCODE is populated as 0402456575 instead of -1001 and 2063925248 for 1403.
Details:
CICS is configured in the local enterprise sever
SQLCODE is declared as SQLCODE PIC S9(9) COMP-4.
SQLERRM is populated with proper error message ‘INVALID CURSOR’ and value as ‘-1001’.
Please let me know if you need more details.
#EnterpriseDeveloper