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 (October 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 16 Oct 2001 07:56:59 -0700
Reply-To:     ckaceres@YAHOO.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Carlos Caceres <ckaceres@YAHOO.COM>
Subject:      Missing reference in Proc Format
Content-Type: text/plain; charset=us-ascii

Hi everybody:

Can I reference a missing observation in Proc Format? I tried the following and it dosn't work:

proc format library = formats; value $ tipo '1' = 'VALIDO ' ' ' = 'MISSING ' ;

I replaced the last line with:

OTHER = 'MISSING ' but it doesn't work

Thanks a lot,

Carlos A

__________________________________________________ Do You Yahoo!? Make a great connection at Yahoo! Personals. http://personals.yahoo.com


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