How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / santhosh
Ramkrishna is right, we cannt pass the table via linkage
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is static and dynamic call 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 an in line perform? When would you use it? Anything else you wish to say about it.
What guidelines should be followed to write a structured cobol prgm?
What rules are to be followed while using the corresponding options?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
What are the access modes of START statement?
Discuss about changing dataset name in proc.
what happens if parmparameter passes zero bytes to the program
A table has two indexes defined. Which one will be used by the SEARCH?
Why would you use find and get rather than to obtain?
Have you used the sort in your project?for this type of questions any working on real time project give the eg. with real time scenario.
In COBOL programming, what is PERFORM? What is VARYING?
how to move the records from file to array table. give with code example
What is the use of intialize verb?