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 / muttiah
Priya,,
Can you please provide us the JCL.
Thanks in advance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain about ISPF/TSO Commands
What is use of restart and how to use it?
Explain how can an in-stream dataset be terminated?
Can I share my data with other jobs? How?
I HAVE A VB BLOCK WHICH IS USED AS INPUT IN COBOL CONATINING SOME RECORDS CAN I CHANGE THE FILE FROM VB TO FB?
How to submit a jcl from cics?
what happens in execution stage in job processing?
Are there any set of rules for the names of the steps used in a job?
what is DSN in JCL and what are the parameters to declare the DSN?
Suppose I have five jobs to do. But I want to hold one?
why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
What are the parameter we cannot use in procedure? How many instream we can write in single jcl?
what is the difference between JES3 and JES2?
What is one line to pass PARM from JCL to COBOL?