By admin | August 10, 2009

SAS Certified Base Programmer 50 Questions (40)

The following SAS program is submitted:

data work.test;
    set sasuser.class;
    array t{3} <insert text here> (5, 10, 15);
run;

Which one of the following completes the ARRAY statement and creates data elements that are not included in the SAS data set Work.Test?

a. _DROP_
b. _TEMP_
c. _TEMPORARY_
d. No extra text is needed.

One comment | Add One

  1. admin - 08/10/2009 at 10:03 am

    C

Leave a Comment

Leave a Reply

Your email address will not be published.