The MCOMPILENOTE option issues a note to the LOG with details about the size and number of instructions on completion of the compilation of a macro. NOTE confirms that the compilation of the macro was completed. When the option is on and NOTE is issued, the compiled version of the macro is available for execution. A macro can successfully compile, but will still contain errors or warnings that will cause the macro to not execute as you intended.
The syntax is as follows:
MCOMPILENOTE=<NONE | NOAUTOCALL | ALL>
NONE prevents any NOTE from being written to the log.
NOAUTOCALL prevents any NOTE from being written to the log for AUTOCALL macros but does issue a NOTE to the log upon completion of the compilation of any other macro.
ALL issues an X to the log. The note contains the size and number of instructions upon the completion of the compilation of any macro...