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 (June 2006, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: sas-l@uga.edu
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.


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