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

Returning a COBOL result set to WEB application


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

New User


Joined: 22 Jun 2010
Posts: 2
Location: Kansas City

PostPosted: Tue Jun 22, 2010 8:59 pm
Reply with quote

I'm not really sure if this topic was discussed earlier but here goes.
I have been tasked to create a stored procedure that will return a result set to a web application.
I do know the result set will have a max of 25 rows with approx 10 columns based on account number.
I plan on using 2 sub-modules to produce the date and return the information to the stored procedure.
From information I already have, the stored procedure must declare a temp table, open a cursor to the temp table for the web app to fetch.

My specific questions are:
1. At what point would I call the sub-modules to load the temp table?
2. Would the linkage section variables be the temp table or the individual columns.
3. would the sub-modules be call with each fetch from the web app?

Any information is helpful

Thanks
Gerry
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Jun 22, 2010 10:04 pm
Reply with quote

One of the following Redbooks may be of some assistance:

DB2 for Z/OS Application Topics

DB2 Vsn 9 for Z/OS Stored Procedures

DB2 for Z/OS Stored Procedures

Latest Redbooks
you can use the above url to perform a search on web related topics.
Back to top
View user's profile Send private message
gerry sepulveda

New User


Joined: 22 Jun 2010
Posts: 2
Location: Kansas City

PostPosted: Tue Jun 22, 2010 11:02 pm
Reply with quote

I've gotten the basic information from the RedBooks mentioned however, the basic information doesn't explain the question as to when to call the sub-modules, when the cursor is called, etc..

I have seen information about loading the temp table, that piece is self-explanatory.

Thanks
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 Calling DFSORT from Cobol, using OUTF... DFSORT/ICETOOL 5
No new posts Generate random number from range of ... COBOL Programming 3
Search our Forums:

Back to Top