BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
SASKiwi
PROC Star

I'm a big fan of SASAUTOS, rather than %include. If managed carefully your SASAUTOs search order can cope with both Production and Development versions of the same macro. If you want your Dev versions you can do something like this:

options SASAUTOS = (devautos, prodautos, sasautos); Then your Dev version macro is picked up before the Prod one.

The biggest negative for me with %include of macros is the clogging up of the SAS log....I know this can be controlled with nosource2 but I still think SASAUTOS is tidier.

bbb_NG
Fluorite | Level 6

To All,

     Dear all, you are so kind and patient to give a more deep and detailed solution.

     Salute to you all!

Dawn

Geraldo
Fluorite | Level 6

Hi,

make sure the path is shared.

[]'s

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

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 17 replies
  • 37719 views
  • 9 likes
  • 11 in conversation