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 (November 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 12 Nov 2004 21:44:41 +0100
Reply-To:     Victor Schneider <vbschneider@YAHOO.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Victor Schneider <vbschneider@YAHOO.DE>
Subject:      Problem with varchar in proc sql
Content-Type: text/plain; charset=us-ascii

Hi,

I have a problem with proc sql. I want to make a copy of an oracle database with the statement

proc sql; create table test as select * from mydb.test; quit;

My problem is, that I have a varchar field with 32768 in the oracle database. SAS imports only the first 1024 byte of this field. What must I do, to tell SAS make a complete copy of the 32kb varchar field?

Thanks a lot Victor


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