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

The question will ask you to provide a segment of missing code.

Given the following SAS program:

Which segment of code completes the program to use finance.new SAS view?

    Correct Answer: A

    To use the finance.new SAS view, the correct code segment should be 'Data = finance.new'. This identifies the dataset to be used in the PROC MEANS procedure. The other options are either incorrect syntax or include additional elements that are not applicable in the PROC MEANS statement context.

Discussion
mhminkovOption: A

A. Data = finance.new