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
What is Pic 9v99 Indicates in COBOL?
i was faced one question- i have value -00001234.56 Suppress the zeroes and the output should be -1234.56 But Not - 1234.56 spaces should not be available after suppressing the zeroes. logic in jcl and cobol?
What the difference is between continue and next sentence?
Describe the cobol database components?
how do you reference the rrds file formats from cobol programs
What are declaratives and what are their uses in cobol?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Name the divisions, which are available in a cobol program?
what happens if parmparameter passes zero bytes to the program
Define static linking and dynamic linking.
How do you differentiate between cobol and cobol-ii?
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
Why would you use find and get rather than to obtain?
Discuss about changing dataset name in proc.
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?