[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: st: Getting data from NBER to STATA
From
Kirimi Sindi <[email protected]>
To
[email protected]
Subject
Re: st: Getting data from NBER to STATA
Date
Sat, 23 May 2009 11:52:56 -0400
Nichols,
Thank you. This is the break I needed. I managed to use your help and
suggestions to get the data into stata.
Thank you again.
Kirimi
Austin Nichols wrote:
Kirimi Sindi <[email protected]> :
Easy answer: just put all the files in the same directory and do not
specify paths.
clear all
set mem 1000m
local dat "cpsmar08.dat"
local dta "cpsmar08.dta"
local dct "cpsmar08.dct"
dir cpsmar*
qui infile using `dct', using(`dat')
Did you forget to unpack a zip file, perhaps?
On Thu, May 21, 2009 at 11:29 PM, Kirimi Sindi <[email protected]> wrote:
I am trying to figure out what is wrong with this infile syntax.
. set mem 1000m
. local dat_name "cpsmar08.dat"
. local dta_name "./cpsmar08.dta"
. local dct_name "./cpsmar08.dct"
. quietly infile using "`dct_name'", using("`dat_name'") clear
file cpsmar08.dat not found
r(601);
end of do-file
r(601);
Thank you,
Kirimi
*
* 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/
--
*******************************
Imagination is more important than knowledge.
For while knowledge defines all we currently know and understand,
imagination points to all we might yet discover and create.
*******************************
Kirimi Sindi
PhD Candidate
Department of Agricultural,
Food, and Resource Economics
Room 20 Cook Hall
Michigan State University
East Lansing, MI 48824
Telephone: +1-517-353-5320
Home Tel : +1-517-355-8151
Fax: +1-517-432-1800
*
* 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–2024 StataCorp LLC | Terms of use | Privacy | Contact us | What's new | Site index |