/* Run the line of code below for the SAS OnDemand for Academics */ %include '~/cert/input/macro18.sas';
I am using SAS Academic. I have the data loaded in my sas academic.
Not getting any message in the log. It should say this
If the above command is successful, you will get the following message in your log: NOTE: The macro CARS18 completed compilation without errors.
Hi @josem, you'll need to add the following statement before you run the macro:
options mcompilenote=all;
This will write the message to the LOG that your macro definition compiled successfully.
View solution in original post
Thank you that worked.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Save the date!
Follow along as SAS’ Robert Blanchard explains three aspects of autotuning in a deep learning context: globalized search, localized search and an in parallel method using SAS.
Find more tutorials on the SAS Users YouTube channel.