Date: Fri, 30 Jun 2006 12:45:31 -0700
Reply-To: findu_2005@YAHOO.COM
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: findu_2005@YAHOO.COM
Organization: http://groups.google.com
Subject: data step code used by Proc import
Content-Type: text/plain; charset="iso-8859-1"
Hello:
I was using Proc Import to import a csv file. The importing process was
unsuccessful due to data errors. Now I'd like to modify the data step
code generated by proc import, so that I can use it to import the file
with no errors.
How do I capture the data step code used by proc import?
I know I can use proc printto to route the log to an external file, but
every line of the data step code is preceded by a number. Is there
anyway to get rid of those preceding line numbers?
Thanks.
|