Hello,
I would like to transform a date into numerical value
Here's my code
%let date1='01jan2017'd;
%let date2=%sysfunc(????(&date1),????);
%put &date2;
&date2=20820;
I think you are looking for:
%let date1='01jan2017'd; %let date2=%sysevalf(&date1); %put &date2;
Art, CEO, AnalystFinder.com
Good morning,
It is exactly what I was looking for.
Thanks a lot for your help.
Alain
%let date1=01jan2017;
%let num=%sysfunc(inputn(&date1,date9.));
%put &num ;
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!
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.