%COMMENT Macro

Inserts a comment into an Annotate data set.
Variables written out: FUNCTION, TEXT
Requirement: You must run the %ANNOMAC macro before using any other annotate macros. For more information, see Making the Macros Available.

Syntax

%COMMENT (text-string);

Parameters

text-string
specifies the text to insert in the Annotate data set. The value can be a character string enclosed in quotation marks or the name of a character variable. For details, see the Annotate TEXT Variable.