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