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


Can we use COND=EVEN on a job card, when jobs are scheduled
through scheduler?

Answers were Sorted based on User's Feedback



Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / sushree mohanty

yes, condition codes can be given for JCL statements even
if job is scheduled thru a scheduler, since Cond parameters
is used in steps and not job level statement.

Is This Answer Correct ?    13 Yes 6 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / santy

yes i can.

COND parameters is mainly used in steps level execuition
not for the JOB levle.

Is This Answer Correct ?    3 Yes 2 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / bala

Yes we can. If COND=EVEN is specified in Job card it
applies to all steps in that job and it overrides the COND
parameters coded on the EXEC statements if any.

Is This Answer Correct ?    3 Yes 2 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / manohar

yes

Is This Answer Correct ?    2 Yes 3 No

Can we use COND=EVEN on a job card, when jobs are scheduled through scheduler?..

Answer / muttaiah

Coding Cond=even is one of the best way in case if you want
to execute all the steps in your job irrespective of any
abend..But make sure the functionality doesn't miss here.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More JCL Interview Questions

How can a stopped job be started again?

0 Answers  


If job is submitted with typerun = hold then how can we submit the same job?

3 Answers   Wipro,


What is the significance of addrspc parameter in exec statement?

0 Answers  


How to find out the number of records in a file using JCL

5 Answers   CTS,


What are the kinds of job control statements?

3 Answers  


if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?

4 Answers  


My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?

4 Answers   IMS,


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

0 Answers  


what is DSN in JCL and what are the parameters to declare the DSN?

0 Answers  


I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?

5 Answers   Xansa,


1)what is compilation jcl for cobol program but it is calling another program 2)what is compilation jcl for cobol program but it is calling another program(in this, main program is pure cobol but sub program is cobol+db2 program anyone please answer me for above questions. it's very urgent

1 Answers  


What are the parameter we cannot use in procedure? How many instream we can write in single jcl?

0 Answers  


Categories