Interview Questions

MOD, DELETE: What does a disposition of (,DELETE ) mean ?

JOB CONTROLL LANGUAGE (JCL) Interview Questions


(Continued from previous question...)

MOD, DELETE: What does a disposition of (,DELETE ) mean ?

The MOD will cause the dataset to be created ( if it does not exist ), and then the two DELETEs will cause the dataset to be deleted whether the step abends or not. This disposition is used to clear out a dataset at the beginning of a job.

(Continued on next question...)

Other Interview Questions