BookmarkSubscribeRSS Feed
SangramjitPanda
Obsidian | Level 7

Hi All,

 

I have some concern on using macros in other sas program files but without using %INCLUDE statement.

 

Requirement:

 

I have a sas macro named SendMail.sas which is used to sent out email notification, As of now I am using %INCLUDE statement to call this file in other SAS Program files.

 

Is there any way I can directly use the macro without mentioning the %INCLUDE statements all the time.

 

Thanks,

Sangramjit

4 REPLIES 4
SangramjitPanda
Obsidian | Level 7
Thanks novinosrin, I tested the autocall library approach by storing the macros at the ~/sasautos path. It worked fine.
Reeza
Super User

Or do the %include within the autoexec so it's loaded when you start SAS. 

 

However, this would be a production type usage, others who use your program may not know where the files are stored so I'd document it somehow within your programs. There are often questions on here about someone trying to find a former colleagues old macro definitions....

 


@SangramjitPanda wrote:

Hi All,

 

I have some concern on using macros in other sas program files but without using %INCLUDE statement.

 

Requirement:

 

I have a sas macro named SendMail.sas which is used to sent out email notification, As of now I am using %INCLUDE statement to call this file in other SAS Program files.

 

Is there any way I can directly use the macro without mentioning the %INCLUDE statements all the time.

 

Thanks,

Sangramjit


 

SangramjitPanda
Obsidian | Level 7
Thanks Rezza, this idea worked.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 4 replies
  • 1277 views
  • 4 likes
  • 3 in conversation