Date: Fri, 15 May 2009 13:30:38 -0300
Reply-To: priyanka singh <priyanka.priyankasingh@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: priyanka singh <priyanka.priyankasingh@GMAIL.COM>
Subject: Re: How to delete log details of the processed part in the form
of code
In-Reply-To: <1a3a62dc0905150831n41733193xeb40f26433e0a924@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
I tried:
proc printto log=dummy;
run;
It worked..
Thanks again..
-Priyanka
On Fri, May 15, 2009 at 12:31 PM, priyanka singh <
priyanka.priyankasingh@gmail.com> wrote:
> Thank you all.
>
>
> -Priyanka
>
>
> On Fri, May 15, 2009 at 11:16 AM, Gerhard Hellriegel <
> gerhard.hellriegel@t-online.de> wrote:
>
>> try it with
>>
>> DM "clear log";
>>
>> Gerhard
>>
>>
>>
>>
>> On Fri, 15 May 2009 07:56:28 -0300, priyanka singh
>> <priyanka.priyankasingh@GMAIL.COM> wrote:
>>
>> >Hi all,
>> >
>> >I am running a macro for 1200 files.. After it processes approx. 200
>> >files...the window of SAS asks for clearing of log details as it becomes
>> >full... what i do is go and clear all using keyboard. but i want to write
>> a
>> >code for it so that it automatically does it..after it processes one
>> loop...
>> >
>> >Looking forward to your suggestions..
>> >
>> >Priyanka Singh
>>
>
>
|