Hi,
I'm using theQuery builder in SAS Enterprise Guide 4.3 & have a date field in my data in the 'DDMONYYYY' format which I want to change to 'MONYY' format.
When I use the Query builder & change the format to 'DTMONYY.w', the results for all rows is 'JAN60'?
Can anyone advise what's happening here?
Thanks
DTMONYY is for datetime variable you want MONYY for your date(no time) variable.
DTMONYY is for datetime variable you want MONYY for your date(no time) variable.
Thanks data_null_; & Arthur,
For some reason I didn't notice the option to select 'Date' instead of 'Date Time' ...
Cheers
Why not select monyy7. ? The format you selected expects a datetime field.
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.