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

List in order the hierarchical levels of jcl?

0 Answers  


How do you access an uncatalogued dataset in a jcl?

0 Answers  


Explain about Internal Sort

1 Answers  


What methodology can be adapted to transfer data to a program that is coded using the exec statement?

0 Answers  


wht r s722,s822,s122 and s222 abends pls reply fast

1 Answers   Wipro,






what's the significance of freespace(0 0) and freespace(100 100)

3 Answers  


Can we delete the data using IEFBR14 , IEBGENER??

5 Answers   Kanbay,


i want apply mainframe devolper with 3+ but i dont have that much of knowledge what isthe solution to get that much of knoweldge?

1 Answers  


When we give TYPERUN = SCAN , what are the syntax errors we get?

5 Answers   Kanbay,


Can I concatenate various datasets whose organization are different from each other. Lets say I want to cancatenate a PDS file, a PS file, a GDG file etc. Can You do that ?? If yes, how ? is there any separate Utility to do so ???

4 Answers  


IN MY JCL I VE 8 STEPS I WANT TO EXCUTE STEP 8 FIRST THEN EXCUTE STEP 4 ,HOW WILL EXCUTE STEP 8 BEFORE STEP 4?

7 Answers   Cognizant, IBM, IGT,


what JCL Procedures?

0 Answers  


Categories