Adam Chapman asked:
> I've been trying to use a Stata 8 data file in Stata 6, but keep getting
> the error message "file not Stata format". Is there a (relatively easy)
> way of transforming Stata 8 files so that they are able to be used in Stata
> 6 ?
>
> The command 'saveold' saves Stata 8 data in Stata 7 format, and doesn't
> help in using Stata 6, or so it appears.
and Scott Meryman answered
> How about -outsheet- in Stata 8 followed by -insheet- in Stata 6.
which was good enough for Adam. However another way to do this is -outdat-.
-outdat- is used to transfer data from Stata to some other statistical
packages, but can also be used to transfer data from "Stata to Stata". The
advantage of outdat is that it also stores the variable labels and value
labels.
-outdat- is available via
. ssc install outdat
regards
uli
*
* 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/