Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How can we execute only one step in a job

Answer Posted / suresh

Hi,

This can be achieved by two ways.
1. As Sravanthi mentioned - A null (/*) statement at the
end of this step can be given for running this step alone.

2. By using COND parameter in the second step. Like
//STEP2 EXEC PGM=EXAMPLE,COND=(0,LE,STEP1)

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is concatenating?

1139


What parameter of the job statement is used to limit the cpu time consumed by the job?

1331


what is DD statement is used in JCL?

1245


what is use of disp parameter in dd statement?

1150


Explain how can an in-stream dataset be terminated?

1406


Explain the function of the dd dcb keyword?

1322


what is the JCL statement consists of?

1254


Can an individual step be restricted from using all the jobs allowed cpu time?

1602


What dd statement is used to supply the name of a dataset?

1447


Explain the function of dd disp parameter?

1173


What is the maximum length of a single line of jcl?

1405


Explain dd statement in jcl?

1181


Is condition checking possible in jcl? If yes, how?

1342


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?

1469


how to run batch program without jcl?

11690