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 do you code cobol to access a parameter that has been defined in jcl? And do you code the parm parameter on the exec line in jcl?
How do you reference the fixed block file formats from cobol programs
How to find out the closest prime number of an input number? I believe it has something to do with SEARCH and COBOL Linear Array.
What are the pertinent COBOL
What is Pic 9v99 Indicates in COBOL?
explain sorting techniques in cobol program?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
1.give the details about WHEN OTHER. 2. how many form are available in evaluate.
How to fetch 1000 error records from VSAM file(Eg: 1000000 records present) while getting SOC7 abend ?
please..could u give an example about USAGE IS POINTER ..and explain why and when we use it ?
What is the utilization of copybook in cobol?
What is the difference between perform … with test after and perform … with test before?
Give some examples of command terminators?
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.
What is a SSRANGE and NOSSRANGE?