How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / maria
we can declare the internal table in both the called and calling program with the key word EXTERNAL .By doing this, the table data can be accessed in both the programs.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what is the use of outrecord?
which is Best IBM Mainframe Training and Placement Institute in Ameerpet Hyderabad
i want a program using by if, evaluate , string, unstring, perform, occurs?
Whats the difference between search & search ALL?
How arrays can be defined in COBOL?
Why did you choose to work with ibm mainframe cobol programming?
What are literals?
how to move the records from file to array table. give with code example
How to read the 2nd last record of a VSAM file? (The file size is huge and we don't know the key)
How do you get the data to code the BMS macro?
What is static and dynamic call in cobol?
What is a SSRANGE and NOSSRANGE?
What is inspect in cobol ?
How you can characterize tables in cobol?
How to change size of Initial number of records to *NOMAX for ALL PF files from perticular library, how can I do that