By admin | September 4, 2009

SAS Certified Base Programmer 123 Questions (21)

The following SAS SORT procedure step generates an output data set:

proc sort data = sasuser.houses out = report;
    by style;
run;

In which library is the output data set stored?

A. WORK
B. REPORT
C. HOUSES
D. SASUSER

One comment | Add One

  1. admin - 09/4/2009 at 12:53 pm

    A

Leave a Comment

Leave a Reply

Your email address will not be published.