MEXECNOTE System Option
Specifies whether to display macro execution information
in the SAS log at macro invocation.
| Valid in: |
Configuration fileOPTIONS windowOPTIONS statementSAS invocation |
| PROC OPTIONS GROUP= |
MACRO |
| Type: |
System option |
| Default: |
NOMEXECNOTE |
| See: |
MEXECSIZE |
Syntax
Required Arguments
- MEXECNOTE
-
displays the macro
execution information in the log when the macro is invoked.
- NOMEXECNOTE
-
does not display the
macro execution information in the log when the macro is invoked.
Details
The MEXECNOTE option
controls the generation of a NOTE in the SAS log that indicates the
macro execution mode.