What are the common keyword parameters in both job and exec
statements

Answers were Sorted based on User's Feedback



What are the common keyword parameters in both job and exec statements..

Answer / g.naveen

Condition,Time and Region are common keyword parameters in
job and exec statements

Is This Answer Correct ?    18 Yes 0 No

What are the common keyword parameters in both job and exec statements..

Answer / prasad bhavanasi

YES..THREE KEYWORDS ARE HAVE COMMON IN BOTH JOB & EXEC
PARAMETERS ...THOSE ARE : TIME
COND
REGION

THE THREE ARE IMPORTANT IN REAL TIME

Is This Answer Correct ?    10 Yes 1 No

What are the common keyword parameters in both job and exec statements..

Answer / pawan

TIME REGION COND

Is This Answer Correct ?    3 Yes 0 No

What are the common keyword parameters in both job and exec statements..

Answer / saheb

i think there are five in common :

1.cond

2.parm

3.time

4.region

5.addrspc

Is This Answer Correct ?    4 Yes 9 No

Post New Answer

More JCL Interview Questions

What 3 guidelines do we have to follow when concatenating DD statements?

3 Answers  


how can we merge two input files from two different jobs into one output file ? Please ans any one ASAP?

1 Answers  


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


What does SYSIN * indicate?

2 Answers  


If there are five steps in a JCL i have to execute the 3rd step, bypass the 4th step and execute the 5th step how do i do this?

13 Answers   Cognizant, Convergys, IBM, TCS, Wipro,






What is condition checking in jcl? Is this possible?

0 Answers  


Hi Please try to be to-the-point. 1) How to INCLUDE a JCL segment in a JOB ? (A Small example) 2) What is SPOOL and what is SPOOL FULL ? and how to direct the output of a Jobstep to SPOOL ?

3 Answers   IBM,


If a job has 3 steps and step 1 and step 3 should get executed and step 2 should not get executed irrespective of the return code from the previous steps. How can it be done?

5 Answers   TCS,


What is NOTCAT ?

0 Answers  


What is the motivation behind coding class parameter in job statement?

0 Answers  


a set statement is used to define commonly used symbolic across job steps or procedures. It initializes the previous values in the symbolic names. It has to be defined before the first use of the symbolic names in the jcl. State whether true or false?

0 Answers   IBM,


In a JCL if previous steps return code is greater than 0 or 4 then the next step will not execute. But the job will be successfull with the maximum return code. How can we reset this maximum return code to '0' regardless of return codes of any steps?

4 Answers  


Categories