How can we execute only one step in a job
Answer Posted / sravanthi
We cannot specify COND parameter for the first step in JCL.
So if there are many steps in JCL, we need to restart the
job from the required step. A null statement at the end of
this step can be given for running this step alone. If any
other step also need sto be run, then we can go for the COND
parameter instead of the null statement
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
Step 1 RC 4 Step 2 Step 3 I want to know the COND parameter which can be coded in step 2 or 3. Step 2 should be executed based on Step 1 RC and Step 3 should not be executed based on step 1's RC
How does jcl act on code(if you take a cobol program)?
What is the function of dd name parameter with a 2 part structure; audit.report?
What parameter of the job statement is used to limit the cpu time consumed by the job?
how do you create a dataset in a jcl with the same file organisation as that of another existing dataset?
What do you understand by the term job time – out and how can you overcome that?
How can return codes be tested before execution of a job step?
Explain the function of the steplib dd statement?
Suppose there are 2 Input files Infile-1 and Infile-2. Both the Files contain Employee Records. You need to compare both the files and Write the Common Records in third file named Outfile. How can we do this using File-Aid?
Explain the function of //cntl statement?
How does jcl act on a cobol code?
What are steplib and joblib?
What dd statement is used to supply the name of a dataset?
What does a disposition of (new,catlg,keep) for a dsn mean?
How does the jcl specify the job to os?