Hi, all
Suppose i have 10 step in a job (s1,s2,s3,...s10)
i want to execute step9 first and then step3
and i used the DPRTY for these steps. so what will happen
to other steps? Will the get executed or only these two
steps get executed?
Answers were Sorted based on User's Feedback
Answer / priya
for ten steps we give prt num to each step depending on our
requirement.after executing step 9 and step3 remaining
depending to the prty num they execute
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / muttiah
Priya,,
Can you please provide us the JCL.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can a jobs execution priority be modified?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
In order to continue a job after a return code of 12 in step1, what the step2 exec statement include?
how to set dependancy for jobs?
The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The DISP in the JCL is SHR and the program opens the file in EXTEND mode. What happens ?
Which COND paramter will u use to execute the step only if the previous step does not execute
I have a JCL which 20 steps. How do I execute 17 th step alone (It should execute only 17ths tep.and it should not execute 18,19,20 steps??
9 Answers IBM, Infosys, TCS, Xansa, Xchanging,
Explain the purpose of the dd keylen parameter?
How to print the Output to SPOOL using MSGCLASS and SYSOUT ?
i have a jcl calling proc which has 10 steps, i want to execute from step5 to step10, where can i code RESTART and COND parameter?
How to find the number of duplicates in a file using Sort?
What is the difference between run mode and addressing mode?