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 (March 2002, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 13 Mar 2002 08:20:31 -0500
Reply-To:     "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "Chakravarthy, Venky" <Venky.Chakravarthy@PFIZER.COM>
Subject:      Re: Info on USER-Format-Entries ?
Comments: To: Engelbert Smets <smets@PROVINZIAL.COM>
Content-Type: text/plain; charset="iso-8859-1"

Englebert,

The meta data for formats is available in the CATALOGS DICTIONARY using SQL.

proc sql ; create table mycats as select * from dictionary.catalogs where libname = "<Your Cat Lib in CAPS>" ; quit ;

Kind Regards,

Venky #****************************************# # E-mail: swovcc@hotmail.com # # Phone: (734) 622-1963 # #****************************************#

-----Original Message----- From: Engelbert Smets [mailto:smets@PROVINZIAL.COM] Sent: Wednesday, March 13, 2002 7:56 AM To: SAS-L@LISTSERV.UGA.EDU Subject: Info on USER-Format-Entries ?

Hi SAS-Lers !

Here is another question to YOU:

Where can I get complete (or nearly comlete) information about SAS-User-Formats? We want to know creation-date etc (PROC CATALOG?) and Creation-/Modification-Job.

Someone out there who knows ? Thanks in advance! and -- Freundliche Grüsse aus Düsseldorf! Engelbert Smets c/o Provinzial Rheinland Versicherungen Die Versicherung der Sparkassen KIP3 / C00 / C00103 Provinzialplatz 1 40591 Düsseldorf Tel.: (0211) 978 2016 Fax: (0211) 978 1764


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