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


Please Help Members By Posting Answers For Below Questions

State the various causes of s0c1, s0c5 and s0c7.

839


What is cobol?

938


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...)

2135


what are decleratives in cobol?

1992


What is amode(24)?

871


What is rmode(24)

893


What are the pertinent COBOL commands?

2818


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?

2332


What is the difference between structured cobol programming and object alternativelyiented cobol programming?

946


what is search and searchall?what is the diffrence between them?give an best example?

6138


Explain how you can characterize tables in cobol?

814


What are the different rules for performing sort operation?

943


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?

2002


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

2225


how to move the records from file to array table. give with code example

2418