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 6 steps in my jcl program
after going to 5th step i want to execute 3rd step.....how can
i do it....by using(RESTART) can i do it or not?

Answers were Sorted based on User's Feedback



i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i..

Answer / harsha

Use DPRTY parameter. With this parameter, we can change the
order of execution of each steps but we cannot skip the
execution.

Is This Answer Correct ?    4 Yes 0 No

i have 6 steps in my jcl program after going to 5th step i want to execute 3rd step.....how can i..

Answer / muttaiah

What i understand from question is
After executing 4th step you want to execute 3rd step.

In JCL.
We can execute steps only sequentially meaning steps mentioned in the job has to be executed in the way they are.

So as far as my knowledge this is impossible.

one way is if the job execution is stopped after 4th step. you can then execute from any step using restart.

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More JCL Interview Questions

How to concatenate different LRECL of files?

2 Answers   IBM,


what is the COND=EVEN ? Can anyone give me an example to explain the usage.

2 Answers  


What are steplib and joblib?

0 Answers  


how are instream data terminated?

3 Answers   Tech Mahindra,


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

0 Answers  


What are the 2 types of parameters in dd statement?

0 Answers  


I have a jcl which is using 2 data sets i want to override those data sets. how can i override the files within the JCL. Give me the syntax. Make sure that it is not calling any Proc.

1 Answers  


what is mainframe?

4 Answers   CGI,


how many max steps can we use in a job? pls answer to my question

3 Answers   TCS,


i have a jcl containing header body and trailer .in header i have viswa body 2 6 1 9 7 trailer reddy .now i need to sort only body in either asecending or descending order how can i do it

1 Answers   L&T,


Explain about LMPUT-

1 Answers  


I need to compare two VSAm files. In input VSAM file some fields are updating and the updated feilds are coming into the output file. now i need to compare these two files with respect to a perticular field. Please suggest a suitable JCL code me.

2 Answers   Cognizant, Wipro,


Categories