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 (August 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 18 Aug 2006 14:07:43 -0400
Reply-To:     Sophia Tong <sophiDT@HOTMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Sophia Tong <sophiDT@HOTMAIL.COM>
Subject:      How to covert SAS dataset into catelog file

I have a SAS data set that contains all the formats for a SAS dataset. This format dataset was generated by

proc format library = mylib cntlout = mylib.sas_fmts; run;

Is there any way to convert the format SAS data set into format catalog, or best of all, is there any options in proc format to generate permanent SAS format catalog file? Thanks in advance.

Tong


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