Stata The Stata listserver
[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: Coping with strings longer than 80 variables


From   [email protected] (William Gould, Stata)
To   [email protected]
Subject   Re: st: Coping with strings longer than 80 variables
Date   Mon, 04 Aug 2003 08:06:57 -0500

Jolene Skordis <[email protected]> writes, 

> I have a dataset containing open ended questions that were captured
> verbatim.  As a result, when I try to open the dataset I keep getting an
> error message saying "data contains strings longer than 80 characters".

If this is happening on -use-, 

        . use svydata
        data containts strings longer than 80 characters
        r(459);

then the dataset was created by Stata/SE (which allows string variables up to
244 characters long) and you will need to use Stata/SE to process it.
For information on Stata/SE, type 

        . whelp SpecialEdition

-- Bill
[email protected]
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index