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..........
Answer Posted / 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 |
Post New Answer View All Answers
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?
Explain how can a stopped job be started again?
What is the function of job statement in jcl?
What parameter directs the output of the job log dataset?
How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.
How gdg are concatenated?
Explain the purpose of dd dummy statement?
How does jcl act on a cobol code?
Is condition checking possible in jcl? If yes, how?
What does a disposition of (new,catlg,keep) for a dsn mean?
How can an in-stream dataset be terminated?
What is the function of a dd statement?
How to remove the spaces at end of each record in the output file Via COBOL program? note: The file has a VB length ----TRY
Where & How Do You Code Identifier In Jcl?
A dd statement consists of 4 fields. Name them?