Hello team,
what is the role of "n"?
Regards,
blue blue
indicates no separator
https://documentation.sas.com/doc/en/vdmmlcdc/8.1/ds2ref/n02pxkowzaiavfn1lwe6v95ps5pg.htm
a=put(18922,yymmddn8.); |
20111022 |
indicates no separator
https://documentation.sas.com/doc/en/vdmmlcdc/8.1/ds2ref/n02pxkowzaiavfn1lwe6v95ps5pg.htm
a=put(18922,yymmddn8.); |
20111022 |
This is one where I am tempted to say: "Nothing. On purpose".😈
Computer programming in general is a great environment to answer questions by just trying something, as in:
data _null_;
d=today();
put d=date9.;
put d=yymmdd8.;
put d=yymmdds8.;
put d=yymmddn8.;
run;
Looking at the log provides an answer.
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.