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


there are 10 steps in jcl how to execute the steps from
step2 to step8 only

Answers were Sorted based on User's Feedback



there are 10 steps in jcl how to execute the steps from step2 to step8 only ..

Answer / sai

Hi,

CODE THE CONDITION PARAMETER COND=
(0,LE) IN THE STEPS THAT WE DONT WANT TO EXECUTE

Regards
Sai

Is This Answer Correct ?    11 Yes 0 No

there are 10 steps in jcl how to execute the steps from step2 to step8 only ..

Answer / chowdary

give restart from step 2 and give end statement after 8th
step

it might be possible by using cond parameter

Is This Answer Correct ?    8 Yes 3 No

there are 10 steps in jcl how to execute the steps from step2 to step8 only ..

Answer / suputhru

AAA BHAI LOOG, First understand the requirement.

1.we can't code COND=(0,LE) for first step.
here we can use COND=only,
2.for not execution of 9 and 10 use COND=(0,LE)

else direct answer: IEBEDIT utility.
Incude 2 to 8 stepnames.

ex:

//STEP001 EXEC PGM=IEBEDIT
//SYSPRINT DD SYSOUT=*
//SYSUT1 DD DSN=XXX.GENERAL.STUDY(TEST001),DISP=SHR
//SYSUT2 DD SYSOUT=(A,INTRDR)
//SYSIN DD *
EDIT TYPE=INCLUDE, STEPNAME=(STEP001,STEP002,...STEP008)
/*

Similarly, we can use TYPE=EXCLUDE to exclude the steps from exec.

Is This Answer Correct ?    6 Yes 3 No

there are 10 steps in jcl how to execute the steps from step2 to step8 only ..

Answer / vinay sonar

You can use cond parameter but it will be very tedious.
So you can use IEBEDIT
Syntax is

//SYSIN DD*
EDIT TYPE=INCLUDE,STEPNAME=
(STEP2,STEP3,STEP4,STEP5,STEP6,STEP7,STEP8)
/*

Is This Answer Correct ?    0 Yes 0 No

there are 10 steps in jcl how to execute the steps from step2 to step8 only ..

Answer / guest

He wants step 1 and 10 should be bypassed and not 9 and 10.
We can use restart parameter

Is This Answer Correct ?    1 Yes 3 No

there are 10 steps in jcl how to execute the steps from step2 to step8 only ..

Answer / anonymous

If it is confirm that step 2 to step 8 will execute normally
then what we can do is write COND=(0,EQ) for step 9 &
step10.So these last steps will be byepassed.

Is This Answer Correct ?    4 Yes 7 No

Post New Answer

More JCL Interview Questions

What is the difference between specifying DISP=OLD and DISP=SHR for a dataset?

5 Answers   CitiGroup,


how would you create a temporary dataset? And where will you use them?

0 Answers  


Explain the function of dd name parameter with a 2 part structure; audit.report?

0 Answers  


What are three parameters you can specify on Job statement as well as on exec stmt ?

1 Answers  


i have a base gdg consisting of 12 versions like jan to dec. i need to concatante this gdg to another gdg which have version 1 or to the base gdg itself can anyone give me the code pls ?

4 Answers   IBM,


What statement marks the beginning of an in-stream or cataloged procedure in jcl and assigns default values to parameters defined in the procedure?

0 Answers  


What do you understand by the term “keyword” with respect to jcl and what is the opposite of the term?

0 Answers  


when we use sysprint and sysout statements

3 Answers  


What are the utility programs in jcl?

0 Answers  


I want to join to input files and write the matching fields on to an output file but i dont want the output file a sorted one

0 Answers  


How to view the hexa decimal value thru file aid if copy book is not present for that particular data

1 Answers  


How are datasets concatenated?

3 Answers   CitiGroup,


Categories