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

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

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
  • 37660 views
  • 9 likes
  • 11 in conversation