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 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Fri, 11 Feb 2000 10:46:31 +0100
Reply-To:   Jean Pierre Desgoutte <desgoutte@CEREQ.FR>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Jean Pierre Desgoutte <desgoutte@CEREQ.FR>
Subject:   Re: DATA STEP: CSV AND LEADING SPACES
Comments:   To: SAS-L@LISTSERV.VT.EDU
Content-Type:   text/plain; charset="iso-8859-1"

Andy

You can use the input : var_name for your problem.

Data test; infile 'my_file' dlm=',' dsd; input a : $char200. b : $char200. c : $char200.; run;

Desgoutte Jean Pierre CEREQ Marseille France (33) 04 91 13 28 01


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