InterviewSolution
Saved Bookmarks
| 1. |
How will you define the sort file in JCL which runs the COBOL program? |
|
Answer» We can USE SORTWK01, SORTWK02, and so on in the STEP. There needs to be a minimum of 3 DATASETS, but in general, the NUMBER of sort datasets is proportionate to the volume of a DATASET that needs to be sorted. |
|