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


Suppose there r total 10 steps. Out of which i want to
execute only the 7th step. How can i do that....????

Answers were Sorted based on User's Feedback



Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do tha..

Answer / vatsa

In the job card mention the restart step name as

//jobname JOB (1234),class=a,msgclass=x,restart=step7
// notify=&sysuid.

Is This Answer Correct ?    1 Yes 2 No

Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do tha..

Answer / mithun suresh

Give COND=(0,LE) in the jobcard. By this only the 7th step
will be executed. No need to change any other statements in
JCL.

//jobname JOB (abcd),CLASS=B,MSGCLASS=J,
// RESTART=STEP7,COND=(0,LE)

Is This Answer Correct ?    6 Yes 8 No

Suppose there r total 10 steps. Out of which i want to execute only the 7th step. How can i do tha..

Answer / shailendra

in job statement put restart=7th step name

and
in 8, 9,10th step cond=(0,GE)

else
in job statement put restart=7th step name
comment for remaining step

i think both will work

Is This Answer Correct ?    2 Yes 6 No

Post New Answer

More JCL Interview Questions

what is a steplib

4 Answers   CGI,


Which statement is used to identify the private libraries in job?

0 Answers  


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

0 Answers   IBM,


What is S322 abend ?

5 Answers  


There are 2 steps in a JCL. If the first step abends due to system or user abend and the second step has COND specified as EVEN or ONLY, will this step still be executed inspite of the abend in the previous step?

2 Answers  


Describe the EXEC statement, its meaning, syntax and keywords?

2 Answers  


how to run batch program without jcl?

3 Answers   HSBC, IBM,


How can an in-stream dataset be terminated?

0 Answers  


What is QSAM error usually when it is occurs?

1 Answers  


Can we call instream to catalog and catalog to instream?

0 Answers  


Is it possible to code instream data in a PROC?

0 Answers  


Is it possible to take a PDS and write it to a GDG? If so, can you provide an example? Thanx

7 Answers  


Categories