View previous topic :: View next topic |
Author |
Message |
SangNa Beginner
Joined: 15 May 2003 Posts: 6 Topics: 4
|
Posted: Thu May 15, 2003 8:03 am Post subject: Linkage Limitation |
|
|
Please help me on this,
I am not quite sure is there a limit 32K on the linkage or 32k limit on level 01 of the linkage. Much appreciate for your help on this matter
Thanks
I found it in APPENDIX1.7 Appendix G. Compiler limit comparison
Linkage section max : 134,217,727 in size |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Thu May 15, 2003 8:10 pm Post subject: |
|
|
SangNa,
The 32k limitation you are talking about is limitation to pass the data area to a subroutine from the main program.the best example would be COMMAREA in CICS
Hope this helps...
cheers
kolusu |
|
Back to top |
|
|
SangNa Beginner
Joined: 15 May 2003 Posts: 6 Topics: 4
|
Posted: Wed May 21, 2003 12:29 pm Post subject: |
|
|
Thanks Kolusu,
Can we increase COMMAREA in CICS beyond 32K limit by some means? |
|
Back to top |
|
|
slade Intermediate
Joined: 07 Feb 2003 Posts: 266 Topics: 1 Location: Edison, NJ USA
|
Posted: Wed May 21, 2003 1:46 pm Post subject: |
|
|
Hi Sang,
No. As a matter of fact, the "preferred" limit is 24K. I haven' t heard a reason why, though.
The work around is usually TS/TD queues.
Regards, Jack. |
|
Back to top |
|
|
|
|