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 2008, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 7 May 2008 09:27:42 -0400
Reply-To:   SAS_learner <proccontents@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   SAS_learner <proccontents@GMAIL.COM>
Subject:   Re: Log Options that I can use
Comments:   To: Michael Raithel <michaelraithel@westat.com>
In-Reply-To:   <403593359CA56C4CAE1F8F4F00DCFE7D0DF22D25@MAILBE2.westat.com>
Content-Type:   text/plain; charset=ISO-8859-1

Hallo _all_ ,

I did not pay attention when I said guys , Thank you for NOSTIMER option, is there a way to Supress the Sas code , what I mean is I just want to see Just Notes not the actueal code.

thanks

On Wed, May 7, 2008 at 7:55 AM, Michael Raithel <michaelraithel@westat.com> wrote:

> Dear SAS-L-ers, > > SAS_learner posted the following: > > > Hello Guys, > > > > This is More of learning question Just wanted to Find out > > what are the Options that would Limit amount of Log that > > would be generated . I know I can stop Macro print with > > Nosymbolgen NoMprint NoMlogic and I can stop NOTES with > > NONOTES Option. > > > > However I do want NOTES but I do want the SAS CODE to be > > Printed in the LOG and I do not want Notes Like > > > > NOTE: DATA statement used (Total process time): > > real time 0.00 seconds > > cpu time 0.00 seconds > > Working on a Server that has enough memory I would love to > > turn off this Option.I do not have Possible use for this Note > > right now. > > > > My Intention is to Keep Log as simple and at Minimum to read > > at the end of development . > > > > Thank you all for help and time > > > SAS_learner, since I am one of the _GUYS_ on the list, I thought that I > would respond:-) > > You can turn off the NOTE: that you listed above by specifying the > NOSTIMER option. For instance: > > options nostimer; > > Please note that this works for all environments except the exalted > z/OS, OS/390, and MVS platforms. There, you must specify this option in > your config file. > > SAS_learner, best of luck in all of your SAS learning! > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Michael A. Raithel > "The man who wrote the book on performance" > E-mail: MichaelRaithel@westat.com > > Author: Tuning SAS Applications in the MVS Environment > > Author: Tuning SAS Applications in the OS/390 and z/OS Environments, > Second Edition > http://www.sas.com/apps/pubscat/bookdetails.jsp?catid=1&pc=58172 > > Author: The Complete Guide to SAS Indexes > > http://www.sas.com/apps/pubscat/bookdetails.jsp?catid=1&pc=60409 > > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Be sincere; be brief; be seated. - Franklin D. Roosevelt > +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ >


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