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 (July 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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?


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