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


If the proc stepname is excluded while overriding the COND,
TIME, REGION and PARM parameters while calling the proc,
will the override only apply to the first step in the proc
or all the steps for all the above parameters?

Answers were Sorted based on User's Feedback



If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while..

Answer / abc

There are certain parameters which will not apply to the
entire proc if the proc step name is omitted e.g. the PARM
parameter. This will apply for the first step only. How
this works for the other parameters COND, TIME and REGION
if the proc step name is not provided during override?

Is This Answer Correct ?    2 Yes 0 No

If the proc stepname is excluded while overriding the COND, TIME, REGION and PARM parameters while..

Answer / aeon533

You may exclude. It depends whether you want to override
any parameter for the whole proc or for a specific procstep.
If you want to do it for a particular step then the format
is COND.PROCSTEP = value. If you want to do it for whole
proc then you may use unqualified overriding parameters
like EXEC PROC TIME= , REGION = etc but the parameters are
to be in the same order as they are in the actual proc.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More JCL Interview Questions

How to delete generations of gdg without deleting gdg base?

3 Answers  


How to ALTER the name of a GDG ?

2 Answers   IBM,


which statement is used to end the in-stream procedure in a jcl?

1 Answers   IBM,


What is the use of disp parameter?

0 Answers  


//ERFDS JOB //STEP1 //STEP2 //STEP3...COND=(4,LT) //STEP4 1.CONDITION IN STEP3 REFERS TO WHICH STEP'S RETURN CODE (STEP1 OR STEP2)? 2.IN ABOVE PROGRAM IF CONDITION SATISFIES IN STEP3 WHICH STEPS WILL EXECUTE?? AND WHY? IF CONDITION IN STEP3 SATISFIES

5 Answers   IBM,


how you can direct the data to spool using SYSOUT option?

0 Answers  


How to pass data to a program that is coded in an exec statement?

0 Answers  


What does the keyword DCB mean and what are some of the keywords associated with it?

3 Answers   ITC Infotech,


I have an job having three job steps.Suppose i want to call a pgm in step2 and aproc in step3.How to write the code?

2 Answers   IBM,


COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?

4 Answers   IBM,


what is the Difference between SYSIN and PARM ?

5 Answers   IBM,


how can the same proc be re-used and called by many jobs?

0 Answers   IBM,


Categories