==========================================================================================

Section A: COVERSCREEN  (Respondent)

==========================================================================================


HHID                HOUSEHOLD IDENTIFICATION NUMBER
         Section: A     Level: Respondent      Type: Character  Width: 6   Decimals: 0

         .................................................................................
         17217           000003-502761.  Household Identification Number


==========================================================================================


PN                  RESPONDENT PERSON IDENTIFICATION NUMBER
         Section: A     Level: Respondent      Type: Character  Width: 3   Decimals: 0

         .................................................................................
          9139         010.  Person Identifier
           585         011.  Person Identifier
            27         012.  Person Identifier
             1         013.  Person Identifier
          5474         020.  Person Identifier
           157         021.  Person Identifier
            10         022.  Person Identifier
           691         030.  Person Identifier
            42         031.  Person Identifier
             3         032.  Person Identifier
          1027         040.  Person Identifier
            58         041.  Person Identifier
             3         042.  Person Identifier


==========================================================================================


LSUBHH              2008 SUB HOUSEHOLD IDENTIFICATION NUMBER
         Section: A     Level: Respondent      Type: Character  Width: 1   Decimals: 0

         .................................................................................
         15991           0.  Original sample household - no split from divorce or
                             separation of spouses or partners
           634           1.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
           469           2.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
            47           5.  Split household - one half of couple from SUBHH 1 or 2
             7           6.  Split household - one half of couple from SUBHH 1 or 2
            68           7.  Reunited household - respondents from split household
                             reunite
             1           8.  Split household - one half of couple from SUBHH 1 or 2


==========================================================================================


KSUBHH              2006 SUB HOUSEHOLD IDENTIFICATION NUMBER
         Section: A     Level: Respondent      Type: Character  Width: 1   Decimals: 0

         .................................................................................
         16153           0.  Original sample household - no split from divorce or
                             separation of spouses or partners
           545           1.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
           413           2.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
            36           5.  Split household - one half of couple from SUBHH 1 or 2
             5           6.  Split household - one half of couple from SUBHH 1 or 2
            64           7.  Reunited household - respondents from split household
                             reunite
             1           8.  Split household - one half of couple from SUBHH 1 or 2


==========================================================================================


LPN_SP              2008 SPOUSE/PARTNER PERSON NUMBER
         Section: A     Level: Respondent      Type: Character  Width: 3   Decimals: 0

         .................................................................................
          4711         010.  Person Identifier
           468         011.  Person Identifier
            22         012.  Person Identifier
             1         013.  Person Identifier
          4199         020.  Person Identifier
           132         021.  Person Identifier
             7         022.  Person Identifier
           524         030.  Person Identifier
            35         031.  Person Identifier
             4         032.  Person Identifier
           808         040.  Person Identifier
            47         041.  Person Identifier
             4         042.  Person Identifier
            22         811.  Spouse of Non-Original Respondent
             3         812.  Spouse of Non-Original Respondent
             5         821.  Spouse of Non-Original Respondent
             1         822.  Spouse of Non-Original Respondent
             4         831.  Spouse of Non-Original Respondent
             4         841.  Spouse of Non-Original Respondent
          6216       Blank.  INAP (Inapplicable); Partial Interview; Single R Household


==========================================================================================


LCSR                2008 WHETHER COVERSHEET RESPONDENT
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         11898           1.  Yes
            18           3.  2nd Coverscreen R, answers not retained
          5301           5.  No


==========================================================================================


LFAMR               2008 WHETHER FAMILY RESPONDENT
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         11814           1.  Family R
             4           3.  2nd Family R, answers not retained
          5399           5.  Non-Family R


==========================================================================================


LFINR               2008 WHETHER FINANCIAL RESPONDENT
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         11843           1.  Financial R
             5           3.  2nd Financial R, answers not retained
          5369           5.  Non-Financial R


==========================================================================================


         ASSIGN:  A500_CurDate := SYSDATE:  IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA500               DATE OF INTERVIEW - MONTH
         Section: A     Level: Respondent      Type: Numeric    Width: 8   Decimals: 0
         Ref: Init.A500_CurDate

         .................................................................................
           325           1.  JAN
            49           2.  FEB
          2781           3.  MAR
          3031           4.  APR
          2674           5.  MAY
          2233           6.  JUN
          1968           7.  JUL
          1526           8.  AUG
           961           9.  SEP
           842          10.  OCT
           505          11.  NOV
           322          12.  DEC


==========================================================================================


         ASSIGN:  A501_CurDateYear := A500_CurDate.YEAR:  IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA501               DATE OF INTERVIEW - YEAR
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A501_CurDateYear

         .................................................................................
         16867        2008.  Actual Value
           350        2009.  Actual Value


==========================================================================================


         ASSIGN:  A061TLCY_A := YEAR (SYSDATE) - 1:  IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA061               LAST CALENDAR YR CALCULATED
         Section: A     Level: Respondent      Type: Numeric    Width: 4   Decimals: 0
         Ref: Init.A061TLCY_A

         .................................................................................
         16867        2007.  Actual Value
           350        2008.  Actual Value


==========================================================================================


         ASSIGN: A062T2YrsAgo_A := YEAR (SYSDATE) - 2:  IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA062               TWO YEARS AGO
         Section: A     Level: Respondent      Type: Numeric    Width: 4   Decimals: 0
         Ref: Init.A062T2YrsAgo_A

         .................................................................................
         16867        2006.  Actual Value
           350        2007.  Actual Value


==========================================================================================


         ASSIGN:  A063_ElapseMo := ((YEAR (SYSDATE) - A062T2YrsAgo_A) * 12) + MONTH 
         (SYSDATE):  IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA063               ELAPSED MONTHS FROM NOW TO TWO YRS AGO
         Section: A     Level: Respondent      Type: Numeric    Width: 2   Decimals: 0
         Ref: Init.A063_ElapseMo

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217       25          36         29.82          2.44       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:  A064_ElapseMo2 := ((RVARS.Z093_IwYr_V - (YEAR (SYSDATE) - 2)) * 12) + 
         RVARS.Z092_IwMo_V.ORD:  IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA064               NUM MO FROM PREV WAVE IW TO TWO YRS AGO
         Section: A     Level: Respondent      Type: Numeric    Width: 2   Decimals: 0
         Ref: Init.A064_ElapseMo2

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          16406        1          14          6.34          2.55     811
         -----------------------------------------------------------------


==========================================================================================


         ASK:  IF HH.X024_ReIwHH_V = YES 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA002               RESPONDENT AGREE TO INTERVIEW
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0
         Ref: SecA.StartInterview.A002_IwBegin

         Is (the respondent/the proxy for the respondent) willing/able to do the
         interview?
         
          Choosing 'yes' will continue this interview

         .................................................................................
         17217           1.  YES


==========================================================================================


         ASSIGN:A009_SelfPrxy := A155_SelfPrxy.ORD:IF HH.X024_ReIwHH_V = YES 
          IF A009_SelfPrxy = EMPTY 
          NOT(IF A155_SelfPrxy = PXYSPISREPORTERNOTSAME) 
          IF A155_SelfPrxy <> EMPTYSSIGN:  A009_SelfPrxy := PXYSPISREPORTER: IF 
         HH.X024_ReIwHH_V = YES 
          IF A009_SelfPrxy = EMPTY 
          IF A155_SelfPrxy = PXYSPISREPORTERNOTSAMESSIGN:  
         SecA.StartInterview.A009_SelfPrxy := piSecAStartInterviewA009_SelfPrxy: IF 
         SecA.StartInterview.A009_SelfPrxy <> piSecAStartInterviewA009_SelfPrxy 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA009               PROXY/SELF INTERVIEW
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0
         Ref: SecA.StartInterview.A009_SelfPrxy

         
         
          Designate type of interview
         
          Enter code 4 if living proxy is spouse/partner but does not live with R, e.g.,
         R or spouse/partner lives in a nursing home

         .................................................................................
         16077           1.  SELF
           655           2.  PROXY, SPOUSE IS REPORTER
           485           3.  PROXY, NON-SPOUSE IS REPORTER
                         4.  PROXY, SPOUSE IS REPORTER - NOT LIVING WITH


==========================================================================================


         ASK:  IF HH.X024_ReIwHH_V = YES 

          IF A009_SelfPrxy <> SLF 

          IF (piBA_RVarsZ095_SelfPrxyIw_V <> SLF) AND (piBA_RVarsZ076_ReIwR_V = REIWR) 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA010               CURRENT - WAVE PROXY
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0
         Ref: SecA.StartInterview.A010_CurrWavePrxy

         [PW PROXY NAME: [PREV WAVE PROXY NAME]/
         PW PROXY RELATIONSHIP]
         
         The name or relationship of the proxy at the previous interview is not recorded.
          Unless you learn from the current wave proxy that s/he also did the previous
         interview, enter code 3 below./  Previous wave proxy was [PREV WAVE PROXY
         NAME][PW PROXY RELATIONSHIP]
         
         Is current wave proxy the same person or someone else?

         .................................................................................
           579           1.  SAME PERSON AS IN PRIOR WAVE
            56           2.  DIFFERENT/NEW PERSON
             4           3.  NOT KNOWN
         16578       Blank.  INAP (Inapplicable)


==========================================================================================


         ASSIGN:  A103_PrxyRTR := piBA_RVarsZ096_PrxyRTR_V.ORD:  IF HH.X024_ReIwHH_V = 
         YES 
          IF A009_SelfPrxy <> SLF 
          IF A009_SelfPrxy <> PXYSPISREPORTER 
          NOT(IF (piBA_RVarsZ096_PrxyRTR_V = EMPTY OR (piBA_RVarsZ096_PrxyRTR_V = 
         UNKNOWN)) OR (A010_CurrWavePrxy <> SAMEPERSONASINPRIORWAVE)) 
          IF piBA_RVarsZ096_PrxyRTR_V <> EMPTY AND (A010_CurrWavePrxy = 
         SAMEPERSONASINPRIORWAVE)SSIGN:  A103_PrxyRTR := SPOUSEPARTNER:  IF 
         HH.X024_ReIwHH_V = YES 
          IF A009_SelfPrxy <> SLF 
          NOT(IF A009_SelfPrxy <> PXYSPISREPORTER) 
          IF A009_SelfPrxy = PXYSPISREPORTER  ASK:  IF HH.X024_ReIwHH_V = YES 
          IF A009_SelfPrxy <> SLF 
          IF A009_SelfPrxy <> PXYSPISREPORTER 
          IF (piBA_RVarsZ096_PrxyRTR_V = EMPTY OR (piBA_RVarsZ096_PrxyRTR_V = UNKNOWN)) 
         OR (A010_CurrWavePrxy <> SAMEPERSONASINPRIORWAVE) 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA103               PROXY RELATIONSHIP TO R
         Section: A     Level: Respondent      Type: Numeric    Width: 2   Decimals: 0
         Ref: SecA.StartInterview.A103_PrxyRTR

         Designate the proxy reporter`s relationship to [FIRST NAME]

         .................................................................................
           674           2.  SPOUSE/PARTNER
            90           3.  SON
             3           4.  STEPSON OR SON OF PARTNER
             1           5.  SPOUSE/PARTNER OF DAUGHTER
           241           6.  DAUGHTER
             2           7.  STEPDAUGHTER OR DAUGHTER OF PARTNER
            12           8.  SPOUSE/PARTNER OF SON
            20           9.  GRANDCHILD OF R OR SP/P
             2          15.  BROTHER
            16          17.  SISTER
            50          19.  OTHER RELATIVE
            17          20.  OTHER INDIVIDUAL
             2          23.  PAID HELPER
             9          24.  PROFESSIONAL
             1          33.  SP/P OF GRANDCHILD
                        98.  DK (Don't Know); NA (Not Ascertained)
                        99.  RF (Refused)
         16077       Blank.  INAP (Inapplicable)


==========================================================================================


         ASSIGN:  A011_RateCogProb := A164_A011_RateCogProbTemp.ORD:  IF 
         HH.X024_ReIwHH_V = YES 
          IF A009_SelfPrxy <> SLF 
          IF A007TRAlive_A <> NO 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA011               PROXY IW COGNITIVE IMPAIRMENT RATING
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0
         Ref: SecA.StartInterview.A011_RateCogProb

         Do you have reason to think that [R's FIRST NAME] would have difficulty
         completing this interview because of cognitive limitations?

         .................................................................................
           522           1.  NO REASON TO THINK THE RESPONDENT HAS ANY COGNITIVE
                             LIMITATIONS
            90           2.  THE RESPONDENT MAY HAVE SOME COGNITIVE LIMITATIONS BUT COULD
                             PROBABLY DO THE INTERVIEW
           528           3.  THE RESPONDENT HAS COGNITIVE LIMITATIONS THAT PREVENT
                             HIM/HER FROM BEING INTERVIEWED
                         8.  DK (Don't Know); NA (Not Ascertained)
                         9.  RF (Refused)
         16077       Blank.  INAP (Inapplicable)


==========================================================================================


         ASK:  IF HH.X024_ReIwHH_V = YES 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA012               SELECT LANGUAGE
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0
         Ref: SecA.StartInterview.A012_LangSwitch

         
         
          Select English or Spanish

         .................................................................................
         16341           1.  ENGLISH
           876           2.  SPANISH


==========================================================================================


         ASSIGN:  A019_RAge := Ask_Birthdate.RAge:  IF HH.X024_ReIwHH_V = YES 
          IF NOT (piBA_RVarsZ145_TypeExit_V IN [NEWPOSTEXIT, FIRSTREPEATPOST, 
         SECREPEATPOST]) 
          NOT(IF (ACTIVELANGUAGE = EXTENG) OR (ACTIVELANGUAGE = EXTSPN))SSIGN:  
         A019_RAge := TRUNC (A207DaysLived / 365.25):  IF HH.X024_ReIwHH_V = YES 
          IF NOT (piBA_RVarsZ145_TypeExit_V IN [NEWPOSTEXIT, FIRSTREPEATPOST, 
         SECREPEATPOST])SSIGN:  SecA.ContinuInterview.A019_RAge := 
         piSecAContinuInterviewA019_RAge:  IF SecA.ContinuInterview.A019_RAge <> 
         piSecAContinuInterviewA019_RAge 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA019               R CURRENT AGE CALCULATION
         Section: A     Level: Respondent      Type: Numeric    Width: 3   Decimals: 0
         Ref: SecA.ContinuInterview.A019_RAge

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0         107         69.16         10.77       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:  A028_RInNHome := A167_A028_RInNHome.ORD:  IF A047_ = EMPTY AND 
         (HH.X024_ReIwHH_V = YES) 
          IF piBA_HHX024_ReIwHH_V = YES 
          IF A167_A028_RInNHome <> EMPTY 
          NOT(IF A167_A028_RInNHome.ORD = 2) 
           OR  NOT(IF A047_ = EMPTY AND (HH.X024_ReIwHH_V = YES)) 
          IF piBA_HHX024_ReIwHH_V = YES 
          IF A167_A028_RInNHome <> EMPTY 
          NOT(IF A167_A028_RInNHome.ORD = 2)SSIGN:  A028_RInNHome := YES:  IF A047_ = 
         EMPTY AND (HH.X024_ReIwHH_V = YES) 
          IF piBA_HHX024_ReIwHH_V = YES 
          IF A167_A028_RInNHome <> EMPTY 
          IF A167_A028_RInNHome.ORD = 2 
           OR  NOT(IF A047_ = EMPTY AND (HH.X024_ReIwHH_V = YES)) 
          IF piBA_HHX024_ReIwHH_V = YES 
          IF A167_A028_RInNHome <> EMPTY 
          IF A167_A028_RInNHome.ORD = 2SSIGN:  SecA.Relations.A028_RInNHome := 
         piSecARelationsA028_RInNHome:  IF SecA.Relations.A028_RInNHome <> 
         piSecARelationsA028_RInNHome 
           OR  IF SecA.Relations.A028_RInNHome <> PISecARelationsA028_RInNHome 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA028               R IN NURSING HOME
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0
         Ref: SecA.Relations.A028_RInNHome

         
         
           
          Is R living in a nursing home or other health care facility?
           
         [ (Are you living in a nursing home or other health care facility?)]
           
         
         DEF: (A nursing home or other health facility provides all of the following
         services for its residents: dispensing of medication, 24-hour nursing assistance
         and supervision, personal assistance, and room & meals.)

         .................................................................................
           460           1.  YES
         16757           5.  NO
                         8.  DK (Don't Know); NA (Not Ascertained)
                         9.  RF (Refused)
                     Blank.  Blank.  INAP (Inapplicable)


==========================================================================================


         ASK:  IF HH.X024_ReIwHH_V = YES 

          IF piRelations_A28_RInHome = YES 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA065               MONTH MOVED TO NH
         Section: A     Level: Respondent      Type: Numeric    Width: 2   Decimals: 0
         Ref: SecA.HousingLocation.NursingHome.A065_

         In what month and year did you move to the (nursing home health care facility)
         where you are now living?
         
         Month:
         
         Year:

         .................................................................................
            26           1.  JAN
            31           2.  FEB
            42           3.  MAR
            26           4.  APR
            34           5.  MAY
            35           6.  JUN
            32           7.  JUL
            28           8.  AUG
            34           9.  SEP
            44          10.  OCT
            28          11.  NOV
            26          12.  DEC
            73          98.  DK (Don't Know); NA (Not Ascertained)
             1          99.  RF (Refused)
         16757       Blank.  INAP (Inapplicable)


==========================================================================================


         ASK:  IF HH.X024_ReIwHH_V = YES 

          IF piRelations_A28_RInHome = YES 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA066               YEAR MOVED TO NURS HOME
         Section: A     Level: Respondent      Type: Numeric    Width: 4   Decimals: 0
         Ref: SecA.HousingLocation.NursingHome.A066_

         (In what month and year did you move to the (nursing home health care facility)
         where you are now living?)
         
         Month: [MONTH MOVED TO NH]
         
         Year:

         .................................................................................
           430               1991-2008.  Actual Value
            29                    9998.  DK (Don't Know); NA (Not Ascertained)
             1                    9999.  RF (Refused)
         16757                   Blank.  INAP (Inapplicable)


==========================================================================================


         ASSIGN:                    A068_STNHome :=  DONTKNOW:                    IF 
         HH.X024_ReIwHH_V = YES 
                   IF piRelations_A28_RInHome = YES 
                   IF A168_A068_STNHome.puState = 98.00000000000001SSIGN:          
         A068_STNHome :=  REFUSAL:                    IF HH.X024_ReIwHH_V = YES 
                   IF piRelations_A28_RInHome = YES 
                   NOT(IF A168_A068_STNHome.puState = 98.00000000000001) 
                   IF A168_A068_STNHome.puState = 99SSIGN:          A068_STNHome := 
         A168_A068_STNHome.puState:                    IF HH.X024_ReIwHH_V = YES 
                   IF piRelations_A28_RInHome = YES 
                   NOT(IF A168_A068_STNHome.puState = 98.00000000000001) 
                   NOT(IF A168_A068_STNHome.puState = 99) 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA068M              REGION FACILITY LOCATED - MASKED
         Section: A     Level: Respondent      Type: Numeric    Width: 2   Decimals: 0
         Ref: SecA.HousingLocation.NursingHome.A068_STNHome

         (In what city and state is the (nursing homhealth care facility) where you are
         living?)
           
         
         City: [FACILITY LOCATION CITST]
           
         
         State:
           
          Enter 'ot' for other country

         User Note: Code categories have been collapsed to protect participant
         confidentiality.

         .................................................................................
            22           1.  Northeast Region: New England Division (ME, NH, VT, MA, RI,
                             CT)
            53           2.  Northeast Region: Middle Atlantic Division (NY, NJ, PA)
            84           3.  Midwest Region: East North Central Division (OH, IN, IL, MI,
                             WI)
            46           4.  Midwest Region: West North Central Division (MN, IA, MO, ND,
                             SD, NE, KS)
           101           5.  South Region: South Atlantic Division (DE, MD, DC, VA, WV,
                             NC, SC, GA, FL)
            22           6.  South Region: East South Central Division (KY, TN, AL, MS)
            55           7.  South Region: West South Central Division (AR, LA, OK, TX)
            25           8.  West Region: Mountain Division (MT, ID, WY, CO, NM, AZ, UT,
                             NV)
            49           9.  West Region: Pacific Division (WA, OR, CA, AK, HI)
                        10.  U.S., NA state
             3          11.  Foreign Country: Not in a Census Division (includes U.S.
                             territories)
                        96.  Same State (see questionnaire)
                        98.  DK (Don't Know); NA (Not Ascertained)
                        99.  RF (Refused)
         16757       Blank.  No Data From Prior Wave Interview/New Respondent in 2006


==========================================================================================


         ASSIGN:                    A099_NumResKid := 0:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTYSSIGN:          A099_NumResKid := 
         A099_NumResKid + 1:                    IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 
                   IF ((Children[iN5].X061ARelateR IN [SON, STEPSON, DAUGHTER, 
         STEPDAUGHTER]) AND          Children[iN5].X054APNdx <> EMPTY) AND 
         ((Children[iN5].X074AChanged <> DELETED)          AND 
         (Children[iN5].X074AChanged <> DUPED)) 
                   IF Children[iN5].X056AresStat IN [RESIDENT, AWAY_INST, AWAY_OTHER] 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA099               NUMBER OF RESIDENT CHILDREN
         Section: A     Level: Respondent      Type: Numeric    Width: 2   Decimals: 0
         Ref: Init.A099_NumResKid

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0           7          0.29          0.63       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:                    A100_NumNRKids := 0:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTYSSIGN:          A100_NumNRKids := 
         A100_NumNRKids + 1:                    IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 
                   IF ((Children[iN5].X061ARelateR IN [SON, STEPSON, DAUGHTER, 
         STEPDAUGHTER]) AND          Children[iN5].X054APNdx <> EMPTY) AND 
         ((Children[iN5].X074AChanged <> DELETED)          AND 
         (Children[iN5].X074AChanged <> DUPED)) 
                   NOT(IF Children[iN5].X056AresStat IN [RESIDENT, AWAY_INST, 
         AWAY_OTHER]) 
                   IF Children[iN5].X056AresStat IN [NONRESIDENT] 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA100               COUNT OF NONRESIDENT KIDS
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A100_NumNRKids

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0          19          2.92          2.13       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:                    A101_TotalKids := 0:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTYSSIGN:          A101_TotalKids := 
         A101_TotalKids + 1:                    IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 
                   IF ((Children[iN5].X061ARelateR IN [SON, STEPSON, DAUGHTER, 
         STEPDAUGHTER]) AND          Children[iN5].X054APNdx <> EMPTY) AND 
         ((Children[iN5].X074AChanged <> DELETED)          AND 
         (Children[iN5].X074AChanged <> DUPED)) 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA101               COUNT OF KIDS - NOT THEIR SPOUSES
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A101_TotalKids

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0          20          3.33          2.23       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:                    A106_NumContactKids := A106_NumContactKids + 1:      
                       IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
                   IF (((((Children[iN6].X061ARelateR IN [SON, STEPSON, DAUGHTER, 
         STEPDAUGHTER])          AND (Children[iN6].X074AChanged <> DELETED)) AND 
         (Children[iN6].X074AChanged <>          DUPED)) AND (Children[iN6].X056AresStat 
         <> DIED)) AND          (Children[iN6].X056AresStat <> HAVENOCONTACT)) AND 
         Children[iN6].X054APNdx <>          EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA106               COUNT OF CONTACT KIDS
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A106_NumContactKids

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          15982        1          19          3.46          2.03    1235
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:                    A113_Child_ChildIL_Grand := 0:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTYSSIGN:          
         A113_Child_ChildIL_Grand := A113_Child_ChildIL_Grand + 1:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
                   IF (((Children[iN12].X061ARelateR IN [SON, STEPSON, DAUGHTER, 
         STEPDAUGHTER,          SPPOFDAUGHTER, SPPOFSON]) AND 
         (Children[iN12].X074AChanged <> DELETED)) AND          
         (Children[iN12].X074AChanged <> DUPED)) AND Children[iN12].X054APNdx <> EMPTY 
                             OR                    IF (A120_UPDATER > 0) OR A503_REFRESH 
         <> EMPTY 
                   IF (((HHMembers[iN13].X061ARelateR IN [GRCHILD, GRCHILD_IN_LAW]) AND  
                 (HHMembers[iN13].X074AChanged <> DELETED)) AND 
         (HHMembers[iN13].X074AChanged <>          DUPED)) AND HHMembers[iN13].X054APNdx 
         <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA113               COUNT OF CHILD CHILDLAW AND GRANDCHILD
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A113_Child_ChildIL_Grand

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0          36          5.63          3.86       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:                    A116_TotalParents := 0:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTYSSIGN:          A116_TotalParents := 
         A116_TotalParents + 1:                    IF (A120_UPDATER > 0) OR A503_REFRESH 
         <> EMPTY 
                   IF iN15 <= 10 
                   IF Parents[iN15].X054APNdx <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA116               COUNT OF PARENTS
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A116_TotalParents

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0           4          0.03          0.18       0
         -----------------------------------------------------------------


==========================================================================================


         ASSIGN:                    A117_TotalHHMembers := 0:                    IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTYSSIGN:          A117_TotalHHMembers 
         := A117_TotalHHMembers + 1:                    IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 
                   IF iN15 <= 10 
                   IF HHMembers[iN15].X054APNdx <> EMPTY 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
LA117               COUNT OF HOUSEHOLD MEMBERS
         Section: A     Level: Respondent      Type: Numeric    Width: 10  Decimals: 0
         Ref: Init.A117_TotalHHMembers

         .................................................................................

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17217        0          10          0.27          0.83       0
         -----------------------------------------------------------------


==========================================================================================


LVDATE              2008 DATA MODEL VERSION
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         User Note:  This variable identifies which data model was used to interview the
         household.  Please reference the data description for a summary of changes in
         each data model.

         .................................................................................
          2432           1.  Version 1
          3407           2.  Version 2
          3102           3.  Version 3
          8276           4.  Version 4


==========================================================================================


LVERSION            2008 DATA RELEASE VERSION
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         17217           2.  HRS 2008 Final Release