CSCI 465 Name _________________ Summer, 2009 Quiz 11 (10 points) Multiple-choice questions are 2 points each and true-false questions are 1 point each. Other problems are worth points marked. On multiple-choice questions, pick the best available answer. 1. Which of the following may be listed in JCL after the JOB statement but before any steps? A. JCCLIB B. JOBLIB C. in-stream JCL procedures D. comments *** E. More than one of the above. 2. Suppose I want to use IEBGENER in one step to create two new members of an existing PDS. Which of these (A - D) is not correct? A. The input file is listed in SYSUT1. B. The PDS is listed in SYSUT2. C. I need two MEMBER NAME=______ parameters. *** D. I need to inform IEBGENER of the number of records to copy into each new member. E. I need all of A - D. 3. To use a COBOL intrinsic function, we need to use the reserved word FUNCTION before the name of the function. *** A. True B. False 5. When we use a JCL procedure from a procedure library, the JCL statement images in the printout that start with ?XX? are from the procedure. *** A. True B. False 6. (4 points) Name two uses we have seen for partitioned data sets in this course. For each one, state: (a) what is stored in it, and (b) where it is used in JCL. Answer: Macros are found in the SYSLIB DD of the assemble step. COBOL copy text is found in the SYSLIB DD of the compile step. JCL procedures are found in JCLLIB. Load modules are found in the STEPLIB DD in the loader or fetch step.