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 (June 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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/


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