nerdexam
SAS_Institute

A00-212 · Question #188

Given the following scenario: The SAS libraries LIBRARY and MYLIB are successfully defined in your current SAS session. There is a SAS Data Set named WORK.GENDERS with a column called MF containing…

The correct answer is D. The statement OPTIONS FMSEARCH = (Mylib); is required before the print procedure to attain the. See the full explanation below for the reasoning.

Question

Given the following scenario:

The SAS libraries LIBRARY and MYLIB are successfully defined in your current SAS session. There is a SAS Data Set named WORK.GENDERS with a column called MF containing single character values. The SAS program on the left is submitted and the desired output is shown in the right. Which statement is true?

Exhibit

A00-212 question #188 exhibit

Options

  • AThe statement OPTIONS FMTSEARCH = (Mylib Library); is required before the PRINT procedure
  • BThe statement OPTIONS FMSEARCH = (Library Mylib); is required before the PRINT procedure to
  • CNo OPTIONS FMSEARCH ( ) statement is needed to attain resulting output
  • DThe statement OPTIONS FMSEARCH = (Mylib); is required before the print procedure to attain the

How the community answered

(19 responses)
  • A
    16% (3)
  • B
    5% (1)
  • C
    5% (1)
  • D
    74% (14)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice