The macro comment statement
is useful for describing macro code. Text from a macro comment statement
is not constant text and is not stored in a compiled macro. Because
a semicolon ends the comment statement, the comment cannot contain
internal semicolons unless the internal semicolons are enclosed in
quotation marks. Macro comment statements are not recognized when
they are enclosed in quotation marks.
Macro comment statements
are complete macro statements and are processed by the macro facility.
Quotation marks within a macro comment must match.
Only macro comment statements
and SAS comments of the form
/*commentary*/ in macro definitions or open code might be used to hide macro statements
from processing by the macro facility.