what r the types of job control statements?

Answers were Sorted based on User's Feedback



what r the types of job control statements?..

Answer / krithiga hari

There are 2 types of job control statements. They are COND
and IF END-IF.
When the condition is true, the step will get bypassed in
the COND. Whereas if the condition is true step will get
executed in the IF END-IF.

Is This Answer Correct ?    5 Yes 2 No

what r the types of job control statements?..

Answer / sangeetha

there are three type of control statements
JOB STMT,EXEC STMT,DD STMT

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More JCL Interview Questions

What does the statements: typrun=scan and typrun=hold do in a JCL statement

2 Answers  


What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?

0 Answers   IBM,


Explain dfsort utility?

0 Answers  


Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?

0 Answers  


what does mvs stand for?

1 Answers   IBM,






how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.

6 Answers   Syntel, UHG,


i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you

3 Answers   L&T, Wipro,


Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.

2 Answers   GJ,


a input file contains 1000 records, how to move the first 500 record into one out put file and how to move to second 500 records to anothere output file

6 Answers   ITC Infotech,


If a jcl has just 1 step and the input file to this does not exist, then what will happen if we submit this job?

3 Answers  


how to resolve the soc4 error?

5 Answers   ITC Infotech,


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

3 Answers  


Categories