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 |
wht is the d/f between positional parameter n keyword parameter ?
How can a stopped job be started again?
If a field is declared as a comp-3 field and if we want to sort a dataset based on this field, then how will the sort card be??? e.g- if we want to sort by a field which is defined as a PIC X(5) then we will mention - sort fields=(1,5,ch,a). Likewise if a field is defined as PIC S9(10)COMP-3 then in this case how will the sort field be defined (because in this case a sign is also involved)???
Explain about Specifying compiler options in the PROCESS (CBL) statement
how to do automated restart when a job abends?
How are datasets concatenated?
I have 3 duplicate records in a file . I want to eliminate 1st, 2nd and copy 3rd one only . HOW ?
can we have more than one job in a single job card that is we are specifying only one 'job' statement in the jcl.
When should DISP=MOD is used?
What all are the changes to be made in JCL so as to do testing?
Can you give the sort card to arrange the specific column in the version of GDG.
What is the difference between primary and secondary allocations for a dataset?