3 Months Free Update
3 Months Free Update
3 Months Free Update
Given the input data set WORK.RUN:
Given the following DATA step:
What is the correct output data set WORK.RUN2?
A)
B)
C)
D)
Which code uses the correct syntax to conditionally create the two variables age-Cat and account?
Given the following DATA step:
What is the value of average?
Enter your numeric answer in the space above.
____ steps typically report, manage, or analyze data.
Enter your answer in the space above. Case is ignored.
Which statement is true regarding the XLSX engine in the LIBNAME statement?
Which option renames the variable Name to StudentName when reading the ClassRoster data set?
Which statement is true about the DROP statement during the compilation phase of the DATA step?
Which assignment statement uses the SUBSTR function to extract the four-digit year from the value of date?
data days;
date="02Apr2019";
insert-statement-here
run;
Which sentence is true regarding the VALUE statement in the FORMAT procedure?
Given the STUDENTS data set below:
What will be the values for First. State and Last. State for Ellen's observation?
Given the following assignment statement:
BirthDate = 15DEC2005’d;
Which statement is true?