How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / gaurav
It can be passed using the COBOL pointers.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
Explain how you can characterize tables in cobol?
how we sort two input files based on a common column and giving one o/p file please send me the coding logic?
How to remove 2 duplicate records and copy only one using job control language?
Explain how will you differentiate between an internal and an external sort, the pros and cons, internal sort syntax etc
What is an in line perform? When would you use it? Anything else you wish to say about it.
Explain what you understand by passing by value.
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
What do you understand by psb and acb?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
example for sub strings ? and refernce modifications whit output pls
What is length is cobol?
How you can read the file from bottom?
What is the use of intialize verb?
Write a program to enter and display the names of students in a class using the occurs clause.