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

What is global temp table in COBOL programing


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Anand78

New User


Joined: 06 Mar 2006
Posts: 50
Location: PUNE

PostPosted: Fri Jul 21, 2006 4:11 pm
Reply with quote

Hi all,

Can anybody tell me:

1> what is global temp table in COBOL programing?
2> for what purpose stored proc is created?
3> How data from online(JAVA) is received and how it will be
sent back?

thanks
Anand
Back to top
View user's profile Send private message
Lkmi

New User


Joined: 04 Mar 2005
Posts: 53
Location: Newyork

PostPosted: Mon Jul 24, 2006 9:03 pm
Reply with quote

Here you go..........

1. when a DB2 stored proc is called from java/some other client, the necessity to use a temp table in stored proc arises only when u are returning a result set to the calling module.

So If ur passing back a result set stored in a temp table then;

Two types of temp table can be created in db2(for this purpose)

1. Global temp table : these are temp tables which are present in the database but will not occupy any space. data is put in to them when the stored proc executes and then data is wiped off...thus it does not occupy more memory

2. another type is creating a temp table using JCL which would exist only when the process runs and at the end of process the table itself is wiped out

Note: In 1, the table exists and only data is wiped out whereas in 2 table and data are wiped out.


If u want to know to use temp tables in a stored proc.......send me a PM.
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 -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Replace each space in cobol string wi... COBOL Programming 3
No new posts Load new table with Old unload - DB2 DB2 6
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 Pulling a fixed number of records fro... DB2 2
Search our Forums:

Back to Top