Good day for all, we are making an integration of my ERP in RM-COBOL version 7.03 with another system in Oracle database and Sqlserver, I'm using the InstantSql to update some basic catalogs that are shared between both applications, I am trying to execute stored procedures that contain all the validations, in sql server if there are errors the procedure returns me a resultset with the information, but in Oracle it returns of the information in a cursor which I could not obtain the information.
These are the parameters of the stored procedure in ORACLE
and this is the code with which I'm running the stored procedure
This is the error that the program throws at me.
And the description of the error is the following:
additional to this Is that cobol uses to describe the parameters of the stored procedure
InstantSql version 7.5d.00
Version of the cobol 7.03
Thanks in advance for the help you can give me.
#InstantSQL
#Oracle
#RMCOBOL



.bmp)
.bmp)
.bmp)



