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 / anoop

//jopbcard,restart=jobstep.procstep

in this case job is calling one proc, this proc has 10
steps. We want to restart job from 5th step of proc.

assuming job calls proc in step1. then restart should be :-

restart=step1.step5

Is This Answer Correct ?    2 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

is there any way to execute more than one proc in the same exec statement at the same time..?

2109


How can return codes be tested before execution of a job step?

923


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

1349


What do we mean by 'Virtual storage' for a dataset and for a JOBSTEP ? What is the significance of the following statement for a programmer 'Virtual storage results in program addresses being independent of the addresses that actually exist in a computer' ?

1586


What do you understand by the terms: joblib and steplib?

626






Where & How Do You Code Identifier In Jcl?

699


what sort card you will use to copy the data from one dataset to another dataset?

730


What is the function of the steplib dd statement?

744


why should SYSIN DD * statement should not be included inside a PROCedure snippet??? please answer this.. i need to know.

1950


What is condition checking in jcl? Is this possible?

626


a dd statement has 2 types of parameters. Name them?

647


what is use of space parameter in dd statement?

758


Can we use DISP=SHR in output file in JCL

953


How do you overcome this limitation ?

698


which parameter is use to declare the name of dataset in dd statement?

735