BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
josem
Calcite | Level 5

/* 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.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
antonbcristina
SAS Employee

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

2 REPLIES 2
antonbcristina
SAS Employee

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.

josem
Calcite | Level 5

Thank you that worked.

SAS Innovate 2025: Save the Date

 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!

Autotuning Deep Learning Models Using SAS

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.

Discussion stats
  • 2 replies
  • 138 views
  • 2 likes
  • 2 in conversation