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 i code cond parameter in procedures ?

i have a jclk calling a proc which has 10 steps i want to execute
from step 5 to step 10 where can i code restrat parameter or
cond parameter for ths

Answers were Sorted based on User's Feedback



how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / greeshma

In job parameters give Restart= proc invoked step in
jcl.step in the proc where we want to restart.

Is This Answer Correct ?    2 Yes 0 No

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / shaan

If you want to restart from a particular step from a
cataloged procedure, then type RESTART.PROCSTEPNAME.JOBSTEPNAME.

Is This Answer Correct ?    1 Yes 2 No

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / shubham_a

You can code the RESTATRT in job card itself like :

//JOBNAME JOB 'ACCINFO',MSGCLASS RESTART=PROCNAME.STEP05

Is This Answer Correct ?    0 Yes 1 No

how can i code cond parameter in procedures ? i have a jclk calling a proc which has 10 steps i w..

Answer / prachi

COND parameter can be coded in Job card as well as on STEP..
In this case if you want to execute from STEP5 to STEP10
then you need to code Restart parameter on Job card as
Restart=STEP5

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More JCL Interview Questions

What is the use of disp parameter?

0 Answers  


What is Uncatalog dataset? How can we access/use them?

1 Answers  


How to find the number of duplicates in a file using Sort?

4 Answers   Fidelity,


In a proc i will concatinate 4 dd statements.i want to overide 3 dd statement through jcl how?

3 Answers  


Using DELETE what type of file can you delete? a)SEQUENTIAL FILE B)INDEXED FILE C) D) Some options were there..i cant remember

3 Answers   HSBC,


How do you override a parameter in Positional parameters?

4 Answers   Thomson Reuters,


Can we use two or more SYSPUNCH DD statements in a JCL for multiple unload (SYSREC00 & SYSREC01)..?

1 Answers  


How different is the JCL executing a COBOL program? 1) if the program is using VB file as input. 2) if the program is using FB file as input.

1 Answers   HSBC,


how to skip the steps in JCl

2 Answers   EDS,


how to count the number of members in pds?

2 Answers  


What is the differentiation between TRK,cyl, and Bytes... how they can be connected??

2 Answers  


describe the exec statement,its meaning ,syntax and keywords?

3 Answers  


Categories