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 (December 2004, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 20 Dec 2004 11:41:50 -0500
Reply-To:   Bob_Abelson@HGSI.COM
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Bob Abelson <Bob_Abelson@HGSI.COM>
Subject:   Re: NULL/Missing value in SAS
Content-Type:   text/plain; charset="us-ascii"

Jung,

I think that what you want to do is DISPLAY missing values as zeroes, rather than actually change their values. To do that, use OPTIONS MISSING='0' (or whatever character you prefer).

Hope this helps.

Bob Abelson HGSI 240 314 4400 x1374 bob_abelson@hgsi.com

jung1975@BELLSOUTH.NET Sent by: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU> 12/20/2004 11:31 AM Please respond to jung1975

To: SAS-L@LISTSERV.UGA.EDU cc: Subject: NULL/Missing value in SAS

Is there anyway I can populate numeric/money fields with Zero if they are null/missing instead of putting the spaces in SAS?

Is there any SAS code example that I can use to convert spaces( null value) to Zero in numeric/money field?


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