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
State the various causes of s0c1, s0c5 and s0c7.
What is cobol?
how can we apply for HSBC exam(Mainframe) in India??? i went to their site and was told to submit my CV ,. etc..( totally confusing...)
what are decleratives in cobol?
What is amode(24)?
What is rmode(24)
What are the pertinent COBOL commands?
How can i load all the data from a file to Table (array) in cobol.How i manage the occurs clause with out reading the file.Any options avilable ? Please can any one help me it is urgent?
What is the difference between structured cobol programming and object alternativelyiented cobol programming?
what is search and searchall?what is the diffrence between them?give an best example?
Explain how you can characterize tables in cobol?
What are the different rules for performing sort operation?
I need to compare 3 variables(dates) and do some processing based on the earliest date. There could be more then 1 date record in any of the 3 fields. What is the best way to code this?
I have to write to a outfile where the number of records in that file should be the header of that file using IMS.. can anyone help me in this issue
how to move the records from file to array table. give with code example