Statalist The Stata Listserver


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

Re: st: Action of -preserve-


From   "David Elliott" <[email protected]>
To   [email protected]
Subject   Re: st: Action of -preserve-
Date   Tue, 6 Feb 2007 08:33:01 -0400

Just a correction to the code above, I had omitted the read at the end
of the -if- block of code:
      if `firsttime' {
              infile using survey_dict, using(`"`macval(line)'"') clear
              save survey_2007 , replace
              local firsttime 0
              file read `scan' line /*this was omitted*/
              }

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