I got monyy6. format of date
what can it be I only know 5 or 7 as suggested by documentation
Just try it and see what it returns.
data _null_;
dt=today();
put 'monyy5: ' dt monyy5.;
put 'monyy6: ' dt monyy6.;
put 'monyy7: ' dt monyy7.;
run;
Why don't yo try?
data T;
d=put(1,monyy5.);
e=put(1,monyy6.);
f=put(1,monyy7.);
run;
You'll see that the length of 6 yields the same string as a length of 5 but preceded by a space.
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.