By admin | September 10, 2009

SAS Certified Base Programmer 123 Questions (35)

The following SAS program is submitted:

data_null_;
    set old (keep = prod sales1 sales2);
    file 'file-specification';
    put sales1 sales2;
run;

Which one of the following default delimiters separates the fields in the raw data file created?

A. : (colon)
B. (space)
C. , (comma)
D. ;(semicolon)

2 comments | Add One

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

    B

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

    B

Leave a Comment

Leave a Reply

Your email address will not be published.