Hi guys!
I'm working on a requirement right now where an already compiled oracle stored procedure needs to be called from a cobol program. The thing is, the procedure has two parameters. One is with data type CHAR(10) and the other is a cursor. And this cursor returns several data. How should the syntax in cobol look like and how can i retrieve the data from the cursor?
Also, this stored procedure was made mainly for crystal reports call. so is it possible to call it from COBOL?
I'm working on a requirement right now where an already compiled oracle stored procedure needs to be called from a cobol program. The thing is, the procedure has two parameters. One is with data type CHAR(10) and the other is a cursor. And this cursor returns several data. How should the syntax in cobol look like and how can i retrieve the data from the cursor?
Also, this stored procedure was made mainly for crystal reports call. so is it possible to call it from COBOL?