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
|