By admin | August 12, 2009

SAS Certified Adv Programmer 50 Questions (13)

The following SAS program is submitted:

proc sql noprint;
    select name
        into : name1 -: name19
        from one;
quit;

Given that table One has 19 observations and 5 variables, how many macro variables are created by the above program?

a. 5
b. 6
c. 19
d. 20

2 comments | Add One

  1. admin - 08/12/2009 at 2:17 pm

    C

  2. Consty - 02/12/2013 at 6:57 pm

    C: 1 to 19 =19 variables

Leave a Comment

Leave a Reply

Your email address will not be published.