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

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 1837 views
  • 1 like
  • 2 in conversation