Statalist The Stata Listserver


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

st: .dct for dataset without end-of-line delimiter: record too long?


From   [email protected]
To   [email protected]
Subject   st: .dct for dataset without end-of-line delimiter: record too long?
Date   Tue, 6 Jun 2006 17:48:11 -0500

Hello,
I am Stata7 user.
I am trying to infile data from the datafile which does not have end-of-line 
delimiters. My dictionary file looks like this:

dictionary using mydata{
_lrecl(8231)
_column(1)
          float caseid %5f "id" 
...
                       }

I get the error message:
"8231 not allowed
dictionary invalid"

By trying different # in _lrecl(#) I figured that # must be less than 7999 in 
order for my dictionary file to work.
But the length of the line in my file is 8231.
I would greatly appreciate any advise on how I can infile variables from this 
datafile.
With best regards,
Olena Stavrunova 

*
*   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