Notice: On April 23, 2014, Statalist moved from an email list to a forum, based at statalist.org.
From | owner-statalist@hsphsun2.harvard.edu |
To | statalist@hsphsun2.harvard.edu |
Subject | st: From: "Marko Ledic" <a0949424@unet.univie.ac.at> |
Date | Sat, 3 Nov 2012 12:40:27 +0100 |
Dear StataList, After running the code (below) I get an error message invalid file specification r(198). Can someone let me know how to properly specify the file? /**global macros**/ global var_hh hhid own global var_pp hhid dname global datasets us04 it04 /**program make data**/ foreach ccyy in $datasets { use $var_pp using $`ccyy'p,clear merge m:1 hhid using $`ccyy'h,keepusing($var_hh) if "`ccyy'" != "us04" { append using $mydata } save $mydata,replace } end Best regards, Marko * * For searches and help try: * http://www.stata.com/help.cgi?search * http://www.stata.com/support/faqs/resources/statalist-faq/ * http://www.ats.ucla.edu/stat/stata/