what r the types of job control statements?
Answers were Sorted based on User's Feedback
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 |
Answer / sangeetha
there are three type of control statements
JOB STMT,EXEC STMT,DD STMT
Is This Answer Correct ? | 1 Yes | 0 No |
What does the statements: typrun=scan and typrun=hold do in a JCL statement
What is 'mounting' of volumes ? Is there anything that a programmer can do in it ? How to find currently mounted volume ?
Explain dfsort utility?
Suppose I have a program in cobol name ”careerride” and want to execute the program by jcl. Specify the process?
what does mvs stand for?
how to override PROC? please give answer in details. Please mention how to write it in JCL. Thanks in advance.
i have five step in jcl.my forth step is gdg.gdg was abend.when will job complete,hoe to handle you
Hi, Please clear me when COND=ONLY and COND=EVEN. Explain me with example.
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
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?
how to resolve the soc4 error?
How many parameters are there to a DISP statement and what are their uses ?