Bookmark and Share

Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

st: Refer to specific BLOCK of data for reading in ASCII


From   Michael Boehm <[email protected]>
To   [email protected]
Subject   st: Refer to specific BLOCK of data for reading in ASCII
Date   Fri, 7 Jan 2011 12:09:35 +0000

Dear all,

I want to read in data from the National Education Longitudinal Study,
which is in ASCII format with multiple blocks of numbers rather than
one. I want to tell Stata to look for a specific column in a specific
block, the first of which is not hard but the second I cannot figure
out. For example, how should I amend a dictionary of the form

dictionary using 03955-0001-Data.txt
{
_column(8) float f4univ1 %4f "Sample member status in all five waves"
}

to tell Stata to look for f4univ1 in _column(8) of block 1 out of 15?

Thanks,
Michael
*
*   For searches and help try:
*   http://www.stata.com/help.cgi?search
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/


© Copyright 1996–2018 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   Site index