BookmarkSubscribeRSS Feed
orangekitty
Fluorite | Level 6

I have a date variable that is currently formatted as YYYY-MM-DD, and is already a date/numeric variable type. 

 

How can I change the format to YYYYMMDD without the dashes separating the year, month, and day? 

2 REPLIES 2
PaigeMiller
Diamond | Level 26

Just change the format when you use the variable, or when you create the data set. 

 

Use format YYMMDDN8.

 

By the way, your title implies you want three-digit year, you can't have that of course. This gives you a 4 digit year.

--
Paige Miller

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

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 13973 views
  • 1 like
  • 3 in conversation