Chapter Contents

Previous

Next
MFILE

MFILE



Specifies whether MPRINT output is directed to an external file

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


Syntax
Syntax Description
Details
See Also

Syntax

MFILE | NOMFILE

Syntax Description

MFILE
routes the MPRINT output to an external file.
Restriction: The MPRINT option must be in effect to use MFILE.

NOMFILE
does not route the MPRINT output to an external file.


Details

MFILE is useful for debugging. Macro-generated code that is displayed by the MPRINT option in the SAS log during macro execution is written to the external file that is referenced by the fileref MPRINT. If there is no MPRINT fileref, a warning message is issued and no file is written (MFILE is turned off).

See Also

System Option:
MPRINT
SAS Macro Language: Reference


Chapter Contents

Previous

Next

Top of Page

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