Date: Tue, 18 Jun 2002 10:13:18 -0400
Reply-To: "Brucken, Nancy" <Nancy.Brucken@PFIZER.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Brucken, Nancy" <Nancy.Brucken@PFIZER.COM>
Subject: Re: What is the option to pipe out a macro generated program to a
file? Thanks!
Content-Type: text/plain; charset="iso-8859-1"
Hi Shiling,
I think it's MFILE. From the online docs:
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).
Hope this helps,
Nancy
Nancy Brucken
Development Informatics
Pfizer Global Research & Development, Ann Arbor
(734) 622-5767
E-mail address: Nancy.Brucken@pfizer.com
-----Original Message-----
From: shiling zhang [mailto:shiling99@YAHOO.COM]
Sent: Monday, June 17, 2002 10:47 PM
To: SAS-L@LISTSERV.UGA.EDU
Subject: What is the option to pipe out a macro generated program to a
file? Thanks!
EOM