How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / 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 |
Post New Answer View All Answers
HOw can I get the negative sign while deduct high value from low value
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What are the cobol coding sheets?
Name the sections present in data division.
how to refer the data field?
What is the difference between PIC 9.99 and 9v99 in COBOL?
What is the difference between structured cobol programming and object alternativelyiented cobol?
How do you reference the fixed block file formats from cobol programs
How many sections are there in data division in COBOL?
What is redefines clause in COBOL?
What are the different data types in cobol?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What is the difference between perform … with test after and perform … with test before?
Which division and paragraphs are mandatory for a COBOL program?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?