By admin | August 31, 2009

SAS Certified Base Programmer 123 Questions (10)

The following SAS program is submitted:

libname  rawdata1  'location of SAS data library';
filename  rawdata2  'location of raw data file';
data work.testdata;
    infile <insert item here>
    input sales1 salse2;
run;

Which one of the following is needed to complete the program correctly?

A. rawdata1
B. rawdata2
C. ‘rawdata1’
D. ‘rawdata2’

One comment | Add One

  1. admin - 08/31/2009 at 12:53 pm

    B

Leave a Comment

Leave a Reply

Your email address will not be published.