We have hundreds of macros across several autocall libraries that I'd like to compile using the MSTORE
facility.
The problem is that some of those libraries are used on other sites - and we don't want to add /STORE
to every definition, as then it is required to use the MSTORED
option.
I guess the answer is to add /* /STORE */
at the end of every %macro
statement, so that the .sas program files can be updated with a regular expression (or some other text replacement technique) on every redeploy, but this seems like a messy workaround.
Is it possible / in some way supported, to compile regular (unmodified) autocall macros and store the definitions? Eg by %inc
'ing each one and saving the work macro catalog, or something like that?