A simple way to add the catalog to your autocall marcro library is with the options statement:
filename macrocat 'path-to-the-marcro-catalog';
options sasautos=(macrocat);
Add this to your start up code and it will be automatically included for all sessions.
... View more