Thursday, 9 April 2015

Advance SAS CertifIcation Exam Question 11


The following SAS program is submitted:
proc sort data = work.employee;
by descending fname;
proc sort data = work.salary;
by descending fname;
data work.empdata;
merge work.employee
work.salary;
by fname;
run;
Why does the program rail to execute?
A - The SORT procedures contain invalid syntax.
B - The merged data sets are not permanent SAS data sets.
C - The RUN statement was omitted alter each or the SORT procedures.
D - The data sets were not merged in the order by which they were sorted.
 Contact Details :
K.Naveen SAS Trainer 
+91-9177856619 (INDIA) 
001-214-347-4655 (USA)
Knaveen.sas@gmail.com 
goodonlinetrainings@gmail.com  
For further details:
www.sasonlinetraining.training

No comments:

Post a Comment