My JOB contains three steps.
//STEP1 EXEC PGM=ABC
//STEP2 EXEC PGM=DEF
//STEP3 EXEC PGM=GHI
My Question is
1) I want to execute second step only. How will do.
2) Soppose U consider above three steps are in PROC steps
and I want execute the PROC second step only?
How to execute the second step only. During exection
time its creating any ABEND?
Please let me know..........
Answers were Sorted based on User's Feedback
Answer / sandy
Question no.1
-------------
Code RESTART=STEP02,COND=(0,LE) in the job card
Question no.2
-------------
Code RESTART=PSTEP1.STEP02,COND=(0,LE) in the job
card.PSTEP1 is the step executing PROC.
| Is This Answer Correct ? | 14 Yes | 1 No |
Answer / hema
Restart the Job from second step. Suppress the Third step
using the condition code.
| Is This Answer Correct ? | 4 Yes | 1 No |
Explain about LMCLOSE�close a data set
What you mean by skeleton JCl?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
What are the kinds of job control statements?
If i have defined an temperory dataset in step2, how can i call back or use the same dataset in step5 of the same job
I have a job (4 steps) with time parameter coded in job & exec, say time=10 in job & time =3,2,2,4 in each steps. Will the job executes successfully?
how you can access an uncataloged dataset in a JCL?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
How do you submit a job for execution?
what is a jcl?
What are some jcl statements that are not allowed in procedures?
diff bw SB37,SD37,SE37 ?( bcz these 3 belongs Space related abends only)