View previous topic :: View next topic
|
Author |
Message |
harikrishnanrajeev
EXPERT
Joined: 28 Jan 2004 Posts: 37 Location: Trivandrum
|
|
|
|
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 |
|
|
rick
New User
Joined: 18 Jun 2004 Posts: 59 Location: Chennai
|
|
|
|
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 |
|
|
muthukumarapandian
New User
Joined: 08 Oct 2004 Posts: 42 Location: chennai, india
|
|
|
|
Max size of commarea is 64kb. |
|
Back to top |
|
|
|