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?
Answer Posted / 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 |
Post New Answer View All Answers
Is it possible to define dd statements as you want?
how would you create a temporary dataset? And where will you use them?
How can unused space allocation be returned to the system when a dataset is closed?
I want my job (careerride) to be executed in 1 minute and 2 seconds. How do I do that?
Where & How Do You Code Identifier In Jcl?
Explain the purpose of dd dummy statement?
What parameter directs the output of the job log dataset?
how you can direct the data to spool using SYSOUT option?
What are the jcl procedures?
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
What is the function of the dd dcb keyword?
what is JCL?
What statement can be used to send data to another mvs jes3 node?
In job processing, what happens in execution stage?
What are steplib and joblib? What for they are used?