Want to pass your SAS 9.4 Programming Fundamentals Exam A00-215 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which LIBNAME statement has the correct syntax for accessing SAS data sets?
A. libname 'c:\sas\data' mydata;
B. libname mydata 'c:\sas\data';
C. libname mydata='c:\sas\data';
D. libname 'c:\sas\data'=mydata;
Which statement is true about the SUM statement?
A. The SUM statement includes an equal sign.
B. Multiple accumulating variables can be created with one SUM statement.
C. The SUM statement ignores missing values.
D. By default, the accumulating variable is initialized to 1.
Given the following DATA step: What is the value of average?
A. 3