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. 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. |
|