Data a has 12 observations and one variable Date as following.
Date_________________________________________________
01/01/2004
02/01/2004
03/02/2004
04/01/2004
05/01/2004
06/01/2004
07/01/2004
08/01/2004
09/01/2004
10/01/2004
11/01/2004
12/01/2004
How many observations will be there dataset b if the following
datastep is submitted?
Data b;
Set a;
Temp = qtr(input(Date,mmddyy10.));
If Temp LE 3;
RUN;
A) 3
B) 5
C) 9
D) 6
Ans: D
Please explain.
The answer is wrong. Maybe the intention of the problem is 'LT', instead, it spells 'LE'.
3rd quarter, hence '9' is the answer.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.