InterviewSolution
Saved Bookmarks
| 1. |
How do you create a dataset in a JCL with the same file organisation as that of another existing dataset? |
|
Answer» Use IEBGENER and pass existing file in SYSUT1. Pass new file in SYSUT2 and mention DCB=*.SYSUT1 to get the same DCB as that of SYSUT1 dataset. |
|