SAS 9.2
Been looking through some old code and came across this syntax:
data _null_;
x=put(today(), date9. -l);
put x;
run;
The Put function has an odd -1 in it. As far as I can tell it does nothing. But there is nothing in the help about this. In my mind it should syntax error but it doesn't.
I want to convert to EG (SAS 9.4) and use the prompt manager and default macro variable values which result.
So what is it and is I leave it out what's the result?
It is not a minus 1 (one). It is -L, which left aligns the value.
You can read about it in the PUT Function Documentation.
It is not a minus 1 (one). It is -L, which left aligns the value.
You can read about it in the PUT Function Documentation.
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.