SAS 9.1 Language Reference Dictionary, Volumes 1, 2 and 3

Documents the purpose of the statement or program

Valid: anywhere

Category: Log Control

Syntax

*message ;

or

/* message */

Arguments

* message ;

/* message */

Details

You can use the comment statement anywhere in a SAS program to document the purpose of the program, explain unusual segments of the program, or describe steps in a complex program or calculation. SAS ignores text in comment statements during processing.

CAUTION:

Examples

These examples illustrate the two types of comments:

Категории