GrabCert
HomeExamsProvidersAbout
Sign InSign Up
Home/Exams/SAS Institute SAS Base Programming for SAS 9/Question #11
#11Multiple Choice

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?

Previous
Question 11 of 269
Exam A00-211 Topic 1 Question 11
Back to all questions
Next
GrabCert

Your trusted source for certification exam preparation. Pass your exams with confidence.

Quick Links

  • Home
  • Exams
  • Providers

Legal

  • About
  • Contact Us
  • Refund Policy
  • Privacy Policy
  • Terms of Service

© 2026 GrabCert. All rights reserved.

Sign InSign Up