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 Super FREQ

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 Super FREQ

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.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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
  • 2294 views
  • 3 likes
  • 2 in conversation