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
Where & How Do You Code Identifier In Jcl?
how to compare two datasets without using superce because output is limited to 133 bytes
What is jcl in mainframe, and how many types of jcl statements are there for a job?
Is their any set of rules for dd? Explain.
I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?
How jcl is used for testing batch programs?
What is the significance of addrspc parameter in the exec statement?
How to pass data to a program that is coded in an exec statement?
which utility is used to sort a file in jcl?
Name what parameter directs the output of the job log dataset?
what is the purpose of coding notify parameter in job statement?
what is “Cond= even” and “Cond=only”?
Name the statement which can be used to send data to another mvs jes3 node?
i want to store 20 digits . how will u do it in cobol ?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?