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 (February 2010, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 5 Feb 2010 11:26:32 -0800
Reply-To:   Yaw <linkyox@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Yaw <linkyox@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   Reading text file data into SAS
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset=ISO-8859-1

Dear All:

I have this text file data set I want to read into SAS but some of the data points in interspersed with character variables.

I am getting this ruler in the error log. Any ideas?

Here are my data lines

data new; input Sex agmo bt mx1 mx2 wt;

datalines; 1 80 NA 13.9 27 15407.7495 2 58 1 NA NA 1200.1035;

Thanks in advance. Y.


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