Date: Mon, 21 Jul 2008 16:15:43 -0400
Reply-To: "Howard Schreier <hs AT dc-sug DOT org>"
<schreier.junk.mail@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: "Howard Schreier <hs AT dc-sug DOT org>"
<schreier.junk.mail@GMAIL.COM>
Subject: Re: How to Query ODS "settings"?
On Mon, 21 Jul 2008 16:02:26 -0400, Mike Rhoads <RHOADSM1@WESTAT.COM> wrote:
>AFAIK, this is not possible prior to SAS 9.2.
>
>In 9.2, there is a dictionary table, VDEST, that provides information
>about currently-open destinations. I don't have 9.2 installed on my
>computer yet, so haven't actually tried this out.
Confirmed; DICTIONARY.DESTINATIONS or SASHELP.VDEST. Within are two columns,
DESTINATION and STYLE.
>
>Mike Rhoads
>Westat
>RhoadsM1@Westat.com
>
>-----Original Message-----
>From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of
>data _null_,
>Sent: Monday, July 21, 2008 9:49 AM
>To: SAS-L@LISTSERV.UGA.EDU
>Subject: How to Query ODS "settings"?
>
>
>How do you get ods to tell you how it is configured? Suppose I want to
>know someting simple. Like ESCAPECHAR or the current destination(s)
>is that possible?
|