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';
Topics:
SAS Base Questions |
2 Comments »
D
The correct answer is D as there is a missing semicolon in B