InterviewSolution
Saved Bookmarks
| 1. |
In A Jcl, A Large Volume Dataset Is Loaded To A Table Using Bmcload In Step1 And An Image Copy Of The Loaded Table Is Taken Using Bmccopy In Step2. Step2 Abends Because The Image Copy Dataset Cannot Hold The Volume Of The Table. How Can This Be Rectified? |
|
Answer» The SPACE parameter of the image copy DATASET can be INCREASED BASED on the volume of the table and the JOB can be restarted from step2. The SPACE parameter of the image copy dataset can be increased based on the volume of the table and the job can be restarted from step2. |
|