SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 11 Topic 2 Discussion

SAS Institute SAS Certified Associate: Programming Fundamentals Using SAS 9.4 A00-215 Question # 11 Topic 2 Discussion

A00-215 Exam Topic 2 Question 11 Discussion:
Question #: 11
Topic #: 2

Given the report shown below:

A00-215 Question 11

Which PROC PREQ step creates the frequency report?


A.

proc freq data= cars;

tables make drivetrain;

run;


B.

proc freq data= cars;

tables make *drivetrain;

run;


C.

proc freq data- cars;

tables drivetrain make;

run;


D.

proc freq data- cars;

tables drivetrain* make;

run;


Get Premium A00-215 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.