InterviewSolution
Saved Bookmarks
| 1. |
How will you copy data from one dataset to another dataset by using the SORT card? |
|
Answer» We can mention SYSIN and SYSOUT dataset NAMES in the SORT STEP. Additionally, we need to mention SORT FIELDS = COPY in the sort card to copy data from one dataset to ANOTHER. |
|