CSCI 465 Name _____________________ Summer, 2009 Quiz 3 (10 points) On multiple choice questions, pick the best available answer. True-false questions are 1 point each; the rest are 2 points each. 1. Suppose the SPACE parameter on a DD statement is: SPACE=(TRK,(11,7)) How many tracks can this data set use, sooner or later? A. 7 B. 11 C. 18 D. 126 E. 172 Error: 116 Apology! 2. STEPLIB and JOBLIB are both DD names for libraries of load modules. *** A. True B. False 3. Suppose we are creating a partitioned data set, and the SPACE parameter is: SPACE=(TRK,(20,10,6)) How much space is reserved for the PDS directory? A. 6 bytes B. 6 tracks *** C. 1536 bytes D. 6144 bytes E. None of the above 4. What can we do with the IEFBR14 utility? A. Create a new data set. B. Delete an existing data set. C. Catalog a data set. D. Uncatalog a data set. *** E. All of the above. 5. The DISP subparameter PASS should be used only on a DD statement involving a temporary data set. *** A. True B. False 6. What is the primary output of the linkage editor? *** A. An executable data set called a load module. B. An executable data set called an object module. C. A non-executable data set called a load module. D. A non-executable data set called an object module. E. None of the above.