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


In Job, there are 10 steps. If I want to execute the first 6
steps and don't want to execute from 7th to 10th step. What
is the solution for this ?

Answers were Sorted based on User's Feedback



In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / satyanarayana

execute the steps till 6th step and in the 7 the step we
need to give the positive conditin like COND = (0 LE)which
is always true. so all the steps from 7 th step will be
bypassed.

thanks
satya

Is This Answer Correct ?    11 Yes 1 No

In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / aishwarya

Just give a null statement after 6th step like // Any line
after null statement in jcl will not be executed. Hence
remaining steps will be skiped from 7 to 10. Simple

Is This Answer Correct ?    10 Yes 2 No

In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / sivakumar sekharannair

me to belevive that answer 3 is the perfect answer

Is This Answer Correct ?    4 Yes 1 No

In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / piyush mani

All answers r ok but most efficient way 2 do this is to use null indicator after 6th step.

Is This Answer Correct ?    3 Yes 1 No

In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / kamaldeep

Answer given by Satyanarayana(ans#1) if we use COND=(0.LE) in a step then only that step will be bypassed not all the steps after it. I have tried it, please try and revert back.

Is This Answer Correct ?    0 Yes 0 No

In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / darshan

STOPAFT can be used

Is This Answer Correct ?    0 Yes 0 No

In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute f..

Answer / rajesh kumar.t

1.use COND par for each step.
2.comment the STEP7-10.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More JCL Interview Questions

how to solve u4038 abbend?........

3 Answers   Atos Origin, TCS,


if time parameter is not coded on the job card and job step then what is the default time assigned to the entire job and for each step in the job by the systyem ?

2 Answers   ITC Infotech,


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.

7 Answers   Syntel,


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

0 Answers  


How to pass the parameter in parm using linkage section ? (syntax)?

0 Answers   Infosys,


what r the types of job control statements?

2 Answers  


What statement marks the end of an in-stream or catalogued procedure?

1 Answers  


Explain the function of dd disp parameter?

0 Answers  


wht do u mean by inrec and outrec ?

1 Answers   IBM,


I have GDG defined e.g. GDG.smaplegdg.base, after processing the GDG. it contains some records and which is input to the second step2. How can I use GDG to use it as input file at step2.

3 Answers   Wipro,


//{name} INCLUDE MEMBER=memname {comments} in the include statement, what actually happens when its executed? The membername conatains a list of valid JCL statements, so will the include statement be substituted by these statements and how can we mention the pds that conatains the member? How does the include group differ from a PROC? how is include statement connected to JOBLIB and STEPLIB?

2 Answers   CCS, CTS,


How would I code JCL to copy a gdg data set G001v00 and create a gdg Data set G001v01

2 Answers  


Categories