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 |
When should DISP=MOD is used?
Are all (i), (ii), (iii), (iv) of the below are VALID to reference a temporary dataset ? STEP2 DD1 DD DSN = &&TEMP STEP3 DD2 DD (i) DSN = TEMP (ii) DSN = *.TEMP (iii) DSN = *.STEP1.DD1 (iv) DSN = *.STEP1.DD1.ONE
. What is the difference between the following statements : I) step#1 exec PGM=accpay ii) step#1 exec tbalance
What is the difference between BLKSIZE and LRECL?
What does a disposition of (NEW,CATLG,KEEP) mean?
Can we DELETE all the Generations of a GDG at once, WITHOUT deleting the GDG itself ?
How to send data from cobol program to jcl?
My JCL have five steps & I created new versions of GDG in first step through fourth step & fifth step I was refered Step one GDG version. My JCL got abend at 4th step and how I can restart my JCL Please let me know the answers. //STEP1 EXEC GDG1(+1) DISP=(NEW) //STEP2 EXEC GDG1(+2) DISP=(NEW) //STEP3 EXEC GDG1(+3) DISP=(NEW) //STEP4 EXEC GDG1(+4) DISP=(NEW) //STEP5 EXEC GDG1(+1) DISP=(OLD)
11 Answers HCL, IBM, L&T, TCS,
What parameters can be used to limit the number of records written to a sysout dataset?
what is a MODELDSCB?
How many types we can give input to JCL
What do you do if you do not want to keep all the space allocated to a dataset?