Search notes:

SAS: Program compilation - macro catalog

The macro catalog stores macro definitions (macro programs).
A macro is defined (compiled) with the %macro statement. This puts the macro definition into the macro catalog.
When the macro is executed, its definition is taken from the macro catalog.

Index