Exam A00-212 All QuestionsBrowse all questions from this exam
Question 23

This question will ask you to provide missing option.

Which option is required to complete the program correctly?

    Correct Answer: A

    The correct option to complete the program correctly is CMPLIB. When using PROC FCMP to define user functions in SAS, the CMPLIB option is required to specify the location of the compiled data set that contains the functions. The correct form is OPTIONS CMPLIB=<libref.table>. None of the other options (FMTSEARCH, LIBREF, UTILLOC) are appropriate in this context.

Discussion
mhminkovOption: C

OPTIONS CMPLIB=libref.table