I want the statements only, not the processing. Alan Alan Churchill Savian www.savian.net -----Original Message----- From: ./ ADD NAME=Data _null_, [mailto:iebupdte@gmail.com] Sent: Tuesday, August 12, 2008 6:20 AM To: Alan Churchill Cc: SAS-L@listserv.uga.edu Subject: Re: Include SAS code w/o including SAS code You need to provide more details. It is unclear to me if you want the statements generated by the macro MPRINT/MFILE written to the file or the MACRO definition FILE/PUT. Syntax MFILE | NOMFILE MFILE routes output produced by the MPRINT option to an external file. This is useful for debugging. On 8/12/08, Alan Churchill <savian001@gmail.com> wrote: > All, > > > > Ok, I think this might be doable but I am drawing a blank. > > > > Suppose I have this code: > > > > %macro xyz; > > data temp.temp4; > > .do some sas stuff. > > run; > > %mend; > > > > Is there a way to write the macro statements out to a file? I can run them > but I would also like to save them outside of SAS. > > > > Thanks, > > Alan > > > > Alan Churchill > Savian > <http://www.savian.net/> www.savian.net >