InterviewSolution
Saved Bookmarks
| 1. |
What Sort Card You Will Use To Copy The Data From One Dataset To Another Dataset? |
|
Answer» In the SORT STEP mention the SYSIN & SYSOUT DATASET NAME & in sort CARD code SORT FIELDS=COPY to copy data from input file to output file. In the SORT step mention the SYSIN & SYSOUT dataset name & in sort card code SORT FIELDS=COPY to copy data from input file to output file. |
|