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

COMMAREA and CICS doubts


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

EXPERT


Joined: 28 Jan 2004
Posts: 37
Location: Trivandrum

PostPosted: Thu Apr 01, 2004 8:26 am
Reply with quote

Hello all,

I found some questions , can anybody pls try answering it.

1.Wht is the max commarea size that can be passed between 2 progs. I believe it is 32k. Is there anyway to pass more than 32k other than TSQ.

2. I have 2 prog, A and B. In prog A, I have 2 ?01? level of 32k each in WS Section. If I pass the address of both this structures to prog B, will I be able to access all 64 k of data in my program B.

3. Are all programs in cics are reentrant programs? If not can someone pls explain.

4. I need to access the extrapartition TDQ in batch. How can I identify the physical DS name corresponding of the logical TDQ.

regards,

Hari.
Back to top
View user's profile Send private message
rick

New User


Joined: 18 Jun 2004
Posts: 59
Location: Chennai

PostPosted: Wed Dec 01, 2004 8:25 pm
Reply with quote

Hi,


1, The maximum size of the Commarea is 64kb.
2, You can't have two 01 levels. Since the commarea content will be tansfered to 01 DFHCOMMAREA. linkage session variable in sub program.


RIck
Back to top
View user's profile Send private message
muthukumarapandian

New User


Joined: 08 Oct 2004
Posts: 42
Location: chennai, india

PostPosted: Thu Feb 24, 2005 7:52 pm
Reply with quote

Max size of commarea is 64kb.
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 API Gateway from CICS program CICS 0
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
No new posts Parallelization in CICS to reduce res... CICS 4
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top