Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

COBOL and Stored Procedures

Status
Not open for further replies.

Tarbux

Programmer
Sep 16, 2006
3
0
0
AP
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top