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 Call and a Link?
I have a program with an Array of 5000 occurences which is being passed from 5 sub levels to the front end screen. Thess 5 programs using each 5*2 = 10 different arrays with size as 5000. This is causing the transaction to utilize more storage consupmtion. I am looking to reduce the storage consumption. As part of that initially i thought Dynamic array may solve my problem. After viewing the comments given i see its same as normal array. IS there any other way we can resolve this issue?
what is amode(24), amode(31), rmode(24) and rmode(any)?
What rules are followed by the search verb.
I have File 1 occurs 5 times with Employee-ID,Employee-Name,Employee-Dept (EEE and MECH). I have File 2 occurs 10 times with Employee-ID,Employee-Name,Employee-Dept (EEE,CIVIL,CHEMICAL and MECH). In FIle 1 and FIle 2 , for matching Employee-DEPT (Only MECH) , we need to move entire records from file1 to file 2. We should not use 2D array. Your help is needed here.
Explain what you understand by passing by value.
i made it to stage 3 of an interview process wednessday they will quiz my knowledge again face to face for an analyst role recruiter said it will be based on Business requirements system is cobol and good ideas what they might ask etc
What are literals?
Write a program to explain size error.
How to use the same COBOL program in Batch and CICS on lines? explain with an example
What guidelines should be followed to write a structured cobol prgm?
What is the difference between next sentence and continue in cobol programing language?
i want a program using by if, evaluate , string, unstring, perform, occurs?
Explain sorting techniques in cobol program? Provide the sort file definition, the sort statement, its syntax and meaning
Are you comfortable in cobol or jcl?