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 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 1 Jul 2003 15:04:19 +0200
Reply-To:     Ace <b.rogers@VIRGIN.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Ace <b.rogers@VIRGIN.NET>
Subject:      Re: Using catalogue Formats help
Content-Type: text/plain; charset=us-ascii

On 1 Jul 03 12:48:27 GMT, kendejan@YAHOO.FR (kende jan) wrote:

>Hi, > >I received two SAS files:-derm.sas7bdat and formats.sas7bcat. >How can I do to use the formats for example doing proc freq ?

You need to assign a libname to the directory where you store the formats catalog, then add that to the format search path, using the FTMSEARCH option.

e.g. libname myfmts '/file/location/' ; options fmtsearch=(work myfmts) ;

HTH

-- Ace in Basel - bruce dot rogers at roche dot com


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