i have a jcl calling proc which has 10 steps, i want to
execute from step5 to step10, where can i code RESTART and
COND parameter?
Answer Posted / raghu
we have to code restart parametr on job stmt and code cond on
step level
eg//jooob1 ------------------- restart=stepname.procname
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can a stopped job be started again?
Is condition checking possible in jcl?
how you will the direct the data to spool using sysout option?
Suppose I have five jobs to do. But I want to hold one?
what is DSN parameter and DISP parameter is used for?
which parameter is use to declare the name of dataset in dd statement?
what is use of space parameter in dd statement?
What methodology can be adapted to transfer data to a program that is coded using the exec statement?
what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?
What is jcl in mainframe?
what is use of dcb parameter in dd statement?
What is the use of disp parameter?
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?
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 can the disposition of sysout datasets be set for an entire jobstream?