Date: Thu, 9 Aug 2007 11:46:28 -0700
Reply-To: Gary <anirdesh@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Gary <anirdesh@GMAIL.COM>
Organization: http://groups.google.com
Subject: Re: save log output file directly to file
In-Reply-To: <1186681848.604165.30810@q75g2000hsh.googlegroups.com>
Content-Type: text/plain; charset="us-ascii"
On Aug 9, 1:50 pm, wylds...@gmail.com wrote:
> I am trying to stack a huge dataset (2500 obs, 41000 vars). The log
> window fills up fast and I had to clear it too many times to complete
> the stack. Is there a way to keep the log from displaying in the log
> window, and save it directly to a file?
Please use dm Log "Clear" ;;
and/or options NOFMTERR noSYMBOLGEN noMPRINT noMLOGIC nonotes
nosource2;
|