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...

i have 5 steps to execute in that i want to skip 3nd step
and start execute from forth step how can u do this.



Answer Posted / y@$w@nth

I think u want to execute only 1,2,4,5 steps...for this the
solution is

//userid01 JOB 'sample','test',class=a,restart=step3
//step1 exec pgm=prog1
//step2 exec pgm=prog2
//step3 exec pgm=prog3,cond=(0,LE,step2)
//step4 exec pgm=prog4
//step5 exec pgm=prog5
//

So in the above case step3 won't execute only 1,2,4,5 steps
will execute.

If ur question is that u want to restart from step4 that
means u want to execute only 4,5 steps then we can go for
restart parameter at job card level..

//userid01 JOB 'sample','test',class=a,restart=step3
//step1 exec pgm=prog1
//step2 exec pgm=prog2
//step3 exec pgm=prog3,cond=(0,LE,step2)
//step4 exec pgm=prog4
//step5 exec pgm=prog5
//

Cheers....
Y@$w@nth

Is This Answer Correct ?    12 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1215


Suppose I have five jobs to do. But I want to hold one?

1116


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

1151


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?

1376


hello friends ,i have exam in Hsbc,pls any on send me placement papers and technical questions on mainframes,thank u

2132


Is it possible to left uncode disp?

1190


Explain the function of job statement in jcl?

1190


How is a type of file defined in the jcl that executes the cobol program?

1177


How can the submitting users racf authority be overridden in a job stream?

1253


Is condition checking possible in jcl?

1195


I have a COBOL program that ACCEPTs some input data. How do you code the JCL statement for this?

1166


what is SOC4 error?

1204


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

2618


Name what parameter directs the output of the job log dataset?

1040


what is the use of IEBGENER utility?

1153