BookmarkSubscribeRSS Feed
chandler
Fluorite | Level 6
This is what the data looks like in my first column called DATE: "2009-11-09". I have the informat set at 10. I've tried SAS informats mmddyy10. and others and it still gives me invalid data warning.
3 REPLIES 3
Peter_C
Rhodochrosite | Level 12
have a look at informat YYMMDD
Flip
Fluorite | Level 6
try anydtdte10. informat.
DanielSantos
Barite | Level 11
Hi.

Assuming '2009-11-09' represents Day=09 Month=11 and Year=2009

mmddyy10. is precisely the opposite, and would only work for '11-09-2009'.

Since your date is reversed, you should try yymmdd10. instead.

Cheers from Portugal.

Daniel Santos @ www.cgd.pt

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
  • 3 replies
  • 1046 views
  • 0 likes
  • 4 in conversation