View previous topic :: View next topic |
Author |
Message |
cobcurious Beginner
Joined: 04 Oct 2003 Posts: 68 Topics: 25
|
Posted: Fri May 26, 2006 4:59 am Post subject: External tables |
|
|
Hi,
I need to implement an external table which can be loaded once and shared by different programs.The table will be kind of reference table.I have some doubts about the such a table :-
1. What is the life time of such a table or How long does it last ?
2.How do I declare such a table in my COBOL program?
3.How do I delete such a table?
4.Can the table be shared by only the programs which are related to each other through a CALL statements?
Thanks
Tushar Johri |
|
Back to top |
|
|
Grant Beginner
Joined: 02 Dec 2002 Posts: 45 Topics: 1 Location: Sydney, NSW, Australia
|
Posted: Fri May 26, 2006 6:45 am Post subject: |
|
|
This can be achieved using "tokens". Search for the following program names :
IEANTRT (retrieve) IEANTCR (create) and IEANTDL (delete) |
|
Back to top |
|
|
shiv_swami Beginner
Joined: 29 Nov 2003 Posts: 68 Topics: 14
|
|
Back to top |
|
|
cobcurious Beginner
Joined: 04 Oct 2003 Posts: 68 Topics: 25
|
Posted: Mon May 29, 2006 1:23 am Post subject: |
|
|
Hi,
Thanks for the replies..but I will appreciate if we can explore the possibility of using tables which are declared as EXTERNAL variable in COBOL programs
Thanks
Tushar |
|
Back to top |
|
|
|
|