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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1440 views
  • 3 likes
  • 3 in conversation