BookmarkSubscribeRSS Feed
Lopa2016
Fluorite | Level 6

Hi,

 

I have multiple macros which I would like to call from one program. But the online support docsthat I looked at says it can be achieved both by autocall & %include. But I am unable to get a clarity on how to use or which will be the best method. 

 

Would be great if someone can help me out with some useful links which takes you through storing a macro & then calling it in a different program.

 

Thanks in advance!!

1 REPLY 1
JuanS_OCS
Amethyst | Level 16

Hello @Lopa2016,

 

You have several options for this! You can give a read to: http://www2.sas.com/proceedings/sugi27/p017-27.pdf and http://support.sas.com/resources/papers/proceedings09/076-2009.pdf

 

The most simple option, and the one you refer at is:

 

filename macdef1
‘c:\mymacros\macdef1.sas’;
........
%include macdef1;
........
%macdef
........

 

You might want to give a read to the Autocall facility (on the 2 papers already mentioned), since it helps a lot to organize collaborative work.

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

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
  • 1 reply
  • 797 views
  • 1 like
  • 2 in conversation