Question 30: Given the SAS data set AGES:

 AGES

 AGE

 ---------

 The variable AGE contains character values. The following SAS program is submitted:

 data subset;

 set ages;

 where age> 12;

 run;

 How many observations are written out to the data set SUBSET?

  1. 0
  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 : 1

 Exp : Nothing will be written in subset, hence answer would be 0.

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