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

Can we call instream to catalog and catalog to instream?

0 Answers  


how to do automated restart when a job abends?

0 Answers   IBM,


Suppose i have 2 steps in my pgm. Step1- creates a file, Step2 - generates report from file in step1, What changes have to be made in Step2, so that if the file in Step1 is empty Step2 should not be executed? No changes to be made to Step1.

4 Answers   TCS,


How do you submit JCL via a Cobol program?

4 Answers   IBM,


in production region 100 steps are running,but i need to run only step5 without changing code how can i do it?

4 Answers   HCL,


In job processing, what happens in execution stage?

0 Answers  


with out sorting how to copy records from one file to another file using jcl.Mean I have one input file in which the record are like 1,6,5,4,2,3(for example) and i want to copy to output file from top to bottom(without sorting) like 3,2,4,5,6,1.so I want the JCL for this.cna any one can answers?

1 Answers   TCS,


Write a jcl to execute a job by 7 a.m on Jan 20,1986 ?

5 Answers   Maples, Patni, TCS,


what disp parameter we mention for creation of temporary dataset so that we can use it in later steps?

0 Answers   IBM,


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


Explain COND used in JCL?

1 Answers   Patni,


Is CPU time assigned to a JOB and JOBSTEP BOTH, by default ?

4 Answers   IBM,


Categories