Previous Page | Next Page

Annotate Dictionary

%COMMENT Macro



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

Syntax

Syntax

%COMMENT (text-string);

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.

Previous Page | Next Page | Top of Page