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 (August 1997, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 19 Aug 1997 20:29:33 -0400
Reply-To:     Anthony Ayiomamitis <ayiomamitis@IBM.NET>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         Anthony Ayiomamitis <ayiomamitis@IBM.NET>
Subject:      Re: Column lengths in SQL
Content-Type: text/plain; charset=us-ascii

Anthony Ayiomamitis wrote: > > > I do not think that this is an SQL limitation as I tried a small > example with a PROC SQL step and was able to generate and store a string > that happened to be 150 bytes in length. >

... the maximum length string I can generate directly within a PROC SQL step is 200 bytes. Can someone with or without an SAS/SQL manual please confirm or deny?

The strange thing is that I purposely did not create a table to hold this string but had the string go directly into a macro (using INTO :MACROVAR) which recent discussion has documented bytes in the tens of thousands.

Anthony.


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