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 (October 2006, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 31 Oct 2006 06:47:16 -0800
Reply-To:     Irin later <irinfigvam@YAHOO.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Irin later <irinfigvam@YAHOO.COM>
Subject:      The quoted string
Content-Type: text/plain; charset=iso-8859-1

Hi, This is a piece of code:

proc import table='hfbc65Int' 6 out=hfbc65Intout 7 dbms=access; 8 database='p:\HHH\DDDDDDDDDDDDDDDDD\AAAA\MMMMMMMMMMMMMMMMMMMMMMMM \Survey 8 ! KKKKKKKKKKKKKKKKK Qqqqqqqqqq\2006\Input\Satisfaction.mdb'; 9 userid='***'; 10 password=' '; 11 workgpdb='***'; 12 run;

After running my code above, I got the following Warning in my Log:

WARNING 32-169: The quoted string currently being processed has become more than 262 characters long. You may have unbalanced quotation marks. NOTE: WORK.HFBC65INTOUT was successfully created. NOTE: PROCEDURE IMPORT used: real time 1.29 seconds cpu time 0.10 seconds

Considering that I need a full path….How can I modify the code in order to eliminate this Warning message in the log? Thank you in advance,

Irin

--------------------------------- Want to start your own business? Learn how on Yahoo! Small Business.


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