LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (May 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 15 May 2009 10:16:21 -0400
Reply-To:     Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <gerhard.hellriegel@T-ONLINE.DE>
Subject:      Re: How to delete log details of the processed part in the form
              of code

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


Back to: Top of message | Previous page | Main SAS-L page