suppose i have 10 job steps and i want to execute only step
6.How to write?

Answer Posted / rahul singh

code restart=step6, cond=(0,le) in job card and only step6
will be executed

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How do you create a temporary dataset?

650


What is the function of the dd dcb keyword?

814


What is use of restart and how to use it?

754


What statement marks the beginning of a job step; assigns a name to the step; identifies the program or catalogued or in-stream procedure to be executed in the step?

638


Can I share my data with other jobs? How?

663






How do you overcome this limitation ?

685


How can the disposition of sysout datasets be set for an entire jobstream?

830


how you can direct the data to spool using SYSOUT option?

914


Is there any command to check wether the ps file is in sorted order?

2420


Explain dfsort utility?

658


In sms datasets, what is the function of the dd mgmtclas keyword?

852


have in 100 records in a file i want to read first 3 records and skip next 3 records and agan i want to read 3 records and again i want to skip 3 records... run a loop from record one to 10 evaluate i/3 if comes even then skip else write to output file

914


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

625


How can a stopped job be started again?

694


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?

821