InterviewSolution
Saved Bookmarks
| 1. |
Explain How Can You Access An Uncataloged Dataset In A Jcl? |
|
Answer» You can ACCESS an uncataloged DATASET in a JCL by USING the VOL and UNIT serial PARAMETERS in the dataset DD statement. You can access an uncataloged dataset in a JCL by using the VOL and UNIT serial parameters in the dataset DD statement. |
|