How to execute step2,step1,step3 when step1,2&3 are in order
Answer Posted / sandy
We can execute step3, 1, 2 in order by using the DPRTY.
By setting the execution priority of setplib we can achieve
this.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to code these statements in JCL: CLEANUP INITIAL(NO) RESTART(NO) DYNALLOC(NO) job definition..?
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
What is the job entry system used in your project? based on what criteria the sequence of jobs are picked if priority is not mentioned in the job card?
How can the submitting users racf authority be overridden in a job stream?
What is the purpose of dd dummy statement?
what is a jcl?
what are the types of abends that occur on job failure? And explain the possible causes of these
i want to store 20 digits . how will u do it in cobol ?
What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?
How do you access an uncatalogued dataset in a jcl?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
Explain how can the submitting users racf authority be overridden in a job stream?
How do you submit a job for execution?
A dd statement consists of 4 fields. Name them?
What happens if both JOBLIB & STEPLIB is specified ?