By admin | September 10, 2009

SAS Certified Base Programmer 123 Questions (34)

The following SAS program is submitted:

data_null_;
    set old;
    put sales1 sales2;
run;

Where is the output written?

A. the SAS log
B. the raw data file that was opened last
C. the SAS output window or an output file
D. the data set mentioned in the DATA statement

2 comments | Add One

  1. admin - 09/10/2009 at 1:50 pm

    A

  2. MYK - 02/18/2011 at 8:57 am

    A

Leave a Comment

Leave a Reply

Your email address will not be published.