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

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.

Explore 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
  • 15254 views
  • 1 like
  • 3 in conversation