How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / sj
we can pass table via linkage section means static table
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define cobol?
How arrays can be defined in COBOL?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
Name some of the examples of COBOl 11?
What are the different open modes available in cobol?
if we display var1 then what will b displayed in below condition. 77 var1 pic s9(2) value -10. 77 var1 pic s9(2) value -11. " " " -12. " " " -13. -14 ... ... -19.
What is the local-storage section?
What is comp-1 and comp-2?
What is a scope terminator give example?
How to remove 2 duplicate records and copy only one using job control language?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Define static linking and dynamic linking.
What is the difference between next sentence and continue in cobol programing language?
explain sorting techniques in cobol program?
In which area will you utilize 88 level items in cobol?