A00-212 Exam QuestionsBrowse all questions from this exam

A00-212 Exam - Question 23


This question will ask you to provide missing option.

Which option is required to complete the program correctly?

Show Answer
Correct Answer: AC

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

1 comment
Sign in to comment
mhminkovOption: C
Aug 20, 2021

OPTIONS CMPLIB=libref.table