I have some code that exports daily to an excel report. There is one piece of code that I want to only export on Mondays. Here's what I have so far.
Data _NULL_ ;if weekday(today())=1 thencall execute ('PROC EXPORT DATA=inv3 OUTFILE= "J:\Performance.xlsx" DBMS=excel REPLACE; sheet="Inventory"; RUN;');run;
Looks good at first glance. Does it work as intended?
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
Register Now
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.
Browse our catalog!