InterviewSolution
Saved Bookmarks
| 1. |
What Does A Disposition Of (mod,delete,delete) Mean ? |
|
Answer» 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. 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. |
|