BookmarkSubscribeRSS Feed
sanketshah07
Obsidian | Level 7

I am using a SAS dataset which has a date variable with:

Format: MMDDYY10.

Informat: YYMMDD8.

I need to select cases between 2 particular dates. I have tried reformatting the dates, using the GE LE functions with 'yymmdd'D and a lot of other techniques. But nothing seems to work. Please help.

3 REPLIES 3
ballardw
Super User

All date literals are in the form ddMonYY or ddMonYYYY. '13JUN2014'D for example. The format of the variable has nothing to do with selecting values.

sanketshah07
Obsidian | Level 7

Thank you. I was able to solve the problem. I appreciate your help.

Loko
Barite | Level 11

Hello,

I will also add that there is no date variable in SAS. You have either numeric (which can be formatted as dates) or character variables.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 3 replies
  • 1547 views
  • 3 likes
  • 3 in conversation