Previous Page | Next Page

Statistical Graphics Using ODS

Template Modification Macros

The following two sections document two SAS autocall macros that you can use to modify templates. The %MODSTYLE macro in section Style Template Modification Macro modifies style templates. The %MODTMPLT macro in section Graph Template Modification Macro modifies graph templates.

You do not have to include autocall macros (for example, with a %include statement). You can call them directly once they are properly installed. If your site has installed the autocall libraries supplied by SAS and uses the standard configuration of SAS supplied software, you need to ensure that the SAS system option MAUTOSOURCE is in effect to begin using the autocall macros. For more information about autocall libraries, see the SAS Macro Language: Reference. For details about installing autocall macros, consult your host documentation.

Previous Page | Next Page | Top of Page