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

Section A: COVERSCREEN  (Respondent)

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


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

         .................................................................................
         18469           000003-502761.  Household Identification Number


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


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

         .................................................................................
          9988         010.  Person Identifier
           532         011.  Person Identifier
            22         012.  Person Identifier
             1         013.  Person Identifier
          5869         020.  Person Identifier
           141         021.  Person Identifier
             7         022.  Person Identifier
           733         030.  Person Identifier
            41         031.  Person Identifier
             3         032.  Person Identifier
          1077         040.  Person Identifier
            53         041.  Person Identifier
             2         042.  Person Identifier


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


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

         .................................................................................
         17394           0.  Original sample household - no split from divorce or
                             separation of spouses or partners
           557           1.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
           405           2.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
            37           5.  Split household - one half of couple from SUBHH 1 or 2
             6           6.  Split household - one half of couple from SUBHH 1 or 2
            69           7.  Reunited household - respondents from split household
                             reunite
             1           8.  Split household - one half of couple from SUBHH 1 or 2


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


JSUBHH         2004 SUB HOUSEHOLD IDENTIFICATION NUMBER
         Section: A     Level: Respondent      Type: Character  Width: 1   Decimals: 0

         .................................................................................
         17557           0.  Original sample household - no split from divorce or
                             separation of spouses or partners
           465           1.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
           355           2.  Split household - one half of couple from SUBHH 0 and new
                             spouse or partner, if any
            29           5.  Split household - one half of couple from SUBHH 1 or 2
             3           6.  Split household - one half of couple from SUBHH 1 or 2
            60           7.  Reunited household - respondents from split household
                             reunite


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


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

         .................................................................................
          5195         010.  Person Identifier
           460         011.  Person Identifier
            16         012.  Person Identifier
             1         013.  Person Identifier
          4670         020.  Person Identifier
           120         021.  Person Identifier
             5         022.  Person Identifier
           583         030.  Person Identifier
            36         031.  Person Identifier
             3         032.  Person Identifier
           879         040.  Person Identifier
            47         041.  Person Identifier
             2         042.  Person Identifier
            21         811.  Spouse of Non-Original Respondent
             2         812.  Spouse of Non-Original Respondent
             5         821.  Spouse of Non-Original Respondent
             2         831.  Spouse of Non-Original Respondent
             2         841.  Spouse of Non-Original Respondent
          6420       Blank.  INAP (Inapplicable); Partial Interview; Single R Household


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


KCSR           2006 WHETHER COVERSHEET RESPONDENT
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         12605           1.  Yes
          5864           5.  No


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


KFAMR          2006 WHETHER FAMILY RESPONDENT
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         12513           1.  Family R
          5956           5.  Non-Family R


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


KFINR          2006 WHETHER FINANCIAL RESPONDENT
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         12558           1.  Financial R
          5911           5.  Non-Financial R


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


         *Assign A500_CurDate := SYSDATE:

IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 
         
 

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

         .................................................................................
           343           1.  JAN
            80           2.  FEB
          2180           3.  MAR
          2949           4.  APR
          2790           5.  MAY
          2694           6.  JUN
          2188           7.  JUL
          1650           8.  AUG
          1301           9.  SEP
          1171          10.  OCT
           711          11.  NOV
           412          12.  DEC


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


         *Assign A501_CurDateYear := A500_CurDate.YEAR:

IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 
         
 

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

         .................................................................................
         18046        2006.  Actual Value
           423        2007.  Actual Value


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


         *Assign A061TLCY_A := YEAR (SYSDATE) - 1:

IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 
         
 

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

         .................................................................................
         18469               2005-2006.  Actual Value


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


         *Assign A062T2YrsAgo_A := YEAR (SYSDATE) - 2:

IF (A120_UPDATER > 0) OR 
         A503_REFRESH <> EMPTY 
         
 

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

         .................................................................................
         18469               2004-2005.  Actual Value


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


         *Assign A063_ElapseMo := ((YEAR (SYSDATE) - A062T2YrsAgo_A) * 12) + MONTH 
         (SYSDATE):

IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA063          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
          18469       25          36         30.15          2.50       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 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA064          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
          17690        0          14          6.30          2.46     779
         -----------------------------------------------------------------


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


         ASK:

IF HH.X024_ReIwHH_V = YES 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA002          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

         .................................................................................
         18469           1.  YES


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


         *Assign A009_SelfPrxy := A155_SelfPrxy.ORD:

IF HH.X024_ReIwHH_V = YES 
         
IF A009_SelfPrxy = EMPTY 
         
*NOT(ELSE)*(IF A155_SelfPrxy = PXYSPISREPORTERNOTSAME) 
         
IF A155_SelfPrxy <> EMPTY 
         


*Assign A009_SelfPrxy := PXYSPISREPORTER:

IF HH.X024_ReIwHH_V = YES 
         
IF A009_SelfPrxy = EMPTY 
         
IF A155_SelfPrxy = PXYSPISREPORTERNOTSAME 
         


*Assign SecA.StartInterview.A009_SelfPrxy := 
         piSecAStartInterviewA009_SelfPrxy:

IF SecA.StartInterview.A009_SelfPrxy <> 
         piSecAStartInterviewA009_SelfPrxy 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA009          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 but does not live with R, e.g., R or
         spouse/partner lives in a nursing home

         .................................................................................
         17209           1.  SELF
           756           2.  PROXY, SPOUSE IS REPORTER
           504           3.  PROXY, NON-SPOUSE IS REPORTER
                         4.  PROXY, SPOUSE IS REPORTER - NOT LIVING WITH
                         8.  DK (Don't Know); NA (Not Ascertained)
                         9.  RF (Refused)


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


         ASK:

IF HH.X024_ReIwHH_V = YES 

         
IF A009_SelfPrxy <> SLF 

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

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA010          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: [Self/Spousepartner/Son/Stepson/Spouse/partner of
         son/Daughter/Stepdaughter/Spouse/partner of daughter/Grandchild/Grandchild IN
         LAW/Father/Father of spouse/partner/Mother/Mother of spouse/par
         
          Is current wave proxy the same person or someone else?

         .................................................................................
           734           1.  SAME PERSON AS IN PRIOR WAVE
            58           2.  DIFFERENT/NEW PERSON
            13           3.  NOT KNOWN IF SAME OR DIFFERENT AS IN PRIOR WAVE
         17664       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(ELSE)*(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) 
         


*Assign A103_PrxyRTR := SPOUSEPARTNER:

IF HH.X024_ReIwHH_V = YES 
         
IF A009_SelfPrxy <> SLF 
         
*NOT(ELSE)*(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) 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA103          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]

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


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


         *Assign A011_RateCogProb := A164_A011_RateCogProbTemp.ORD:

IF 
         HH.X024_ReIwHH_V = YES 
         
IF A009_SelfPrxy <> SLF 
         
IF A007TRAlive_A <> NO 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA011          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  [FIRST NAME]  would have difficulty completing
         this interview because of cognitive limitations?

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


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


         ASK:

IF HH.X024_ReIwHH_V = YES 

         
 


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

         
         
            Select English or Spanish

         .................................................................................
         17575           1.  ENGLISH
           894           2.  SPANISH


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


         *Assign A019_RAge := Ask_Birthdate.RAge:

IF HH.X024_ReIwHH_V = YES 
         
IF NOT (piBA_RVarsZ145_TypeExit_V IN [NEWPOSTEXIT, FIRSTREPEATPOST, 
         SECREPEATPOST]) 
         


*Assign SecA.ContinuInterview.A019_RAge := 
         piSecAContinuInterviewA019_RAge:

IF SecA.ContinuInterview.A019_RAge <> 
         piSecAContinuInterviewA019_RAge 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA019          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
          18469       25         104         67.97         11.12       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(ELSE)*(IF A167_A028_RInNHome.ORD = 2) 
         


OR

*NOT(ELSE)*(IF A047_ = EMPTY AND (HH.X024_ReIwHH_V = YES)) 
         
IF piBA_HHX024_ReIwHH_V = YES 
         
IF A167_A028_RInNHome <> EMPTY 
         
*NOT(ELSE)*(IF A167_A028_RInNHome.ORD = 2) 
         


*Assign 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(ELSE)*(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 
         


*Assign SecA.Relations.A028_RInNHome := 
         piSecARelationsA028_RInNHome:

IF SecA.Relations.A028_RInNHome <> 
         piSecARelationsA028_RInNHome 
         


OR

IF SecA.Relations.A028_RInNHome <> PISecARelationsA028_RInNHome 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA028          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.)

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


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


         ASK:

IF HH.X024_ReIwHH_V = YES 

         
IF piRelations_A28_RInHome = YES 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA065          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:

         .................................................................................
            25           1.  JAN
            37           2.  FEB
            31           3.  MAR
            36           4.  APR
            41           5.  MAY
            34           6.  JUN
            37           7.  JUL
            25           8.  AUG
            29           9.  SEP
            31          10.  OCT
            31          11.  NOV
            30          12.  DEC
            59          98.  DK (Don't Know); NA (Not Ascertained)
                        99.  RF (Refused)
         18023       Blank.  INAP (Inapplicable)


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


         ASK:

IF HH.X024_ReIwHH_V = YES 

         
IF piRelations_A28_RInHome = YES 

         
 


         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA066          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:

         .................................................................................
           428               1913-2007.  Actual Value
            18                    9998.  DK (Don't Know); NA (Not Ascertained)
                                  9999.  RF (Refused)
         18023                   Blank.  INAP (Inapplicable)


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


         *Assign A068_STNHome :=  DONTKNOW:

IF HH.X024_ReIwHH_V = YES 
         
IF piRelations_A28_RInHome = YES 
         
IF A168_A068_STNHome.puState = 98 
         


*Assign A068_STNHome :=  REFUSAL:

IF HH.X024_ReIwHH_V = YES 
         
IF piRelations_A28_RInHome = YES 
         
*NOT(ELSE)*(IF A168_A068_STNHome.puState = 98) 
         
IF A168_A068_STNHome.puState = 99 
         


*Assign A068_STNHome := A168_A068_STNHome.puState:

IF HH.X024_ReIwHH_V 
         = YES 
         
IF piRelations_A28_RInHome = YES 
         
*NOT(ELSE)*(IF A168_A068_STNHome.puState = 98) 
         
*NOT(ELSE)*(IF A168_A068_STNHome.puState = 99) 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA068M         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 home/health care facility) where you
         are living?)
           
         
         City: [FACILITY LOCATION CITY/ST]
           
         
          State:            
            Enter 'OT' for other country

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

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


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


         *Assign A099_NumResKid := 0:

IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
         


*Assign 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] 
         
 

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

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

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          18469        0           7          0.32          0.67       0
         -----------------------------------------------------------------


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


         *Assign A100_NumNRKids := 0:

IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
         


*Assign 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(ELSE)*(IF Children[iN5].X056AresStat IN [RESIDENT, AWAY_INST, 
         AWAY_OTHER]) 
         
IF Children[iN5].X056AresStat IN [NONRESIDENT] 
         
 

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

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

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          18469        0          19          2.85          2.13       0
         -----------------------------------------------------------------


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


         *Assign A101_TotalKids := 0:

IF (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
         


*Assign 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)) 
         
 

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA101          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
          18469        0          20          3.27          2.21       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 
         
 

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

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

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          17095        1          19          3.43          2.01    1374
         -----------------------------------------------------------------


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


         *Assign A113_Child_ChildIL_Grand := 0:

IF (A120_UPDATER > 0) OR A503_REFRESH 
         <> EMPTY 
         


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

         - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
KA113          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
          18469        0          36          5.50          3.83       0
         -----------------------------------------------------------------


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


         *Assign A116_TotalParents := 0:

IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 
         


*Assign A116_TotalParents := A116_TotalParents + 1:

IF (A120_UPDATER > 
         0) OR A503_REFRESH <> EMPTY 
         
IF iN15 <= 10 
         
IF Parents[iN15].X054APNdx <> EMPTY 
         
 

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

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

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


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


         *Assign A117_TotalHHMembers := 0:

IF (A120_UPDATER > 0) OR A503_REFRESH <> 
         EMPTY 
         


*Assign A117_TotalHHMembers := A117_TotalHHMembers + 1:

IF 
         (A120_UPDATER > 0) OR A503_REFRESH <> EMPTY 
         
IF iN15 <= 10 
         
IF HHMembers[iN15].X054APNdx <> EMPTY 
         
 

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

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

         -----------------------------------------------------------------
              N      Min         Max          Mean            SD    Miss
          18469        0          10          0.26          0.78       0
         -----------------------------------------------------------------


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


KVDATE         2006 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.

         .................................................................................
          2839           1.  Version 1
          2407           2.  Version 2
          3323           3.  Version 3
          9392           4.  Version 4
           508           5.  Version 5


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


KVERSION       2006 DATA RELEASE VERSION
         Section: A     Level: Respondent      Type: Numeric    Width: 1   Decimals: 0

         .................................................................................
         18469           3.  HRS 2006 Final Release