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 |
How to override loadlib?
in a jcl, a large volume dataset is loaded to a table using bmcload in step1 and an image copy of the loaded table is taken using bmccopy in step2. Step2 abends because the image copy dataset cannot hold the volume of the table. How can this be rectified?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
What is a procedure?
How to check empty file in jcl?
What are three parameters you can specify on Job statement as well as on exec stmt ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
what is the difference between perform varying and perform
what is the job entry system used in your project?
What is SORT ? How do we eliminate duplicate records ? How do I select some records using SORT ?
what is A-MODE and R-MODE?
How is the record format of an output dataset specified?