Date: Wed, 1 Jun 2005 18:11:35 +0200
Reply-To: olivier.leconte@FR.NETGRS.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Olivier LECONTE <olivier.leconte@FR.NETGRS.COM>
Subject: Re: Vefiry if an ODS style exists
Content-Type: text/plain; charset="iso-8859-1"
Using SASHELP.VSTYLE, I see only the style define by SAS. I do not see my
own styles, which are stored in a SAS Item store file, that I can access
using the following syntax defined in my autoexec.sas file:
ODS PATH outisasl.templatb(read) sashelp.tmplmst(read)
sasuser.templat(read);
-----Message d'origine-----
De : Richard A. DeVenezia [mailto:radevenz@IX.NETCOM.COM]
Envoyé : mercredi 1 juin 2005 18:01
À : SAS-L@LISTSERV.UGA.EDU
Objet : Re: Vefiry if an ODS style exists
Olivier LECONTE wrote:
> Hi,
> Is there a way to verify if an ODS style exists before using it ?
> Thanks for your help.
> Olivier
Examine
SASHELP.VSTYLE
aka
DICTIONARY.STYLES
--
Richard A. DeVenezia
http://www.devenezia.com/