Could you provide an example and its effect OF,
Using COND on JOB and EXEC both ?

Answers were Sorted based on User's Feedback



Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / ven

just step condition will dominate the job condition. that's
it.

Is This Answer Correct ?    4 Yes 5 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / sampler

//MYJOB JOB COND=(4,LT)
//MYSTEP1 EXEC CATPROC
//MYSTEP2 EXEC PGM=MYPROG,COND=(8,LE,MYSTEP1)

COND=(4,LT) will be used to MYSTEP2,
COND=(8,LE,MYSTEP1) will be ignored

Is This Answer Correct ?    2 Yes 3 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / vinay sonar

If we code it both in step and job step will dominate over
job

Is This Answer Correct ?    0 Yes 2 No

Could you provide an example and its effect OF, Using COND on JOB and EXEC both ?..

Answer / mahaveer

Step condition will overide the job condition

Is This Answer Correct ?    0 Yes 5 No

Post New Answer

More JCL Interview Questions

what is full form of AIX

3 Answers   Accenture,


How to rename a VSAM file as well as it's index file?

4 Answers   CitiGroup,


what will be the error code if duplicate key of VSAM file is found?

1 Answers   HSBC, Kings,


Mainframes gets a text file that contains the name of the file. Now using JCL i want to locate that file name in the mainframe system and perform further processing. Please tell how to proceed

0 Answers  


what does mvs stand for?

1 Answers   IBM,






what is the use of temporary files?

5 Answers   Hexaware,


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,


I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?

0 Answers  


In My job I have 15 procs.and in each proc i have 3 steps. i want to execute 3 step in proc 10.is it possible? if possible how?

2 Answers   HP,


Could anyone please suggest me what is the maximum length of data that can be pass as input in //sysin dd * This was asked in interview. TIA

3 Answers   VC, Wipro,


In sms datasets, what is the function of the dd avgrec keyword?

0 Answers  


I have 15 flat files. each record in the files have the monthly salary for 12 months with the employee number. Now I want to concatenate the 15 files such that for the employee numbers that are common the o/p file should have only one record and the salaries should be concatenated to that record. How can we do it with JCL?

1 Answers  


Categories