A00-215 Exam Question 6

Given the SAS data set WORK PRODUCTS:

How many variables does the WORK REVENUE data set contains?
  • A00-215 Exam Question 7

    You have a SAS dataset named 'SALES' with variables 'REGION', 'PRODUCT', and 'SALES AMOUNT'. You want to create a new dataset named 'HIGH SALES' containing only observations where 'SALES AMOUNT' is greater than 10000 and the 'REGION' is 'North'. Which of the following DATA step code snippets would achieve this?
  • A00-215 Exam Question 8

    You have a dataset containing customer demographics, purchase history, and loyalty program status. You want to create a report that shows the average purchase amount for customers who are active in the loyalty program and have made at least 3 purchases in the past year. Which of the following SAS code snippets would achieve this?
  • A00-215 Exam Question 9

    You have a dataset 'ORDERS' with variables: 'Order ID', 'Product', 'Quantity', 'Price', 'Customer_lD', 'Order Date'. You want to create a new dataset 'ORDER SUMMARY' that includes only the variables 'Product', 'Quantity', and 'Price' for orders placed in 2022. Additionally, you need to create a new variable named 'Total_Value' which is the product of 'Quantity' and 'Price'. Which code snippet achieves this correctly?
  • A00-215 Exam Question 10

    You have a SAS data set named 'SALES' stored in a directory \\server\dat a. You need to access this data set using a LIBNAME statement. Which of the following LIBNAME statements will successfully access the data set and allow you to read its contents?