BookmarkSubscribeRSS Feed
emsmpa
Calcite | Level 5

Hi,

is it possible to have SAS macros in subdirectories of a directory added to SASAUTOS?

E.g.:

SASAUTOS ('/path/to/macrodir')

We want to call all macros that are saved in subdirectories, like '/path/to/macrodir/basic_macros/' or '/path/to/macrodir/specific_macros/' automatically without adding all subdirectories to the AUTOCALL facility.

Thanks in advance!

2 REPLIES 2
SASKiwi
PROC Star

Unfortunately I don't think there is a simple answer for this.

You can use a FILEREF in SASAUTOS like SASAUTOS (myfileref) and this can point to multiple directories but then you have to define the fileref in a FILENAME statement that would require you to list all of the sub-directories anyway.

One possibility might be to pipe in a list of sub-directories via an operating system command and using the PIPE option on a FILENAME statement. It looks like you are using Unix and unfortunately I don't have access to a Unix environment to test this out. Hopefully someone else can.

emsmpa
Calcite | Level 5

Thanks!

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