#179Multiple Choice
The following SAS program is submitted: data work.report; set work.sales_info; if qtr(sales_date) ge 3; run; The SAS data set WORK.SALES_INFO has one observatio...
Premium Content
Create a free account to preview more questions, or enroll for full access.
Get Started Free