Question 106

Which iterative DO statement is invalid?
  • Question 107

    You're working with a SAS dataset called 'CUSTOMER DATA' that contains detailed information about customers. You need to identify the variables that have missing values. Which PROC CONTENTS option would you use to accomplish this?
  • Question 108

    Which program correctly subnets the SASHELP. BASEBALL dataset to include only the players in the East Division with 75 or more hits?
  • Question 109

    You have a dataset called 'SALES' with variables 'REGION', 'PRODUCT', and 'SALES AMOUNT'. You want to sort the data in ascending order by 'REGION' and then in descending order by 'SALES AMOUNT' within each region. Which PROC SORT statement achieves this?
  • Question 110

    When the following code is submitted, execution fails.

    Why does the execution fail?