Date: Fri, 5 Aug 2011 16:30:53 -0400
Reply-To: "Viel, Kevin" <kviel@SJHA.ORG>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Viel, Kevin" <kviel@SJHA.ORG>
Subject: Re: Managing
In-Reply-To: <201108041347.p74AlZDe028864@willow.cc.uga.edu>
Content-Type: text/plain; charset="us-ascii"
As Steve mentioned, you seem to want
ODS Listing Close ;
Another interesting, but potentially undocumented one that I use, say with RTF on a Windows box, is:
ODS NoResults ;
HTH,
Kevin
Kevin Viel, PhD
Senior Research Statistician
Patient Safety & Quality
International College of Robotic Surgery
Saint Joseph's Translational Research Institute
Saint Joseph's Hospital
5671 Peachtree Dunwoody Road, NE, Suite 330
Atlanta, GA 30342
(678) 843-6076: Direct Phone
(678) 843-6153: Facsimile
(404) 558-1364: Mobile
kviel@sjha.org
NOTICE: This e-mail message and all attachments transmitted with it may contain legally privileged and confidential information intended solely for the use of the addressee. In addition, this correspondence may contain private patient information protected under the federal privacy rule, 45 C.F.R. Parts 160 and 164, and applicable state law. Unauthorized use or disclosure of this information is strictly prohibited. If the reader of this message is not the intended recipient, you are hereby notified that any reading, dissemination, distribution, copying or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by return e-mail or at the telephone number above and delete the original message and all copies and backups thereof. Thank you
> -----Original Message-----
> From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
> Steven Raimi
> Sent: Thursday, August 04, 2011 9:48 AM
> To: SAS-L@LISTSERV.UGA.EDU
> Subject: Managing
>
> I'm working on a macro that relies on ODS output objects from proc freq,
> proc means, etc. The problem is that ods listing has to be turned on to
> get them, but then there's a huge amount of unwanted LIST output from
> those procs.
>
> I want to be able to create and use the output objects, while controlling
> which procs write their output to the LIST window. Can someone suggest
> how I could do that, or point me to a paper that covers this issue? I've
> tried searching the Lex Jansen site, but can't find this aspect among the
> huge number of ODS-related papers.
>
> TIA (and sorry for the partial post I accidentally sent earlier),
> Steve
Confidentiality Notice:
This e-mail, including any attachments is the
property of Catholic Health East and is intended
for the sole use of the intended recipient(s).
It may contain information that is privileged and
confidential. Any unauthorized review, use,
disclosure, or distribution is prohibited. If you are
not the intended recipient, please delete this message, and
reply to the sender regarding the error in a separate email.
|