Question 22: Read the table from left

 The following SAS program is submitted:

 proc freq data = sales;

 (insert TABLES statement here)

 run;

 The output is created by the FREQUENCY procedure is also shown in left:

 Which TABLES statement(s) completed the program and produced the output?

  1. tables region product;
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer : 2

 Exp: 

You can access to full explanation to question and answer from this page.