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
IMHO, the use of auto call macros works well for me
:
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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.
Ready to level-up your skills? Choose your own adventure.