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

commarea size


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

Active User


Joined: 04 Nov 2006
Posts: 109

PostPosted: Wed Dec 19, 2007 5:30 am
Reply with quote

hi there,

if i am not mistaken the max size of the commarea is 32k.

is there a minimum size? would it be 4k?

my question is: how offensive is it to CICS to use 32k commareas?

to make a long story short, what is more expensive? the opening of a db2 select cursor or using 32k commareas?

thanks,
jc
Back to top
View user's profile Send private message
Nimesh.Srivastava

New User


Joined: 30 Nov 2006
Posts: 78
Location: SINGAPORE

PostPosted: Thu Dec 27, 2007 3:31 pm
Reply with quote

Hi jctgf,
Yes the max size of Commarea is 32K, but as far as min size is concerned I am sure this 4k restriction because I am able to successfully pass a COMMAREA of size 0 [EIBCALLEN = 0].
The size of commarea is resource intensive in terms of storage but it is definately less than the DB2 multiple time opening the cursor and fetching the data storing and passing through COMMAREA.
Nowadays, you can also choose channels where the 32k limitation is not imposed. Follow this link for more details
[url]
publib.boulder.ibm.com/infocenter/cicsts/v3r1/index.jsp?topic=/com.ibm.cics.ts31.doc/dfhp3/dfhp37t.htm
[/url]
Thanks
Nimesh
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 Using Java/C/C++ to retrieve dataset ... Java & MQSeries 6
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Masking variable size field - min 10 ... DFSORT/ICETOOL 4
No new posts Dataset size increase on adding 1 byt... DFSORT/ICETOOL 8
No new posts CICS COMMAREA CICS 3
Search our Forums:

Back to Top