How to execute step2,step1, step3 if step1,2,3 are in order
Answer Posted / tabbu
Then jobcard using restat parameter .given
restart=st.step2.then the execution starts in step2 and
another steps automatically executed
| Is This Answer Correct ? | 0 Yes | 11 No |
Post New Answer View All Answers
Is their any set of rules for dd? Explain.
what is the resolution for sb37 error
Explain the function of the steplib dd statement?
What are the utility programs in jcl?
How to execute 2nd and 4th steps among 5 steps in jcl proc?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
if we want to use a gdg which is already created by some job, then how to use the reference of the last generation in a jcl?
Is it possible to define dd statements as you want?
what is the JCL statement consists of?
If a (+1) generation dataset is created in the first step of a job, how can it be referenced in later steps of the same job for input?
What is timing concept in mainframe?
Explain how can a jobs execution priority be modified?
We can use PASS with permanent datasets also. THEN Which is the condition in which we may use PASS (instead of KEEP) with permanent data sets, while there is no need to specify UNIT and VOL for them like temporary data sets (in cas we use KEEP for permanent data sets) ?
How to read and write a single record into a file. I would like to use it to enter a single 8-character piece of information and use it to put it into a variable for processing in JCL. Thank you