How do you restart a step in JCL?

Answer Posted / sv

restart = jobstepname.procstepname
eg :jcl
if we need to restart from step2 in the proc...

//job1 job
restart=s1.step2
//s1 exec proc1
....

proc:
//proc1 proc
//step1 exec=...
//step2 exec=...
//step3 exec=...

Is This Answer Correct ?    91 Yes 20 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you code a null statement?

767


Explain how can a stopped job be started again?

633


What is use of restart and how to use it?

757


How would you understand error(execution phase)?

618


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

823






What is multithreading in jcl?

930


What is the use of symbol // in jcl?

918


Give the syntax of job specifying jcl statement.

630


How do you create a temporary dataset?

654


What is the difference between the positional and keyword parameters? Give examples.

696


Are there any set of rules for the names of the steps used in a job?

626


How to submit a jcl from cics?

657


How to compare two files in SYNCSORT and on the mismatch record should be deleted from second file.

5056


by using cond parameter maximum 8 cond can be coded in single cond means ?explain

969


What are some jcl statements that are not allowed in procedures?

719