Date: Wed, 7 May 2008 08:43:53 -0500
Reply-To: Robin R High <rhigh@UNMC.EDU>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Robin R High <rhigh@UNMC.EDU>
Subject: Re: Log Options that I can use
In-Reply-To: <c2192a610805070627k3e327ed7seec911c319f20ec7@mail.gmail.com>
Content-Type: text/plain; charset="US-ASCII"
OPTIONS NOSource ;
will not print the SAS code in the log file.
Robin High
Univ. of Nebr. Medical Center
SAS_learner <proccontents@GMAIL.COM>
Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
05/07/2008 08:34 AM
Please respond to
SAS_learner <proccontents@GMAIL.COM>
To
SAS-L@LISTSERV.UGA.EDU
cc
Subject
Re: Log Options that I can use
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
> +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
|