Date: Tue, 22 Jun 2010 12:17:02 -0700
Reply-To: mlhoward@avalon.net
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Mary <mlhoward@AVALON.NET>
Subject: Re: how to remove effect of option mprint mlogic;
Content-Type: text/plain; charset="UTF-8"
Stick a "no" in front of them :-)
options nomprint nomlogic;
-Mary
--- zhujp98@GMAIL.COM wrote:
From: Jeff <zhujp98@GMAIL.COM>
To: SAS-L@LISTSERV.UGA.EDU
Subject: how to remove effect of option mprint mlogic;
Date: Tue, 22 Jun 2010 15:11:53 -0400
After finishing macro debug, I do not want macro info printed in log.
how can I remove the effect of *option mprint mlogic without having to
restart sas?
Thanks.
Jeff