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 (January 2004, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 26 Jan 2004 16:20:56 -0500
Reply-To:   Bruce Johnson <bjohnson@SOLUCIENT.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Bruce Johnson <bjohnson@SOLUCIENT.COM>
Subject:   Re: Print a format from a format library
Content-Type:   text/plain; charset="us-ascii"

Here's my answer...someone can tell me to go to '-L :-)

Date: Wed, 19 Feb 1997 17:28:06 -0600 Reply-To: Tom Kalfas <kalfast@PPRD.ABBOTT.COM> Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU> From: Tom Kalfas <kalfast@PPRD.ABBOTT.COM> <http://listserv.uga.edu/cgi-bin/wa?A2=ind9702C&L=sas-l&D=0&P=11978> Subject: Re: What's in a Format library? <http://listserv.uga.edu/cgi-bin/wa?A2=ind9702C&L=sas-l&D=0&P=9906> Comments: To: "Cates, Randall C" <rccates@mkg.com> In-Reply-To: "Cates, Randall C" <rccates@mkg.com> "What's in a Format library?" (Feb 19, 5:18pm) Content-Type: text/plain; charset=us-ascii

Randy,

You can use PROC FORMAT with a FMTLIB option to display the contents of the formats for any particular library (but in this case, LIBRARY):

PROC FORMAT LIB=LIBRARY FMTLIB; RUN;

HTH,

Tom

________________________________ Bruce A. Johnson bjohnson@solucient.com

> -----Original Message----- > From: Bruce Johnson > Sent: Monday, January 26, 2004 3:12 PM > To: SAS-L@LISTSERV.UGA.EDU > Subject: Print a format from a format library > > Hello! > > I have a SAS format library, and someone wants to see the contents of > a particular format in that library. How can I do this? I can use > proc catalog to get the list of available formats, but how do I > display the contents of a particular format in that list? > > Thanks in advance. > > _______________________________ > Bruce A. Johnson > Senior Data Analyst > Solucient, LLC > (847) 440-9635 > bjohnson@solucient.com > This message is a private communication. It may contain information that is confidential and legally protected from disclosure. If you are not an intended recipient, please do not read, copy or use this message or any attachments, and do not disclose them to others. Please notify the sender of the delivery error by replying to this message, and then delete it and any attachments from your system. Thank you, Solucient LLC (rev eXclaimer 2x)


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