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 am having one step in my jcl.in that step,i am calling one
proc.In that proc,i have 10 steps.i want to call a particular
step in that proc without writing any new jcl ike iebedit
utility...

Answers were Sorted based on User's Feedback



I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i w..

Answer / guest

1)Please use the Restart parameter in the job card (for
example Restart=jobstep.procstep)

Is This Answer Correct ?    4 Yes 0 No

I am having one step in my jcl.in that step,i am calling one proc.In that proc,i have 10 steps.i w..

Answer / venkat ramana

IN THIS CASE, CODE THE CONDITION PARAMETER ON THE JOB
STATEMENT IN SUCH A WAY THAT IT WILL BYPASS ALL THE STEPS
IN THAT JOB.
COND = (0,LE)

AND FOR WHAT EVER THE STEP YOU WANT EXECUTE, WRITE THE
BELOW COND PARAMETER

COND.STEPNAME (NAME OF THE STEP YOU WANT TO EXECUTE) =
(0,GT)

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More JCL Interview Questions

What it does If we specify TYPRUN=P & it is not substituted by SCAN 0r HOLD in VALUE SET.

0 Answers  


how to code instream data in procedure?

3 Answers  


Define concatenating?

0 Answers  


how to convert fb to vb in jcl ?

5 Answers   IBM, Infosys,


There are two input sorting files and there is a need to create one sort out file which contains data of both input files. What is the sort card for this. Write a sample JCL for this using a control card?

3 Answers  


Explain how can an in-stream dataset be terminated?

0 Answers  


Suppose I have 5 dataset listed under a single DD name in a catlogued PROC. How can I override one of those 5 dataset (say 3rd dataset)?

5 Answers   Cognizant,


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,


What are s0c1, s0c4, s0c5, s0c7 and socb?

0 Answers  


What type of versions we r using in mainframe (jcl, cobol, db2, vsam, cics)?

1 Answers   Accenture,


I have a File that has duplicate records. I need only those records that occur more than thrice.

3 Answers  


Explain the function of a dd statement?

0 Answers  


Categories