SAS Macro Catalog

An Oracle Life Sciences Data Hub Program of type SAS Macro Catalog is intended to store a set of macros that are approved for reuse in a variety of SAS Programs.

You can group a set of macros with related functions in a single Catalog; for example, demography macros. In a SAS Macro Catalog Program you can have two types of source code:

  • Macro. A Source Code definition of type Macro to hold the source code for a single SAS macro. Set each macro's Sharable flag to Yes.

  • Program. One or more Source Code definitions of type Program to test the macros. Set its Sharable flag to No. This Source Code must be listed in the first (primary) position so that Oracle LSH sends it to the SAS engine to test the macros.