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 (May 2000, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 25 May 2000 08:33:00 +0200
Reply-To:     F a b r i z i o <Fabrizio1@USA.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         F a b r i z i o <Fabrizio1@USA.NET>
Organization: KLM Royal Dutch Airlines
Subject:      Re: Reverse engineer a format

Boylan, David wrote in message <9FEBDBDB9297D31198790008C71638CCACD28E@whqntmgx01.hrblock.com>... >We have a format on our library originally developed from a data set. We >use the format all of the time, but, somehow lost the SAS data set from >which it was created. Is there any way to "write" out the format (value or >value ranges and labels) back to a data set. Please advise.

PROC FORMAT LIBRARY=xxxxx CNTLOUT=anyname; SELECT fmtname; RUN;

This code writes the contents of the 'fmtname' format to a SAS dataset named 'anyname'.

Good luck.

Brgds; Fabrizio


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