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 |
List in order the hierarchical levels of jcl?
What is one line to pass PARM from JCL to COBOL?
How many types we can give input to JCL
What is NOTCAT 2
What is difference between Return Code, user completion code, Abend code and reason Code?
i have step1,step2,step3 from where can i start coding cond parameter ?
What does a disposition of (NEW,CATLG,DELETE) mean?
how to convert a file form fixed Length to variable length?
I have 5 generations in my GDG. How do I code in the JCL to consider all the 5 versions of the GDG ?
what happens in conversion stage in job processing?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
lines(1,cancel)??What is meant by that??Plz explain it....