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 2006, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 17 Mar 2006 12:44:50 -0800
Reply-To:     nevin.krishna@GMAIL.COM
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         nevin.krishna@GMAIL.COM
Organization: http://groups.google.com
Subject:      Re: What the hell, one more post - Date related
Comments: To: sas-l@uga.edu
In-Reply-To:  <1142626732.210609.7890@z34g2000cwc.googlegroups.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi,

This is an issue regarding variable types.. character vs numeric . The fact that you see a "period" where the date is missing indicates that the date field is numeric..To have the missing value appear as a blank you simply need to convert the variable to character..hope this helps,

nevin

The_Grudge wrote: > Okay, everything appears to be working okay. > > However, I have a date field in my data that doesn't always contain a > value. > In these instances, I want the date to be blank, not a period!!!!! > > How do I remove the period from blank dates?


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