A00-215 Exam Question 21

You are working with a SAS report generated using ODS. You need to export this report to both PDF and RTF formats. The RTF file should be named 'report.rtf' and the PDF file should be named 'report.pdf. Which of the following code snippets correctly achieves this?
  • A00-215 Exam Question 22

    You are tasked with creating a SAS program to calculate the average salary of employees in a department. Your program should include a 'WHERE' clause to filter for employees in the 'Sales' department. However, when you run the program, the output shows the average salary of all employees, not just those in the 'Sales' department. Which of the following is the most likely cause of this problem? Select all that apply.
  • A00-215 Exam Question 23

    Given the data set NAMES:

    Which PROC SORT program creates the NAMES data set shown below?
  • A00-215 Exam Question 24

    Which PROC IMPORT step correctly creates the MYDATA,SALES data set from the SALES.SCV file?
  • A00-215 Exam Question 25

    Which option renames the variable Name to StudentName when reading the ClassRoster data set?