BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
AZIQ1
Quartz | Level 8

Hi,

Trying to create year, qtr, month from a date in ddmmyy10. format - not working, any ideas? 

The date field is a text field with $10 length.

'01/31/2017'

 

Thank you

 

1 ACCEPTED SOLUTION

Accepted Solutions
Kurt_Bremser
Super User

@AZIQ1 wrote:

Hi,

Trying to create year, qtr, month from a date in ddmmyy10. format - not working, any ideas? 

The date field is a text field with $10 length.

'01/31/2017'

 

Thank you

 


This is not a ddmmyy, but a mmddyy format. Use the mmddyy informat in an input function to convert your string to a SAS date variable, and then you can use the year(), month() and qtr() functions to extract the values you want.

If code that you wrote does not work as expected, post the code and the log.

Use the proper posting windows ({i} or "little running man" icon) to preserve formatting.

View solution in original post

3 REPLIES 3
Kurt_Bremser
Super User

@AZIQ1 wrote:

Hi,

Trying to create year, qtr, month from a date in ddmmyy10. format - not working, any ideas? 

The date field is a text field with $10 length.

'01/31/2017'

 

Thank you

 


This is not a ddmmyy, but a mmddyy format. Use the mmddyy informat in an input function to convert your string to a SAS date variable, and then you can use the year(), month() and qtr() functions to extract the values you want.

If code that you wrote does not work as expected, post the code and the log.

Use the proper posting windows ({i} or "little running man" icon) to preserve formatting.

AZIQ1
Quartz | Level 8
Thank you, it worked.
Reeza
Super User
Convert your date to a SAS date.
Use the relevant functions, the names match the terms you're using coincidentally. And as mentioned, if you have issues post your code, log and explain in detail what's not working.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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