This question will ask you to provide missing option.
Which option is required to complete the program correctly?
This question will ask you to provide missing option.
Which option is required to complete the program correctly?
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.
OPTIONS CMPLIB=libref.table