How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / dinesh
Via linkage section. Use it as a normal table.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is amode(24)?
Which mode is used to operate the sequential file?
What is the compute verb? How is it used?
What are the different data types in cobol?
Write a program to explain size error.
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How to know whether the module is dynamical or statistical?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
how to refer the data field?
INREC AND OUTREC? HOW TO SPLIT 5K RECORDS TO DIFFERENT FILES IN A FILE IN COBOL? RESTART IN COBOL-DB2? ISOLATION LEVELS?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
In COBOL, what is the different between index and subscript?
What is inspect in cobol ?
Name some of the examples of COBOl 11?
What is the difference between Global and External Variables?