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 (August 2002, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 20 Aug 2002 22:42:41 -0400
Reply-To:     Mike Fetchel <mike.fetchel@SNET.NET>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mike Fetchel <mike.fetchel@SNET.NET>
Subject:      Importing .csv files containing missing values

I'm importing a .csv (comma separated values) file using Proc Import in the Unix environment using SAS Ver. 8.2. One of the columns (containing numeric data) in the .csv file has missing values in some of the records (but not all). When I submit my Proc Import program, the variable representing this column has all missing values in, including the records that had values in the .csv file. When I stripped out the records that had missing values for that numeric column from the .csv file and then re-ran the import program, it worked fine. Does any one know why this is happening and how to fix this properly?

Thanks in advance for any help.


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