SAS_Institute
A00-201 · Question #23
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 observation for each month in the year 2000 and…
The correct answer is C. 6. See the full explanation below for the reasoning.
Question
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 observation for each month in the year 2000
and the variable SALES_DATE which contains a SAS date value for each of the twelve
months.
How many of the original twelve observations in WORK.SALES_INFO are written to the
WORK.REPORT data set?
Options
- A2
- B3
- C6
- D9
How the community answered
(56 responses)- A11% (6)
- B7% (4)
- C80% (45)
- D2% (1)
Community Discussion
No community discussion yet for this question.