View previous topic :: View next topic |
Author |
Message |
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Sun Dec 06, 2009 1:52 pm Post subject: CICS Containers (Vs) External Copy Books |
|
|
Hi All,
Can I use External Copy book to pass data between two CICS applications to overcome the COMMAREA limitaion of 32K. I am finding some material on CICS containers which overcomes the same problem. But what will be the limitation if I continue to use External Copybooks instead of Containers..?
Thanks!! |
|
Back to top |
|
 |
papadi Supermod
Joined: 20 Oct 2009 Posts: 594 Topics: 1
|
Posted: Sun Dec 06, 2009 5:19 pm Post subject: |
|
|
Please describe/define what you mean by an "external copybook".
This is not a term with which i'm familiar and it is not mentioned in the current COBOL Language Reference manual  _________________ All the best,
di |
|
Back to top |
|
 |
THRIVIKRAM Beginner
Joined: 03 Oct 2005 Posts: 70 Topics: 34
|
Posted: Thu Dec 10, 2009 9:51 am Post subject: |
|
|
External Copy books are defined with the word "EXTERNAL". If a program calls another program in CICS, it need not pass any values. Instead both programs can use the variables in the EXTERNAL copy book. |
|
Back to top |
|
 |
|
|