InterviewSolution
Saved Bookmarks
| 1. |
What DISP parameter we mention for creation of temporary dataset so that we can use it in later steps? |
|
Answer» DISP = (NEW,PASS). PASS is valid only for normal disposition. This is used when the dataset is to be passed and processed by the next job step in a JCL. |
|