BookmarkSubscribeRSS Feed
Bulleride
Obsidian | Level 7

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.

4 REPLIES 4
Haikuo
Onyx | Level 15

The answer is wrong. Maybe the intention of the problem is 'LT', instead, it spells 'LE'.

Bulleride
Obsidian | Level 7
The answer here should be 3?
Haikuo
Onyx | Level 15

3rd quarter, hence '9' is the answer.

Bulleride
Obsidian | Level 7
Whoops! yeah! My bad. Thanks 🙂

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 4 replies
  • 1802 views
  • 1 like
  • 2 in conversation