A00-215 Exam Question 136
You have two SAS datasets: 'CUSTOMERS' (CUSTOMER ID, NAME) and 'ORDERS' (ORDER D, CUSTOMER ID, ORDER DATE). You want to create a new dataset 'CUSTOMER ORDERS' that includes customer information and their most recent order date. Which code snippets would achieve this correctly? (Select all that apply)
A00-215 Exam Question 137
You are analyzing a dataset 'SALES' containing 'PRODUCT', 'QUANTITY', and 'PRICE' variables. You want to create a new dataset 'HIGH SALES' containing only products with a total sales value (QUANTITY ' PRICE) greater than 1000. Which WHERE statement should you use?
A00-215 Exam Question 138
Which of the following statements about SAS syntax rules is TRUE? Select all that apply.
A00-215 Exam Question 139
You have a dataset 'SalesData' with a variable 'ProductName' that contains lengthy product names. You want to modify the display of the 'ProductName' variable in output reports, replacing the word 'Product' with 'Item' while maintaining the original variable name 'ProductName'. Which SAS statement(s) would achieve this?
A00-215 Exam Question 140
You are analyzing financial data and need to report the average return on investment (ROI) for different investment strategies. You want to display the average ROI to two decimal places. Which PROC MEANS statement would achieve this using the MAXDEC= option?
