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
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...)
Have you used comp and comp-3 in your project? And how?
What is amode(24)?
) how do u code after getting data?
What are the different open modes available in cobol?
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
A table has two indexes defined. Which one will be used by the SEARCH?
How to know whether the module is dynamical or statistical?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
What is the default value(s) for an initialize? What keyword will allow for an override of the default?
How do you define a variable of comp-1 and comp-2?
What are various search techniques in cobol? Explain.
Can we redefine the field of x(200) to less than 200?
Hi pls anybody tell me about " ANALYSIS DOCUMENT PREPARATION AND ESTIMATION OF TASK " (in real time project)."I want to update a sequential file in my project" for that purpose i need both structures i mean analysis document and estimation of task.