Chapter Contents

Previous

Next
MPRINT

MPRINT



Displays SAS statements that are generated by macro execution

Valid in: configuration file, SAS invocation, OPTIONS statement, Systems Options window
Category: Macro: SAS macro
PROC OPTIONS GROUP= MACRO


Syntax
Syntax Description
Details
Comparisons
See Also

Syntax

MPRINT | NOMPRINT

Syntax Description

MPRINT
specifies that SAS statements that are generated by macro execution be displayed.

NOMPRINT
specifies that SAS statements that are generated by macro execution not be displayed.


Details

The statements are formatted with macro variable references and macro functions resolved, with each statement beginning on a new line and with one space between words.


Comparisons

The MFILE option provides a method to write MPRINT output to an external file without the MPRINT prefix printed at the beginning of each line.

See Also

SAS Macro Language: Reference


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.