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
how do you reference the printer file formats from cobol programs
What is rmode(any) ?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Can a Search can be done on a table with or without Index?
For rewrite, why is it mandatory that file needs to be opened?
Name the sections present in data division.
how do you reference the variable block file formats from cobol programs
In which area will you utilize 88 level items in cobol?
If you are current on the owner of a set, what is the difference between obtain next and obtain first?
How to remove 2 duplicate records and copy only one using job control language?
What is perform what is varying?
What is the default value(s) for an initialize and what keyword allows for an override of the default?
What guidelines should be followed to write a structured cobol prgm?
Write the code to count the sum of n natural numbers.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?