hi, I have 10 macros which I created and all the 10 macros are saved and has a path. example: %include "S:path\macro1.sas"; %include "S:path\macro2.sas"; %include "S:\path\macro\code\macro3.sas"; %include "S:\path\macro4.sas"; %include "S:\Path\macro5.sas"; %include "S:\pathmacro6.sas"; %include "S:path\macro7.sas"; I want all these to be in one line code or library so that I can run that one line and all these macros get invoked. Can I make a code for this?
... View more