Question 31
The following SAS program is submitted:
What is the initial value of the variable Total in the following program?
Question 32
The following SAS program is submitted:
Which statement is true about the output data set?
Question 33
The following SAS program is submitted:
data work.test;
Author = 'Agatha Christie';
First = substr(scan(author,1,' ,'),1,1);
run;
Which one of the following is the length of the variable FIRST in the output data set?
Question 34
Which is a valid LIBNAME statement?
Question 35
The value 110700 is stored in a numeric variable named SALARY.
Which FORMAT statement displays the value as $110,700.00 in a report?
