Gianni,
After talking with Fujitsu they said that a stored procedure returning a unkown number of rows can not be done and that I would have to embed the stored procedure sql in to the cobol program and use a cursor and fetch to retrieve each row.
Andy
That sql statement in the procedure division should read call reexemptions instead of execute reexemptions. I was trying something out when I copied the code.
Gianni,
Thanks for the response.
The database, tables and stored procedures are on the same sql server 2000. I'm using Fujitsu Cobol V6.1, the enterprise version which does have power cobol with it but I need to eventually wrap this cobol with object oriented code so that is why I'm not...
We have a system that we are trying to bring up. The cobol was Microfocus and I'm in the process of converting it to Fujitsu. right now I've been running in to a problem with calling stored procedures that do a select and should return data. The stored procedure has been debugged and works...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.