data have;
call streaminit(123);
do date='04jan2020'd to '01jun2020'd;
y=rand('uniform');output;
end;
format date date9.;
run;
proc sgplot data=have;
series x=date y=y;
xaxis type=linear values=('04jan2020'd to '01jun2020'd by week) fitpolicy=rotate ;
run;
Thank you!
Is there a way to do the same process but with a date format mmddyy8. ?
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 save with the early bird rate—just $795!
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.