
- Forum
- Programming Talk
- COBOL
- Link your answer to Linkage Query
Link your answer to Linkage Query
This is a discussion on Link your answer to Linkage Query within the COBOL forums, part of the Programming Talk category; Hi All, In my program I have a table and I want to pass this table via linkage. I have ...
-
Link your answer to Linkage Query
Hi All,
In my program I have a table and I want to pass this table via linkage. I have a doubt of using index in this situation. I am not sure of using index in linkage section. Kindly clarify on this. So if one cannot use index in the linkage situation is it that one can use only subscript to handle the above situation. Someone brief me on this
Regards,
Blenda
-
As we know "index" variable used in TABLE declaration is not declared in working storage section.
You can very well pass a table through Linkage section and you can use it in the called program, conditionally you have to declare the table in called program linkage section too.

Reply With Quote





