View previous topic :: View next topic |
Author |
Message |
vattikonda Beginner
Joined: 09 Jan 2003 Posts: 15 Topics: 5
|
Posted: Fri Oct 31, 2003 12:43 pm Post subject: Enterprise COBOL - External Data Access |
|
|
We are considering migrating our current application that is written in PL/I Ver. 2 Release 3 to Enterprise COBOL. We would like to go to an architecture similar to that we have in PL/I with EXTERNAL STATIC to minimize the amount of data transfer. Please let me know if there is a way I can address the data location in Enterprise COBOL and access it from various programs without passing on the actual data area using the Linkage section.
Example:
Prog A - Has the data and the address to the data location coded within Linkage Section
Prog B - When called, reads the required data and updates the information based on the address location (In other words, the data if referred in Prog A or any other Program will reflect the change made by Prog B).
Thanks,
Giri |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
|
Back to top |
|
|
vattikonda Beginner
Joined: 09 Jan 2003 Posts: 15 Topics: 5
|
Posted: Sat Nov 01, 2003 10:03 am Post subject: |
|
|
Thanks Kolusu. As always you are the best.
Cheers,
Giri |
|
Back to top |
|
|
|
|