LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2011, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 26 Apr 2011 03:34:53 -0400
Reply-To:     Mahesh <peesari.mahesh@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mahesh <peesari.mahesh@GMAIL.COM>
Subject:      Read data in from textfile with diff lengths

Hi all,

I have variable values with different lengths,how should i read such variable values,please help out.

data test; infile datalines truncover; input y $32. a; cards; mahesh 12 mahesh kumar 35 mahesh kumar peesari 65 ; run; proc print; run;

Thanks, mahesh P


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