Here is the CMT Uptime check phrase

CSES Module 1 Data Set Errata
Posted: July 19, 2005

Mexico (2000) – Missing Values For A5005, A5007, and A5009

Missing values for variables A5005_D, A5005_E, A5007_D, A5007_E, A5009_D, and A5009_E appear as “97.00” in the Mexico (2000) study, but should instead be coded as “997.00”.

The follow recode statements make the necessary corrections. This code is written to run in SPSS; if you are not using SPSS the code will need to be modified for the statistical package you are using.

if A1003 = 48402000 A5005_d = 997.
if A1003 = 48402000 A5005_e = 997.

if A1003 = 48402000 A5007_d = 997.
if A1003 = 48402000 A5007_e = 997.

if A1003 = 48402000 A5009_d = 997.
if A1003 = 48402000 A5009_e = 997.