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
What is perform what is varying?
How did the release of cobol/370 version 1.3 improve the performance of release 1.1?
what is difference bt COND, REGION & TIME parameters at JOB & EXEC. give an exp.
What rules are to be followed while using the corresponding options?
What is the difference between goback, stop run and exit program in cobol?
write a cobol logic. i have file that has 10 records .1 record go to first output file and second record goes to 2 output and etc
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
can anybody post me about file-aid and changemen tools pls and give me reference if any mainframe guys are there
What are declaratives and what are their uses in cobol?
Which mode is used to operate the sequential file?
What is rmode(24)
How do you differentiate between cobol and cobol-ii?
How arrays can be defined in COBOL?
What is the local-storage section?
Have you used comp and comp-3 in your project? And how?