How to execute a set of JCL statements from a COBOL program ?
Answer Posted / saravanan
using internal reader concept u can
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
What is the function of the dd avgrec keyword in sms datasets?
Describe the various parameters utilized in the creation of a gdg?
How is the record format of an output dataset specified?
Can an individual step be restricted from using all the jobs allowed cpu time?
How do you run a COBOL batch program from a JCL? How do you run a COBOL/DB2 program?
Explain how can a stopped job be started again?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
What is the motivation behind coding class parameter in job statement?
Explain in DD statement what is the use of DCB parameter?
How to override loadlib?
What is the significance of addrspc parameter in exec statement?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Can we call instream to catalog and catalog to instream?
i want to store 20 digits . how will u do it in cobol ?