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

Explain the function of //cntl statement?

1 Answers  


How to submit a jcl from cics?

1 Answers  


I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?

4 Answers   BirlaSoft, FIS, Wipro,


how to compress the data set

8 Answers   Keane India Ltd,


How do you send the output of a COBOL program to a member of a PDS?

7 Answers  


The disp in the JCL is MOD and the program opens the file in OUTPUT mode. What happens ? The disp in the JCL is SHR and the pgm opens the file in EXTEND mode. What happens ?

1 Answers  


wht is step lib n job lib ? where can we code joblib n steplib ?

3 Answers   L&T,


Why we us SYSTSIN DD with IKJEFT01 (TSO Utility) to execute a COBOL DB2 program? Why can't we use SYSIN DD?  

1 Answers   TCS,


We have 100 steps in a procedure and we need to run the jcl and execute only 25th step in the proc and not the remaining steps. How can we do it?

5 Answers   IBM, JPMorgan Chase,


What is the use of disp parameter?

1 Answers  


describe the job statement, its meaning,syntax and significant keywords?

1 Answers  


How many steps we can overide in the proc's?

2 Answers   CS,


Categories