| Date: | Wed, 7 May 2008 00:43:07 -0700 |
| Reply-To: | RolandRB <rolandberry@HOTMAIL.COM> |
| Sender: | "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> |
| From: | RolandRB <rolandberry@HOTMAIL.COM> |
| Organization: | http://groups.google.com |
| Subject: | Re: Log Options that I can use |
|
| Content-Type: | text/plain; charset=ISO-8859-1 |
On May 7, 3:02 am, procconte...@GMAIL.COM (SAS_learner) wrote:
> 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
>
> thanks.
Use the NOSTIMER option to turn off the above note.
|