BookmarkSubscribeRSS Feed
knveraraju91
Barite | Level 11

Dear,

 

I have a variable with date contains UN and UNK string. How to read it. Please help

 

  id                  date1                                 date2

  1                   06/01/2012

  2                     .                                      UN-UNK-2014

 3                                                             UN-Sep-2014

 

 

output needed;

id                                chadate

1                                 2012-06-01  

2                                 2014

3                                 2010-09                                                           

2 REPLIES 2
ballardw
Super User

Are you attempting to get an actual SAS date valued variable or a character variable?

If you have SAS date values then the format applied to the variable would make all of the values display in the same form an incomplete values such as 2014 would internally be 1/1/2014 and 2010-9 would be 9/1/2010.

 

If you are going to deal with calculations such as intervals between dates or create graphs with dates you likely want SAS date values but the default appearances are not going to be as you show.

knveraraju91
Barite | Level 11

Thanks for the suggestion . I need the Chardatevalue and output as mentioned. Please help.

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
  • 2 replies
  • 1562 views
  • 0 likes
  • 2 in conversation