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

Answers were Sorted based on User's Feedback



How can we execute only one step in a job..

Answer / laxmi

but how MR.Prasanth ????

Is This Answer Correct ?    2 Yes 1 No

How can we execute only one step in a job..

Answer / kamal

hi ankur,

i am really oppose u r answer cond=only previous step
abnormally execution mens this step executed.otherwsie not
possible.
using iebedit utility is oneway.
another one is restart=stepname end of the step give null
stmts.

Is This Answer Correct ?    1 Yes 0 No

How can we execute only one step in a job..

Answer / radhakrishnan

1. restart the step in the jobcard
2. give a null // at the end of the step.

Thanks,
raddie

Is This Answer Correct ?    1 Yes 0 No

How can we execute only one step in a job..

Answer / vel

restart=step name,cond(0,le)

Is This Answer Correct ?    1 Yes 0 No

How can we execute only one step in a job..

Answer / pavan kumar

give that steps name in the restart parameter on the job
card and after that step put //

Is This Answer Correct ?    1 Yes 0 No

How can we execute only one step in a job..

Answer / deb

as per Sravanthi's answer.. A null (/*) statement at the
end of this step can be given for running this step alone
but we have to give restart in job.


suresh,the second method that u have suggested its not
correct, coz if u have more than one step in the same job
then u have to code the same COND parameter for each step.
this will stop the execution of 2 step...

Is This Answer Correct ?    1 Yes 1 No

How can we execute only one step in a job..

Answer / valmiki1980

This is a sample to restart only step02 and skip rest all,
please correct me if i am wrong.
--------------------------------------------------
//JOB CARD RESTART=STEP02

//STEP01
//STEP02
//chkstp02 IF STEP02.RC > 12 THEN
//STEP03
//STEP04
//STEP05
/*
// ENDIF
//

Is This Answer Correct ?    0 Yes 0 No

How can we execute only one step in a job..

Answer / sushanta

Use RESTART parameter and then use null for that step so
that no step gets executed after that.

Is This Answer Correct ?    0 Yes 0 No

How can we execute only one step in a job..

Answer / sachin

Suresh Sir: I agree with your answer but if Condition is True means that particular step(2) will be bypassed however job execution will go to the next step(3). I am just fresher, so please correct me if i am wrong.

Is This Answer Correct ?    0 Yes 0 No

How can we execute only one step in a job..

Answer / suresh

Hi,

Better we can give the true condition i.e COND=(0,LE) in
all the steps that we don't want to execute.

Please suggest if am wrong

Is This Answer Correct ?    0 Yes 2 No

Post New Answer

More JCL Interview Questions

a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file

6 Answers   ITC Infotech,


write a jcl to execute a job by 7:00 am on jan 20,1986?

0 Answers   IBM,


What is the significance of addrspc parameter in exec statement?

0 Answers  


How many extents are possible for a sequential file ? For a VSAM file ?

3 Answers  


Explain about LMINIT - generate a data ID for a data set

1 Answers  


db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.

2 Answers   Cap Gemini,


How to find the UNIT and VOLUME of a (a) KEPT (b) UNCATALOGED and (c) CATALOGED dataset - using (i) JCL and using (ii) ISPF ?

0 Answers   IBM,


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?

2 Answers   Wipro,


Name the parameters which can be used to limit the number of records written to a sysout dataset?

0 Answers  


How to find the length of variable length copybook using fileaid ??

1 Answers   CSC,


I have four steps in jcl they are STEP1,STEP2,STEP3 and STEP4. Can it possible to run the reverse order like step4 first then step3,step2,step1?

4 Answers   Broadridge, HCL,


Explain about Cobol Subroutines

1 Answers  


Categories