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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 1024 views
  • 0 likes
  • 4 in conversation