Using the GUI in Enterprise Guide. I want to create a computed field, based on a datetime field, that will show simply "MMM-YY" for grouping purposes. I can only find help for basic SAS programming, so I'm at a loss.
Thanks, in advance, for your help!!
Rita Yee
Project Engineer
FedEx Express
Compute Column
DATEPART() to obtain date.
Apply a format, MONYY7. for example? I don't see one that exactly matches what you want, so you may need to create your own.
Compute Column
DATEPART() to obtain date.
Apply a format, MONYY7. for example? I don't see one that exactly matches what you want, so you may need to create your own.
I made that way more difficult than it needed to be 🙂 That "format" step always gets me. I'm always doing things twice because I forget to format it properly on the front end. Sigh
THANKS AGAIN 🙂
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.