How to Pass table from a cobol program to another cobol
program and how to use that table in called program
Answer Posted / guest
Can anyone explain this by example and give some sample code of both calling and called program ?
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are the different types of condition in cobol and write their forms.
what is amode(24), amode(31), rmode(24) and rmode(any)?
how do you reference the variable block file formats from cobol programs
For rewrite, why is it mandatory that file needs to be opened?
Program A (Normal COBBAT) calling a B Program (DB2COBOL, COBBATDB which is using a VSAM file. its a dynamic call. How we will handle VSAM file decleration in our from JCL from where we are running A PGM. And should we have PLAN for A pGM also. if possible can some one post a sample JCL. Thanks for help in advance.
how do you reference the variable unblock file formats from cobol programs
What is the difference between Call and a Link?
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 are the access modes of START statement?
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 u handle errors in BMS macro
In which area will you utilize 88 level items in cobol?
How many sections are there in data division in COBOL?
Can a Search can be done on a table with or without Index?
Difference between array and sub-script ?