How to execute a set of JCL statements from a COBOL program?
Answer Posted / anoop
You can execute JCL from cobol programs.
Write the jcl statements into a file and open it in out put
mode.
Is This Answer Correct ? | 8 Yes | 12 No |
Post New Answer View All Answers
How do we get current date from system with century in COBOL?
Explain how to differentiate call by context by comparing it to other calls?
How you can characterize tables in cobol?
explain sorting techniques in cobol program?
Difference between cobol and cobol-ii?
What is the difference between Global and External Variables?
What are the different rules to perform a Search?
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?
In COBOL programming, what is PERFORM? What is VARYING?
Difference between array and sub-script ?
what is amode(24), amode(31), rmode(24) and rmode(any)?
How to traceback if I am getting SOC7 or SOC4 abend? List down the steps
What is a SSRANGE and NOSSRANGE?
How to get the last record in vsam file in cluster? And how can you get the kids file records into your cobol program?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly