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

storing data temporary in the CICS.


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
airan002

New User


Joined: 27 Feb 2007
Posts: 8
Location: New delhi

PostPosted: Thu Dec 17, 2009 3:22 am
Reply with quote

I have a requirement where I pass multiple rows to the webpage from the DB2. Once the user click change button to change the particular row. I need to change the row.

I want to save the rows sent to webpage somewhere on the TSQ so that next time i dont need to fetch data from DB2.

I tried getting the EIBTRMID in the program which is surprisingly space so i can not create the TSQ.

It there any other way to store data on the CICS environment?
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


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

PostPosted: Thu Dec 17, 2009 3:39 am
Reply with quote

DFHCOMMAREA
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Thu Dec 17, 2009 3:48 am
Reply with quote

If your CICS Version/Release is TS/3.1 or greater, review CHANNELS and CONTAINERS which can provide you with much more space.

The size of DFHCOMMAREA is limited to 32K minus 5, which equals 32763.

However, IBM's recommended maximum size for DFHCOMMAREA is 24K (24576).

Bill
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 -> CICS

 


Similar Topics
Topic Forum Replies
No new posts Store the data for fixed length COBOL Programming 1
No new posts Using API Gateway from CICS program CICS 0
No new posts Data set Rec-Cnt and Byte-Cnt Testing & Performance 2
No new posts SCOPE PENDING option -check data DB2 2
No new posts Check data with Exception Table DB2 0
Search our Forums:

Back to Top