InterviewSolution
Saved Bookmarks
| 1. |
How Do You Define A Sort File In Jcl That Runs The Cobol Program? |
|
Answer» Use the SORTWK01, SORTWK02,..... dd names in the STEP. Number of sort datasets DEPENDS on the volume of data being SORTED, but a minimum of 3 is REQUIRED. Use the SORTWK01, SORTWK02,..... dd names in the step. Number of sort datasets depends on the volume of data being sorted, but a minimum of 3 is required. |
|