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 / rakesh w
//jopbcard,restart=procstp.step5
//procstp exec proc1
//....
i.e restart=procstep.stepname
correct me if i am wrong
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Where & How Do You Code Identifier In Jcl?
How jcl work to handle various input output file operations?
How to do automated restart when a job abend?
Which dd parameters are required?
what is DD statement is used in JCL?
What parameter of the job statement is used to limit the cpu time consumed by the job?
How do you create a temporary dataset?
What is multithreading in jcl?
Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed
how to compare two datasets without using superce because output is limited to 133 bytes
Define concatenating?
which utility is used to run a cobol-db2 program?
What does it mean by Restart and Checkpoint in JCL ? How are checkpoints being taken and what is their usage ? How to use Checkpoint macro on a JOBSTEP ?
Many jcl statements contain specific values designed to direct and control the execution of the statement. What are these fields called?
What is job control language?