How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answers were Sorted based on User's Feedback
Answer / guest
Declare the tabe in both alling and called programs WS_Section
and Linkage section respectively..
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / maria
we can declare the internal table in both the called and calling program with the key word EXTERNAL .By doing this, the table data can be accessed in both the programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sj
we can pass table via linkage section means static table
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / guest
Can anyone explain this by example and give some sample code of both calling and called program ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / santhosh
Ramkrishna is right, we cannt pass the table via linkage
| Is This Answer Correct ? | 1 Yes | 3 No |
Answer / ramakrishna.d
We cant pass a table from one cobol program to another
cobol program
| Is This Answer Correct ? | 3 Yes | 12 No |
Why IBM?
What is file status 92?
Can we move X(9) to 9(9). If yes what are the ways for doing this?
What is the default value of DISP parameter?
What is 88 level used for ?
Hi................... I have records like this aaaa cccc bbbb And i want output like this bbbb cccc aaaa How can it possible ?. Note:Please make sure records are in unsorted order. somebody plzzz help me.
how we separate the cobol cics statements from cobol&cics programming?
i want to learn mainframes. i completed MCA ,whats the future of mainframes
in how many mode we can open a file ?
which is better comp or comp-3 in terms of memory utilization?
why occurs clause not mentioned in 01 level
6 Answers HCL, NIIT, TCS, Tesco,
What does MAXCC 3 means? It is used in one my codes.