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
I have a File that has duplicate records. I need only those records that occur more than thrice.?
What is length is cobol?
In COBOL, what is the different between index and subscript?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
if we have " ibm mainframe ",in that how to remove first and last leading space eg:"ibm mainframe" like that the answer we need
What is the difference between goback, stop run and exit program in cobol?
How you can read the file from bottom?
how do you reference the printer file formats from cobol programs
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
Can we redefine the field of x(200) to less than 200?
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What is the difference between Call and a Link?
What is difference between static and dynamic call in cobol?