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
|