By admin | July 27, 2009

SAS Certified Base Programmer 50 Questions (6)

Which action assigns a reference named SALES to a permanent SAS data library?

a. Issuing the command:
libref SALES 'SAS-data-library'

b. Issuing the command:
libname SALES 'SAS-data-library'

c. Submitting the statement:
libref SALES 'SAS-data-library';

d. Submitting the statement:
libname SALES 'SAS-data-library';

2 comments | Add One

  1. SAS Tutor - 08/5/2009 at 3:17 pm

    D

  2. Deblaiso - 05/24/2012 at 1:33 pm

    The correct answer is D as there is a missing semicolon in B

Leave a Comment

Leave a Reply

Your email address will not be published.