How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / guest
Declare the tabe in both alling and called programs WS_Section
and Linkage section respectively..
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
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?
What is amode(31)
What are the different open modes available in cobol?
how to move the records from file to array table. give with code example
What is inspect in cobol ?
What is perform what is varying?
What is comp-1 and comp-2?
Explain the configuration section of a cobol program with examples of syntax.
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
How arrays can be defined in COBOL?
Differentiate between structured cobol programming and object-oriented cobol programming.
How to know whether the module is dynamical or statistical?
Write the code to count the sum of n natural numbers.
What is cobol?
What are the different types of condition in cobol and write their forms.