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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stored procedure on os390

Status
Not open for further replies.

ingresman

IS-IT--Management
Feb 17, 2003
1,541
GB
Hello,

Sorry to be a bit thick but I've got to look at stored procedures on our os390 mainframe.

I'm used to writing procs in pl/sql under Oracle, SQLServer Ingres etc. So I'm a little concerned that I will have to write the procedures in COBOL (or whatever). The issue is the software house we want to use don't have COBOL skills and we don't use C or Java etc.

Just one final thing I have to be able to access the procedure via DB2/Connect.

Is this true do I have to use a high level language ???.

We are on version 7

Many Many thanks in advance
 
You can write SQL Procs on os/390 db2 ..

You can begin by looking at the CREATE PROCEDURE Statement in SQL Reference

Cheers

sathyaram

More DB2 questions answered at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top