BookmarkSubscribeRSS Feed
Smitha9
Fluorite | Level 6

I have bunch of macros which I saved and I have to run each macros using %include to invoke the macro.

Can I save all macros in one and run that one line and will invoke all the macros together?

let me know. thanks in advance.

example:

%include"s/path/a";

%include"s/path/b";

%include"s/path/c";

 

I dont want to run each macros rather want to save all these in one line and run it together.

 

1 REPLY 1
Reeza
Super User

Same answer as your colleague/classmate, all your questions are very similar.

https://communities.sas.com/t5/New-SAS-User/saving-macros-files/m-p/658208