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 are the symbolic parameters? why do we use symbolic parameters ?
2 Answers IBM, TCS, UST, Xansa,
what are the various stages of job processing?
How gdg are concatenated?
what is meant by jobtrac?
Can you delete the GDG base without deleting GDG generations ?
Can comments be specified at the very beginning of a jobcard? Will the JCL execute?
State the uses of syspring, sysin, sort fields, sum fields and dummy.
if in a job, region is mentioned in both jobcard and in step then which is cosidered at the step level? A job has region 4k in jobcard and step1 with region 0k and step2 with 16k, then what is the region allocated for the entire job? what is the region step1 takes? what is the region step2 takes?
i have step1,step2,step3 from where can i start coding cond parameter ?
If a JOBSTEP abends, AND without using COND also, all the subsequent steps execute, then what is the use of using EVEN ? Why do we use EVEN when without it also all the JOBSTEPs execute ?
Name what parameter directs the output of the job log dataset?
1) Is CLASS used for assigning Priority (as we say a job having class '6' will run before the job having class '5'? then what is the difference between CLASS and PRTY ? 2) In a same JCL, 2 JOB statements with different Classes and NO PRTY are submitted ? which will run first ? & with different classes and different PRTY also, which will run first now ?