BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
BchBnz
Obsidian | Level 7

Hello everyone,

I hope you are well.

I know my question might seem basic but I can't seem to figure it out.

I am trying to filter my data based on a date variable

My date variable is formatted using yymmdd10.

I tried

Where 20080102 <=date <= 20101231;

Where '20080102'd <=date <= '20101231'd;

Where "2008-01-02" <=date <= "2010-12-31";

Sorry for taking your time. Thank you very much for your help.

1 ACCEPTED SOLUTION

Accepted Solutions
Tom
Super User Tom
Super User

Date literals in SAS use the DATE format. The format attached the variable does not matter as the format does not modify the stored value.

Where '02JAN2008'd <=date <= '31DEC2010'd;

View solution in original post

2 REPLIES 2
Tom
Super User Tom
Super User

Date literals in SAS use the DATE format. The format attached the variable does not matter as the format does not modify the stored value.

Where '02JAN2008'd <=date <= '31DEC2010'd;

BchBnz
Obsidian | Level 7

Oh I did not know that!

Thank you very much Tom. You are always very helpful.

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

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 2 replies
  • 1162 views
  • 0 likes
  • 2 in conversation