How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / dinesh
Via linkage section. Use it as a normal table.
| Is This Answer Correct ? | 15 Yes | 2 No |
Post New Answer View All Answers
What is the difference between a binary search and a sequential search? What are the pertinent cobol commands?
What is the problem of ordered sequential files access?
Name the sections present in data division.
System Testing for Mainframe Developers What is System Testing? integration testing ? what's the procedure ..
Write down the divisions of cobol program?
Why occurs cannot be used in 01 level in COBOL?
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 define dynamic array in cobol.
Are you comfortable in cobol or jcl?
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 is the utilization of copybook in cobol? Could we utilize a similar copybook?
How do you define a variable of comp-1 and comp-2?
What are the different types of condition in cobol and write their forms.
how can i see junk values in dclgen or in hostvariable of comp ?
A table has two indexes defined. Which one will be used by the SEARCH?