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 the difference between a binary search and a sequential search what are the pertinent cobol?
Differentiate between structured cobol programming and object-oriented cobol programming.
What is the usage of comp fields in cobol?
What is perform what is varying?
Mention the guidelines to write a structured cobol program?
What is the difference between Global and External Variables?
What are the different open modes available in cobol?
What are different data types in cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What is length is cobol?
How do you reference the fixed block file formats from cobol programs
What are the pertinent COBOL
Define cobol?
I have a File that has duplicate records. I need only those records that occur more than thrice.?
Have you used comp and comp-3 in your project? And how?