A00-212 Exam QuestionsBrowse all questions from this exam

A00-212 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?

Show Answer
Correct Answer: A,D

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

1 comment
Sign in to comment
mhminkovOption: A
Aug 21, 2021

A. Data = finance.new