Exforsys
+ Reply to Thread
Results 1 to 2 of 2

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 ...

  1. #1
    blenda is offline Member Array
    Join Date
    May 2006
    Answers
    36

    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


  2. #2
    anuragvma is offline Junior Member Array
    Join Date
    Jun 2006
    Answers
    2
    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.


Latest Article

Network Security Risk Assessment and Measurement

Read More...