. dtaversion stata4_114.dta (file "stata4_114.dta" is .dta-format 114 from Stata 10 or 11) . use stata4_114.dta . list +------------------------------------------------------+ | fully_~d fully_~2 incomp~d labele~s float_~d | |------------------------------------------------------| 1. | one ten one one one | 2. | two nine two two two | 3. | three eight three three three | 4. | four seven 4 four four | 5. | five six 5 . five | |------------------------------------------------------| 6. | six five 6 . six | 7. | seven four 7 . seven | 8. | eight three 8 . eight | 9. | nine two 9 . nine | 10. | ten one ten . ten | +------------------------------------------------------+ . describe Contains data from stata4_114.dta Observations: 10 Variables: 5 26 Feb 2013 18:23 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Variable Storage Display Value name type format label Variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- fully_labeled byte %8.0g full_lbl A fully labeled variable. fully_labeled2 float %9.0g full_lbl Another fully labeled variable. incompletely_~d long %12.0g incomplete_lbl A labeled variable where some labels are missing. labeled_with_~s int %8.0g missing_lbl A labeled variable with missing values. float_labelled float %9.0g full_lbl A labeled floating point variable. -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Sorted by: . . dtaversion stata9_115.dta (file "stata9_115.dta" is .dta-format 115 from Stata 12) . use stata9_115.dta . list +----------------------------------------------------------------------------------+ | date_tc date_td date_tw date_tm date_tq date_th date_ty | |----------------------------------------------------------------------------------| 1. | 01jan1960 00:00:00 01jan1960 1960w1 1960m1 1960q1 1960h1 1960 | 2. | 01jan2000 00:00:00 01jan2000 2000w1 2000m1 2000q1 2000h1 2000 | 3. | 31dec9999 23:59:59 31dec9999 9999w52 9999m12 9999q4 9999h2 9999 | 4. | 01jan0100 00:00:00 01jan0100 0100w1 0100m1 0100q1 0100h1 0100 | 5. | 22apr2262 00:00:00 22apr2262 2262w16 2262m4 2262q2 2262h1 2262 | |----------------------------------------------------------------------------------| 6. | 23sep1677 00:00:00 23sep1677 1677w40 1677m10 1677q4 1678h1 1678 | 7. | . . . . . . . | +----------------------------------------------------------------------------------+ . describe Contains data from stata9_115.dta Observations: 7 Variables: 7 21 Aug 2014 12:02 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Variable Storage Display Value name type format label Variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- date_tc double %tc date_td double %td date_tw double %tw date_tm double %tm date_tq double %tq date_th double %th date_ty double %ty -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Sorted by: . . dtaversion stata10_115.dta (file "stata10_115.dta" is .dta-format 115 from Stata 12) . use stata10_115.dta . list +------------------------------------------------------------------------+ | ordered reverse noorder floating float_~g nolabel int32_~d | |------------------------------------------------------------------------| 1. | a e c a a 1 d | 2. | b d b b d 2 2 | 3. | c c e c e 3 e | 4. | d b a d . 4 b | 5. | e a d e .a 5 a | +------------------------------------------------------------------------+ . describe Contains data from stata10_115.dta Observations: 5 Variables: 7 17 Nov 2014 09:40 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Variable Storage Display Value name type format label Variable label -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- ordered float %9.0g basic reverse float %9.0g basic noorder float %9.0g basic floating float %9.0g basic float_missing float %9.0g basic nolabel float %9.0g int32_mixed long %9.0g nonordered -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Sorted by: