IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Execute COBOL Stored Procedure


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
ssowmya

New User


Joined: 10 Oct 2006
Posts: 40

PostPosted: Fri Nov 24, 2006 12:21 pm
Reply with quote

Hi

Could anyone please let me know how to execute a COBOL stored Procedure???

Thanks & Regards
Sowmya
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Fri Nov 24, 2006 2:12 pm
Reply with quote

Quote:
how to execute a COBOL stored Procedure???

Are you talking about Copybooks ?
Back to top
View user's profile Send private message
surya_pathaus

Active User


Joined: 28 Aug 2006
Posts: 110

PostPosted: Fri Nov 24, 2006 2:20 pm
Reply with quote

Hi,

You can execute Stored Proc using DB2 CONNECT. It is an IBM tool.

Thru JCL also you can execute stored proc as like COBOL DB2 program.
But you need to do few changes to execute.

1) Because whatever inserted into Temporary Table cannot be viewed. So you need to add a file to view the records which are inserted into Temp Table.
Back to top
View user's profile Send private message
kgumraj

Active User


Joined: 01 May 2006
Posts: 151
Location: Hyderabad

PostPosted: Mon Nov 27, 2006 12:44 pm
Reply with quote

Hello,

A stored procedure is written in 4th generation language. i.e, SQl. It is usually located in server location (OS). You can connect from mainframes via Connect statement in Sample Cobol or any other language.
Syntax is like this
Exec SQL
Connect <Location>
End-exec.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> COBOL Programming

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts COBOL -Linkage Section-Case Sensitive COBOL Programming 1
No new posts COBOL ZOS Web Enablement Toolkit HTTP... COBOL Programming 0
No new posts Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
Search our Forums:

Back to Top