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.

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

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