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 (April 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 8 Apr 2004 05:28:51 -0700
Reply-To:     Dubravko Dolic <dubro@DOLIC.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Dubravko Dolic <dubro@DOLIC.DE>
Organization: http://groups.google.com
Subject:      proc format: replacing old format with itself...
Content-Type: text/plain; charset=ISO-8859-1

Dear List...

I tried to add a new line to a format by overwriting the old format with it's own values:

I have a Format Catalog (sas7bcat) holding format SCHTM residing in library fmtlib. Now I try

proc format library = fmtlib; value SCHTM . = "NA" <---- This is a new entry to the format SCHTM other = [SCHTM10.]; run;

While there the log gives no warning (see details) NOTE: Format SCHTMV is already on the library. NOTE: Format SCHTMV has been written to U40384.FORMATS

The FORMAT Catalog can't be used after this operation. Either there is a warning that the formats are not defined or SAS is quitting in an instance without further warning.

How can I modify a format??

Thank's for any help.

D. Dolic


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