*options obs=100 ; options nocenter ; /*------------------------------------------------ by Jean Roth Mon Jul 2 15:42:53 EDT 2007 This program reads the 1998 National Health Interview Survey 1998 prevadlt Data File Report errors to jroth@nber.org This program is distributed under the GNU GPL. See end of this file and http://www.gnu.org/licenses/ for details. ----------------------------------------------- */ * The following line should contain the directory where the SAS file is to be stored ; libname library "./"; * The following line should contain the complete path and name of the raw data file. On a PC, use backslashes in paths as in C:\ ; FILENAME datafile pipe "unzip -p /homes/data/nhis/ftp.cdc.gov/pub/Health_Statistics/NCHS/Datasets/NHIS/1998/prevadlt.exe "; * The following line should contain the name of the SAS dataset ; %let dataset = nhis1998_prevadlt ; DATA library.&dataset ; INFILE datafile LRECL = 20000 ; attrib rectype length=3 label="Record Type"; attrib srvy_yr length=4 label="Survey Year"; attrib hhx length=$6 label="Household Serial Number"; attrib fmx length=$2 label="Family Serial Number"; attrib px length=$2 label=""; attrib intv_qrt length=3 label="Interview Quarter"; attrib sex length=3 label="Sex"; attrib age_p length=3 label="Age"; attrib origin length=3 label="Hispanic Ethnicity"; attrib hispan_p length=3 label="Hispanic subgroup detail"; attrib mrace_p length=3 label="Race coded to a single race group"; attrib racerec length=3 label="Race Recode"; attrib race length=3 label="OMB groups w/multiple race"; attrib hispcode length=3 label="Combined race/ethnicity recode"; attrib educ length=3 label="Highest level of school completed"; attrib ab_bl20k length=3 label=""; attrib rat_cat length=3 label="Ratio of fam inc to poverty threshold"; attrib r_maritl length=3 label="Marital status"; attrib fm_size length=3 label="Number of persons in family"; attrib region length=3 label="Region"; attrib msasizep length=3 label="Geographic Distribution - MSA size"; attrib wtia_ap length=4 label="Weight - Interim Annual"; attrib wtfa_ap length=4 label="Weight - Final Annual"; attrib stratum length=3 label="Stratum for variance estimation"; attrib psu length=3 label="PSU for variance estimation"; attrib dummy_ap length=3 label="Dummy Record Flag for Prevention Adult"; attrib smkev length=3 label="Ever smoked 100 cigarettes"; attrib smkreg length=3 label="Age first smoked fairly regularly"; attrib smknow length=3 label="Smoke freq: everyday/somedays/not at all"; attrib smkqtno length=3 label="Time since quit smoking: # of units"; attrib smkqttp length=3 label="Time since quit smoking: Time unit"; attrib smkqty length=3 label="Time since quit smoking (in years)"; attrib smkqtd length=3 label="Quit smoking since {month, 1 year ago}"; attrib cigsda1 length=3 label="Number cigs per day (daily smokers)"; attrib cigdamo length=3 label="Number days smoked in past 30 days"; attrib cigsda2 length=3 label="Number cigs per day (some day smokers)"; attrib cigsday length=3 label="Number cigs a day (all smokers)"; attrib smkstat1 length=3 label="Smoking Status: Recode 1"; attrib smkstat2 length=3 label="Smoking Status: Recode 2"; attrib smkstat3 length=3 label="Smoking Status: Recode 3"; attrib cigqtyr length=3 label="Tried quit smoking 1+ days, past 12 m"; attrib sbeltf length=3 label="Time seat belted in front seat of car"; attrib sbeltb length=3 label="Time seat belted in back seat of car"; attrib hometyp length=3 label="Type of home"; attrib floor length=3 label="What floor is your apt./condo on"; attrib smokd1 length=3 label="Working smoke detector on each floor"; attrib home50 length=3 label="Home built before 1950"; attrib leadpnt length=3 label="Has the paint been tested for lead"; attrib hearad length=3 label="Ever heard of radon"; attrib radtest length=3 label="Household air tested for radon"; attrib radguide length=3 label="Radon level above/below EPA guidelines"; attrib radlev length=4 label="What was the radon level"; attrib radred length=3 label="Doing anything to lower radon level"; attrib smany length=3 label="Does anyone smoke inside the home"; attrib smdays length=3 label="How many days is there smoking"; attrib pipeev length=3 label="Ever smoked a pipe"; attrib pipe50 length=3 label="Smoked a pipe at least 50 times"; attrib pipenow length=3 label="Smoke pipe: Everyday/Somedays/Not at all"; attrib cigarev length=3 label="Ever smoked cigars"; attrib cigar50 length=3 label="Smoked at least 50 cigars"; attrib cigarnow length=3 label="Smke cigar: Everyday/Somedays/Not at all"; attrib snuff20 length=3 label="Ever used snuff at least 20 times"; attrib snuffnow length=3 label="Snuff use: Everyday/Some days/Not at all"; attrib chew20 length=3 label="Ever used chew tobacco at least 20 times"; attrib chewnow length=3 label="Chew use: Everyday/Some days/Not at all"; attrib lwgt length=3 label="Are you doing anything about your weight"; attrib cwgtnot length=3 label="Don't do anything"; attrib cwgtlos length=3 label="Joined a weight loss program"; attrib cwgtcal length=3 label="Eating fewer calories"; attrib cwgtsup length=3 label="Eating spec prod (e.g. food supplmts)"; attrib cwgtexe length=3 label="Exercising more"; attrib cwgtfat length=3 label="Eating less fat"; attrib cwgtski length=3 label="Skipping meals"; attrib cwgtpil length=3 label="Taking diet pills"; attrib cwgtlax length=3 label="Taking laxatives"; attrib cwgtwat length=3 label="Taking water pills or diuretics"; attrib cwgtvom length=3 label="Vomiting"; attrib cwgtfas length=3 label="Fasting for 24 hrs or longer"; attrib cwgtoth length=3 label="Something else"; attrib slow length=3 label="How often buy low salt/low sodium"; attrib sadd length=3 label="How often add salt to food?"; attrib ninf length=3 label="How often read nutrition info on label?"; attrib ring length=3 label="How often read ingred on package?"; attrib dmls length=3 label="Are - - meals delivered to you?"; attrib nmls length=3 label="Need meals delivered to the home?"; attrib tcls length=3 label="Taken class on health topics"; attrib cgvn length=3 label="Where was the class given?"; attrib epat length=3 label="Taken exercise class/program"; attrib egvn length=3 label="Where was the class given?"; attrib wrkarea length=3 label="Type of work area"; attrib smpolicy length=3 label="Is there a smoking restriction"; attrib copolicy length=3 label="Smoking policy for indoor areas"; attrib wkpolicy length=3 label="Smoking policy for work areas"; attrib smqprog length=3 label="Quit smoking program available"; attrib smqpyou length=3 label="Participated in quit smoking program"; attrib efa_noef length=3 label="No facilities available"; attrib efa_gym length=3 label="Gymnasium/exercise room available"; attrib efa_wgt length=3 label="Weight lifting equipment available"; attrib efa_eqp length=3 label="Exercise equipment available"; attrib efa_wpth length=3 label="Walking/jogging path available"; attrib efa_trai length=3 label="Parcours/fitness trails available"; attrib efa_bpth length=3 label="Bike path available"; attrib efa_rack length=3 label="Bike racks available"; attrib efa_pool length=3 label="Swimming pool available"; attrib efa_shwr length=3 label="Showers available"; attrib efa_lock length=3 label="Lockers available"; attrib efa_oth length=3 label="Other exercise facilities available"; attrib efu_noef length=3 label="No facilities used"; attrib efu_gym length=3 label="Used gymnasium/exercise room"; attrib efu_wgt length=3 label="Used weight lifting equipment"; attrib efu_eqp length=3 label="Used exercise equipment"; attrib efu_wpth length=3 label="Used walking/jogging path"; attrib efu_trai length=3 label="Used parcours/fitness trails"; attrib efu_bpth length=3 label="Used bike path"; attrib efu_rack length=3 label="Used bike racks"; attrib efu_pool length=3 label="Used swimming pool"; attrib efu_shwr length=3 label="Used showers"; attrib efu_lock length=3 label="Used lockers"; attrib efu_oth length=3 label="Used other exercise facilities"; attrib epa_noep length=3 label="No programs available"; attrib epa_walk length=3 label="Walking group available"; attrib epa_jog length=3 label="Jogging/running group available"; attrib epa_bike length=3 label="Biking/cycling group available"; attrib epa_aero length=3 label="Aerobics class available"; attrib epa_swim length=3 label="Swimming class available"; attrib epa_nona length=3 label="Non-aerobic exercise class available"; attrib epa_lift length=3 label="Weight lifting class available"; attrib epa_full length=3 label="Fully paid health club membership"; attrib epa_part length=3 label="Partially paid health club membership"; attrib epa_comp length=3 label="Physical/exercise competition available"; attrib epa_oth length=3 label="Other exercise programs available"; attrib epu_noep length=3 label="No programs used"; attrib epu_walk length=3 label="Used walking group"; attrib epu_jog length=3 label="Used jogging/running group"; attrib epu_bike length=3 label="Used biking/cycling group"; attrib epu_aero length=3 label="Used aerobics class"; attrib epu_swim length=3 label="Used swimming class"; attrib epu_nona length=3 label="Used non-aerobic exercise class"; attrib epu_lift length=3 label="Used weight lifting class"; attrib epu_full length=3 label="Used fully paid health club membership"; attrib epu_part length=3 label="Used partial paid health club membership"; attrib epu_comp length=3 label="Used physical/exercise competition"; attrib epu_oth length=3 label="Used other exercise programs"; attrib scra_bpa length=3 label="BP screenings available at work"; attrib scra_cha length=3 label="Cholesterol screenings available at work"; attrib scra_caa length=3 label="Cancer screenings available at work"; attrib scru_bpu length=3 label="Received BP screening at work"; attrib scru_chu length=3 label="Received cholesterol screening at work"; attrib scru_cau length=3 label="Received cancer screening at work"; attrib hpa_nomp length=3 label="No available materials or programs"; attrib hpa_wgt length=3 label="Weight control information available"; attrib hpa_nut length=3 label="Nutrition information available"; attrib hpa_preg length=3 label="Prenatal ed information available"; attrib hpa_stre length=3 label="Stress management information available"; attrib hpa_alc length=3 label="Alcohol/drug information available"; attrib hpa_std length=3 label="STD information available"; attrib hpa_job length=3 label="Injury prevention information available"; attrib hpa_back length=3 label="Back care information available"; attrib hpa_acc length=3 label="Off job accident information available"; attrib hpa_oth length=3 label="Other information available"; attrib hpu_nomp length=3 label="Did not participate in any programs"; attrib hpu_wgt length=3 label="Participated in weight control program"; attrib hpu_nut length=3 label="Participated in nutrition program"; attrib hpu_preg length=3 label="Participated in prenatal ed program"; attrib hpu_stre length=3 label="Participated - stress management program"; attrib hpu_alc length=3 label="Participated in alcohol/drug program"; attrib hpu_std length=3 label="Participated in STD program"; attrib hpu_job length=3 label="Participated - injury prevention program"; attrib hpu_back length=3 label="Participated in back care program"; attrib hpu_acc length=3 label="Participated in off job accident program"; attrib hpu_oth length=3 label="Participated in other programs"; attrib hyppreg length=3 label="Was your HBP only during pregnancy"; attrib hloswgt length=3 label="Ever advised to change diet to lower HBP"; attrib wgtadev length=3 label="Ever follow advice to change diet (HBP)"; attrib wgtadnow length=3 label="Now following advice to change diet"; attrib lowslt length=3 label="Ever told to reduce salt due to your HBP"; attrib lowsltev length=3 label="Ever follow advice to reduce salt (HBP)"; attrib lowsltnw length=3 label="Now following advice to reduce salt"; attrib exerc length=3 label="Ever told to exercise due to HBP"; attrib exercev length=3 label="Ever follow advice to exercise (HBP)"; attrib exercnw length=3 label="Now following advice to exercise (HBP)"; attrib hbpalc length=3 label="Ever told to reduce alcohol due to HBP"; attrib hbpalcev length=3 label="Ever follow advice to reduce alcohol use"; attrib hbpalcnw length=3 label="Now following advice to reduce alcohol"; attrib hypmedev length=3 label="Ever prescribed medicine for HBP"; attrib hypmed length=3 label="NOW taking medicine prescribed for HBP"; attrib hymdmed length=3 label="Advised to stop taking medicine for HBP"; attrib hbpchkn length=3 label="Dur since last BP check: # of units"; attrib hbpchkt length=3 label="Dur since last BP check: Time unit"; attrib hbpchky length=3 label="Dur since last BP check (in years)"; attrib hbphigh length=3 label="Was your BP high/low/normal"; attrib chlchk length=3 label="Last time cholesterol level was checked"; attrib chlhigh length=3 label="Ever told cholesterol level was high"; attrib chlwgtev length=3 label="Ever told to change diet to lower chol"; attrib chlwgtnw length=3 label="Ever follow advice to change diet (chol)"; attrib chlmedev length=3 label="Ever given medicine to lower cholesterol"; attrib chlmednw length=3 label="Now taking medication to lower chol"; attrib limbth length=3 label="How difficult is it to bathe/shower"; attrib limdrs length=3 label="How difficult is it to dress"; attrib limeat length=3 label="How difficult is it to eat"; attrib limbed length=3 label="How difficult to get in/out of bed/chair"; attrib limtlt length=3 label="How difficult to use/get to the toilet"; attrib diabcrs length=3 label="Ever taken course in diabetes management"; attrib diabev length=3 label="Ever had pupils dilated in an eye exam"; attrib diabeye length=3 label="Last time you had this exam"; attrib asmlim length=3 label="Limited due to asthma"; attrib asmcrs length=3 label="Ever taken course in asthma management"; attrib genpe length=3 label="Last time--had a physical exam"; attrib qpe_eat length=3 label="Asked about your diet/eating habits"; attrib qpe_phy length=3 label="Asked about your amount of exercise"; attrib qpe_smk length=3 label="Asked about your tobacco usage"; attrib qpe_drk length=3 label="Asked about your alcohol consumption"; attrib qpe_drg length=3 label="Asked about your drug usage"; attrib qpe_std length=3 label="Asked about STDs"; attrib qpe_bc length=3 label="Asked about birth control"; attrib tetshot length=3 label="Had a tetanus shot in the past 10 years"; attrib mnpchg length=3 label="Having symptoms of menopause"; attrib mnp_est length=3 label="Ever discussed taking estrogen"; attrib mnp_bnl length=3 label="Discuss estrogen prevents bone loss"; attrib sca length=3 label="Skin ever checked for cancer"; attrib ske length=3 label="When was your last skin exam"; attrib out_clo length=3 label="Wear protective clothing/hat"; attrib out_sha length=3 label="Staying in the shade"; attrib out_lot length=3 label="Use of sunscreen or sun block lotion"; attrib pap length=3 label="Ever had a pap smear"; attrib rpa length=3 label="When was your last pap smear"; attrib hys length=3 label="Ever had a hysterectomy"; attrib mam length=3 label="Ever had a mammogram"; attrib rma length=3 label="When was your last mammogram"; attrib bex length=3 label="Ever had a breast physical exam"; attrib rbr length=3 label="When was your last breast physical exam"; attrib pro length=3 label="Ever had a proctoscopic exam"; attrib rpr length=3 label="When was your last proctoscopic exam"; attrib psn length=3 label="Reason for proctoscopic exam"; attrib dig length=3 label="Ever had a digital rectal exam"; attrib rdi length=3 label="When was your last digital rectal exam"; attrib blo length=3 label="Ever had a blood stool test"; attrib rbl length=3 label="When was your last blood stool test"; attrib sam length=3 label="Who took the blood stool sample"; attrib rbs length=3 label="Reason for blood stool test"; attrib orc length=3 label="Ever had an oral cancer test"; attrib ror length=3 label="When was your last oral cancer exam"; attrib orw length=3 label="Used mouthwash/rinse past 2 wks"; attrib orwb_r1 length=3 label="Type of mouthwash/rinse past 2 wks"; attrib orwfl length=3 label="Respondent report mouthwash w/fluoride"; attrib hpstat length=3 label="Disability (observed)"; attrib hpact length=3 label="Any exercise/sports in past 2 weeks"; attrib walk length=3 label="Walking for exercise, past 2 wks"; attrib walk_t length=3 label="# times walked for exercise, past 2 wks"; attrib walk_m length=3 label="Duration each time (minutes): walking"; attrib walk_h length=3 label="Heart rate/breathing changes w/walk"; attrib yard length=3 label="Gardening or yard work, past 2 wks"; attrib yard_t length=3 label="# of times gardened, past 2 wks"; attrib yard_m length=3 label="Duration each time (min.): gardened"; attrib yard_h length=3 label="Heart rate/breathing changes w/gardening"; attrib stretch length=3 label="Stretching exercises, past 2 wks"; attrib strt_t length=3 label="# of times did stretching, past 2 wks"; attrib strt_m length=3 label="Duration each time (min.): stretched"; attrib wtlift length=3 label="Weight lifting, past 2 wks"; attrib lift_t length=3 label="# of times weight lifted, past 2 wks"; attrib lift_m length=3 label="Duration each time (min.): weight lifted"; attrib lift_h length=3 label="Hrt rate/breathing changes w/ wt lifting"; attrib run length=3 label="Jogging/Running, past 2 wks"; attrib run_t length=3 label="# of times jogged/ran, past 2 wks"; attrib run_m length=3 label="Duration each time (min.): jogged/ran"; attrib run_h length=3 label="Heart rate/breathing changes w/ running"; attrib aerobics length=3 label="Aerobics, past 2 wks"; attrib aero_t length=3 label="# of times did aerobics, past 2 wks"; attrib aero_m length=3 label="Duration each time (min.): aerobics"; attrib aero_h length=3 label="Hrt rate/breathing changes w/ aerobics"; attrib bike length=3 label="Bicycling, past 2 wks"; attrib bike_t length=3 label="# of times bicycled, past 2 weeks"; attrib bike_m length=3 label="Duration each time (min.): bicycled"; attrib bike_h length=3 label="Hrt rate/breathing changes w/ bicycling"; attrib stairs length=3 label="Stair climbing, past 2 wks"; attrib stair_t length=3 label="# of times climbed stairs, past 2 wks"; attrib stair_m length=3 label="Duration each time (min.):climbed stairs"; attrib stair_h length=3 label="Hrt rate/breathing changes w/stair climb"; attrib swim length=3 label="Swimming, past 2 wks"; attrib swim_t length=3 label="# of times swam, past 2 wks"; attrib swim_m length=3 label="Duration each time (min.): swam"; attrib swim_h length=3 label="Hrt rate/breathing changes w/swimming"; attrib tennis length=3 label="Playing tennis, past 2 wks"; attrib tennis_t length=3 label="# of times played tennis, past 2 wks"; attrib tennis_m length=3 label="Duration each time (min.): tennis"; attrib tennis_h length=3 label="Hrt rate/breathing changes w/ tennis"; attrib golf length=3 label="Playing golf, past 2 wks"; attrib golf_t length=3 label="# of times golfed, past 2 wks"; attrib bowl length=3 label="Bowling, past 2 wks"; attrib bowl_t length=3 label="# of times bowled, past 2 wks"; attrib baseball length=3 label="Playing baseball or softball, past 2 wks"; attrib basebl_t length=3 label="# of times base/softball, past 2 wks"; attrib basebl_m length=3 label="Duration each time(min):base/softball"; attrib basebl_h length=3 label="Hrt rate/breathing changes w/ baseball"; attrib racquet length=3 label="Playing racquetball, past 2 wks"; attrib racq_t length=3 label="# of times hand/racquetball, past 2 wks"; attrib racq_m length=3 label="Duration each time(min):racquetball"; attrib racq_h length=3 label="Hrt rate/breathing changes w/racquetball"; attrib ski_dh length=3 label="Downhill skiing, past 2 wks"; attrib ski_dh_t length=3 label="# of times downhill skied, past 2 wks"; attrib ski_crs length=3 label="Cross-country skiing, past 2 wks"; attrib ski_cr_t length=3 label="# of times crss-cntry skied, past 2 wks"; attrib ski_cr_m length=3 label="Duration each time(min):crss-cntry skied"; attrib ski_cr_h length=3 label="Hrt rate/breathing changes w/c-c ski"; attrib ski_wat length=3 label="Water skiing, past 2 wks"; attrib ski_wa_t length=3 label="# of times water skied, past 2 wks"; attrib basketbl length=3 label="Playing basketball, past 2 wks"; attrib basket_t length=3 label="# of times played b-ball, past 2 wks"; attrib basket_m length=3 label="Duration each time (min): basketball"; attrib basket_h length=3 label="Hrt rate/breathing changes w/ b-ball"; attrib volleybl length=3 label="Playing volleyball, past 2 wks"; attrib volley_t length=3 label="# of times volleyball, past 2 wks"; attrib volley_m length=3 label="Duration each time(min): volleyball"; attrib volley_h length=3 label="Heart rate/breathing changes w/ v-ball"; attrib soccer length=3 label="Playing soccer, past 2 wks"; attrib soccer_t length=3 label="# of times played soccer, past 2 wks"; attrib soccer_m length=3 label="Duration each time (min.): soccer"; attrib soccer_h length=3 label="Heart rate/breathing changes w/ soccer"; attrib football length=3 label="Playing football, past 2 wks"; attrib footbl_t length=3 label="# of times played football, past 2 wks"; attrib footbl_m length=3 label="Duration each time (min.): football"; attrib footbl_h length=3 label="Heart rate/breathing changes w/ f-ball"; attrib otr_act1 length=3 label="Other activity #1, past 2 wks"; attrib otr_a1_t length=3 label="# of times otr sport/act, past 2 wks"; attrib otr_a1_m length=3 label="Duration each time (min.): sport/act"; attrib otr_a1_h length=3 label="Hrt rate/breathing changes w/ otr act"; attrib otr_act2 length=3 label="Other activity #2, past 2 wks"; attrib otr_a2_t length=3 label="# of times otr sport/act, past 2 wks"; attrib otr_a2_m length=3 label="Duration each time (min.): sport/act"; attrib otr_a2_h length=3 label="Hrt rate/breathing changes w/ otr act"; attrib kcal length=4 label="Kilocalories per kilogram per day"; attrib pa_level length=3 label="Physical activity level (kcal/kg/day)"; attrib stresamt length=3 label="Amount of stress past 12 m"; attrib streshth length=3 label="How much did stress effect your hlth"; attrib stresred length=3 label="Taking steps to reduce stress"; attrib probser length=3 label="Past 12 m any serious personal/emot prob"; attrib helfamly length=3 label="Seek help from family/friends"; attrib helther length=3 label="Seek help from therapist/counselor/self"; attrib helrel length=3 label="Seek help from religious advisor"; attrib disnutr length=3 label="Discuss nutrition/hlthy eating habits"; attrib disexer length=3 label="Discuss exercise/sport acts"; attrib dissafe length=3 label="Discuss safety/injury prevention"; attrib dissmok length=3 label="Discuss tobacco related hlth issues"; attrib disdrin length=3 label="Discuss alcohol related hlth issues"; attrib dissex length=3 label="Discuss sex related hlth issues"; attrib disdrug length=3 label="Discuss drug related hlth issues"; attrib chld1017 length=3 label="Any children age 10 to 17"; attrib sexd length=3 label="Ever spoke of human sexuality"; attrib sexs length=3 label="Has had Sex Ed at school"; attrib sexi length=3 label="Has had Sex Ed at youth/religous prog"; attrib gunprev length=3 label="Any firearms in/outside your home"; attrib kindhnd length=3 label="Handgun, including pistol or revolver"; attrib kindsht length=3 label="Shotgun"; attrib kindrif length=3 label="Rifle"; attrib kindoth length=3 label="Other"; attrib loadun length=3 label="Is the firearm loaded/unlocked"; attrib lock length=3 label="Place where firearms are kept"; attrib load length=3 label="Are the firearms kept loaded/unloaded"; INPUT @1 rectype 2. @3 srvy_yr 4. @7 hhx $6. @13 fmx $2. @15 px $2. @17 intv_qrt 1. @18 sex 1. @19 age_p 2. @21 origin 1. @22 hispan_p 2. @24 mrace_p 2. @26 racerec 1. @27 race 1. @28 hispcode 1. @29 educ 2. @31 ab_bl20k 2. @33 rat_cat 2. @35 r_maritl 1. @36 fm_size 2. @38 region 1. @39 msasizep 1. @40 wtia_ap 6. @46 wtfa_ap 6. @52 stratum 3. @55 psu 1. @56 dummy_ap 1. @57 smkev 1. @58 smkreg 2. @60 smknow 1. @61 smkqtno 2. @63 smkqttp 1. @64 smkqty 2. @66 smkqtd 1. @67 cigsda1 2. @69 cigdamo 2. @71 cigsda2 2. @73 cigsday 2. @75 smkstat1 1. @76 smkstat2 1. @77 smkstat3 1. @78 cigqtyr 1. @79 sbeltf 1. @80 sbeltb 1. @81 hometyp 1. @82 floor 1. @83 smokd1 1. @84 home50 1. @85 leadpnt 1. @86 hearad 1. @87 radtest 1. @88 radguide 1. @89 radlev 4. @93 radred 1. @94 smany 1. @95 smdays 2. @97 pipeev 1. @98 pipe50 1. @99 pipenow 1. @100 cigarev 1. @101 cigar50 1. @102 cigarnow 1. @103 snuff20 1. @104 snuffnow 1. @105 chew20 1. @106 chewnow 1. @107 lwgt 1. @108 cwgtnot 1. @109 cwgtlos 1. @110 cwgtcal 1. @111 cwgtsup 1. @112 cwgtexe 1. @113 cwgtfat 1. @114 cwgtski 1. @115 cwgtpil 1. @116 cwgtlax 1. @117 cwgtwat 1. @118 cwgtvom 1. @119 cwgtfas 1. @120 cwgtoth 1. @121 slow 1. @122 sadd 1. @123 ninf 1. @124 ring 1. @125 dmls 1. @126 nmls 1. @127 tcls 1. @128 cgvn 1. @129 epat 1. @130 egvn 1. @131 wrkarea 1. @132 smpolicy 1. @133 copolicy 1. @134 wkpolicy 1. @135 smqprog 1. @136 smqpyou 1. @137 efa_noef 1. @138 efa_gym 1. @139 efa_wgt 1. @140 efa_eqp 1. @141 efa_wpth 1. @142 efa_trai 1. @143 efa_bpth 1. @144 efa_rack 1. @145 efa_pool 1. @146 efa_shwr 1. @147 efa_lock 1. @148 efa_oth 1. @149 efu_noef 1. @150 efu_gym 1. @151 efu_wgt 1. @152 efu_eqp 1. @153 efu_wpth 1. @154 efu_trai 1. @155 efu_bpth 1. @156 efu_rack 1. @157 efu_pool 1. @158 efu_shwr 1. @159 efu_lock 1. @160 efu_oth 1. @161 epa_noep 1. @162 epa_walk 1. @163 epa_jog 1. @164 epa_bike 1. @165 epa_aero 1. @166 epa_swim 1. @167 epa_nona 1. @168 epa_lift 1. @169 epa_full 1. @170 epa_part 1. @171 epa_comp 1. @172 epa_oth 1. @173 epu_noep 1. @174 epu_walk 1. @175 epu_jog 1. @176 epu_bike 1. @177 epu_aero 1. @178 epu_swim 1. @179 epu_nona 1. @180 epu_lift 1. @181 epu_full 1. @182 epu_part 1. @183 epu_comp 1. @184 epu_oth 1. @185 scra_bpa 1. @186 scra_cha 1. @187 scra_caa 1. @188 scru_bpu 1. @189 scru_chu 1. @190 scru_cau 1. @191 hpa_nomp 1. @192 hpa_wgt 1. @193 hpa_nut 1. @194 hpa_preg 1. @195 hpa_stre 1. @196 hpa_alc 1. @197 hpa_std 1. @198 hpa_job 1. @199 hpa_back 1. @200 hpa_acc 1. @201 hpa_oth 1. @202 hpu_nomp 1. @203 hpu_wgt 1. @204 hpu_nut 1. @205 hpu_preg 1. @206 hpu_stre 1. @207 hpu_alc 1. @208 hpu_std 1. @209 hpu_job 1. @210 hpu_back 1. @211 hpu_acc 1. @212 hpu_oth 1. @213 hyppreg 1. @214 hloswgt 1. @215 wgtadev 1. @216 wgtadnow 1. @217 lowslt 1. @218 lowsltev 1. @219 lowsltnw 1. @220 exerc 1. @221 exercev 1. @222 exercnw 1. @223 hbpalc 1. @224 hbpalcev 1. @225 hbpalcnw 1. @226 hypmedev 1. @227 hypmed 1. @228 hymdmed 1. @229 hbpchkn 2. @231 hbpchkt 1. @232 hbpchky 2. @234 hbphigh 1. @235 chlchk 1. @236 chlhigh 1. @237 chlwgtev 1. @238 chlwgtnw 1. @239 chlmedev 1. @240 chlmednw 1. @241 limbth 1. @242 limdrs 1. @243 limeat 1. @244 limbed 1. @245 limtlt 1. @246 diabcrs 1. @247 diabev 1. @248 diabeye 1. @249 asmlim 1. @250 asmcrs 1. @251 genpe 1. @252 qpe_eat 1. @253 qpe_phy 1. @254 qpe_smk 1. @255 qpe_drk 1. @256 qpe_drg 1. @257 qpe_std 1. @258 qpe_bc 1. @259 tetshot 1. @260 mnpchg 1. @261 mnp_est 1. @262 mnp_bnl 1. @263 sca 1. @264 ske 1. @265 out_clo 1. @266 out_sha 1. @267 out_lot 1. @268 pap 1. @269 rpa 1. @270 hys 1. @271 mam 1. @272 rma 1. @273 bex 1. @274 rbr 1. @275 pro 1. @276 rpr 1. @277 psn 1. @278 dig 1. @279 rdi 1. @280 blo 1. @281 rbl 1. @282 sam 1. @283 rbs 1. @284 orc 1. @285 ror 1. @286 orw 1. @287 orwb_r1 1. @288 orwfl 1. @289 hpstat 1. @290 hpact 1. @291 walk 1. @292 walk_t 3. @295 walk_m 3. @298 walk_h 1. @299 yard 1. @300 yard_t 3. @303 yard_m 3. @306 yard_h 1. @307 stretch 1. @308 strt_t 3. @311 strt_m 3. @314 wtlift 1. @315 lift_t 3. @318 lift_m 3. @321 lift_h 1. @322 run 1. @323 run_t 3. @326 run_m 3. @329 run_h 1. @330 aerobics 1. @331 aero_t 3. @334 aero_m 3. @337 aero_h 1. @338 bike 1. @339 bike_t 3. @342 bike_m 3. @345 bike_h 1. @346 stairs 1. @347 stair_t 3. @350 stair_m 3. @353 stair_h 1. @354 swim 1. @355 swim_t 3. @358 swim_m 3. @361 swim_h 1. @362 tennis 1. @363 tennis_t 3. @366 tennis_m 3. @369 tennis_h 1. @370 golf 1. @371 golf_t 3. @374 bowl 1. @375 bowl_t 3. @378 baseball 1. @379 basebl_t 3. @382 basebl_m 3. @385 basebl_h 1. @386 racquet 1. @387 racq_t 3. @390 racq_m 3. @393 racq_h 1. @394 ski_dh 1. @395 ski_dh_t 3. @398 ski_crs 1. @399 ski_cr_t 3. @402 ski_cr_m 3. @405 ski_cr_h 1. @406 ski_wat 1. @407 ski_wa_t 3. @410 basketbl 1. @411 basket_t 3. @414 basket_m 3. @417 basket_h 1. @418 volleybl 1. @419 volley_t 3. @422 volley_m 3. @425 volley_h 1. @426 soccer 1. @427 soccer_t 3. @430 soccer_m 3. @433 soccer_h 1. @434 football 1. @435 footbl_t 3. @438 footbl_m 3. @441 footbl_h 1. @442 otr_act1 1. @443 otr_a1_t 3. @446 otr_a1_m 3. @449 otr_a1_h 1. @450 otr_act2 1. @451 otr_a2_t 3. @454 otr_a2_m 3. @457 otr_a2_h 1. @458 kcal 6. @464 pa_level 1. @465 stresamt 1. @466 streshth 1. @467 stresred 1. @468 probser 1. @469 helfamly 1. @470 helther 1. @471 helrel 1. @472 disnutr 1. @473 disexer 1. @474 dissafe 1. @475 dissmok 1. @476 disdrin 1. @477 dissex 1. @478 disdrug 1. @479 chld1017 1. @480 sexd 1. @481 sexs 1. @482 sexi 1. @483 gunprev 1. @484 kindhnd 1. @485 kindsht 1. @486 kindrif 1. @487 kindoth 1. @488 loadun 1. @489 lock 1. @490 load 1. ; /*------------------------------------------------ The PROC FORMAT statement will store the formats in a sas data set called fprev98 To use the stored formats in a subsequent program, use code like the following: proc format cntlin=library.fprev98; PROC freq; tables pesex ; format pesex P135L.; For more information, consult PROC FORMAT in the SAS Procedures Guide ----------------------------------------------- */ PROC FORMAT cntlout=library.fprev98; ; VALUE rectype (default=32) 35 = "Prevention Sample Adult" ; VALUE srvy_yr (default=32) 1998 = "1998" ; VALUE intv_qrt (default=32) 1 = "Quarter 1" 2 = "Quarter 2" 3 = "Quarter 3" 4 = "Quarter 4" ; VALUE sex (default=32) 1 = "Male" 2 = "Female" ; VALUE age_p (default=32) 85 = "85+ years" ; VALUE origin (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hispan_p (default=32) 00 = "Multiple Hispanic" 01 = "Puerto Rican" 03 = "Mexican-Mexicano" 04 = "Mexican-American (includes Chicano)" 05 = "Cuban/Cuban-American" 06 = "Other Latin American" 07 = "Other Spanish" 08 = "Hispanic/Spanish; non-specific type" 09 = "Hispanic/Spanish; type refused" 10 = "Hispanic/Spanish; type not ascertained" 11 = "Hispanic/Spanish; type don't know" 12 = "Not Hispanic/Spanish origin" ; VALUE mrace_p (default=32) 01 = "White" 02 = "Black/African American" 03 = "Indian (American) (includes Eskimo; Aleut)" 06 = "Chinese" 07 = "Filipino" 12 = "Asian Indian" 15 = "Other API*" 16 = "Other race" 17 = "Multiple race" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE racerec (default=32) 1 = "White" 2 = "Black" 3 = "Other" ; VALUE race (default=32) 1 = "White" 2 = "Black" 3 = "AIAN*" 4 = "API*" 5 = "Other" 6 = "Multiple race" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hispcode (default=32) 1 = "Hispanic" 2 = "Non-Hispanic White" 3 = "Non-Hispanic Black" 4 = "Non-Hispanic Other" ; VALUE educ (default=32) 00 = "Never attended/ kindergarten only" 12 = "12th grade; no diploma" 13 = "HIGH SCHOOL GRADUATE" 14 = "GED or equivalent" 15 = "Some college; no degree" 16 = "AA degree: technical or vocational" 17 = "AA degree: academic program" 18 = "Bachelor's degree (BA; AB; BS; BBA)" 19 = "Master's degree (MA; MS; MEng; MEd; MBA)" 20 = "Professional degree (MD; DDS; DVM; JD)" 21 = "Doctoral degree (PhD; EdD)" 96 = "Child under 5 years old" 97 = "Refused" 98 = "Not Ascertained" 99 = "Don't know" ; VALUE ab_bl20k (default=32) 01 = "$20;000 or more" 02 = "Less than $20;000" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE rat_cat (default=32) 01 = "Under .50" 02 = ".50 to .74" 03 = ".75 to .99" 04 = "1.00 to 1.24" 05 = "1.25 to 1.49" 06 = "1.50 to 1.74" 07 = "1.75 to 1.99" 08 = "2.00 to 2.49" 09 = "2.50 to 2.99" 10 = "3.00 to 3.49" 11 = "3.50 to 3.99" 12 = "4.00 to 4.49" 13 = "4.50 to 4.99" 14 = "5.00 and over" 96 = "Undefinable" 99 = "Unknown" ; VALUE r_maritl (default=32) 0 = "Under 14 years" 1 = "Married - spouse in household" 2 = "Married - spouse not in household" 3 = "Married - spouse in household unknown" 4 = "Widowed" 5 = "Divorced" 6 = "Separated" 7 = "Never married" 8 = "Living with partner" 9 = "Unknown marital status" ; VALUE region (default=32) 1 = "Northeast" 2 = "Midwest" 3 = "South" 4 = "West" ; VALUE msasizep (default=32) 1 = "5;000;000 or more" 2 = "2;500;000 - 4;999;999" 3 = "1;000;000 - 2;499;999" 4 = "500;000 - 999;999" 5 = "250;000 - 499;999" 6 = "Under 250;000" 7 = "Non-MSA" ; VALUE dummy_ap (default=32) 1 = "Dummy record" 0 = "Not a dummy record" ; VALUE smkev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't Know" ; VALUE smkreg (default=32) 85 = "85 years or older" 96 = "Never smoked regularly" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smknow (default=32) 1 = "Every day" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqtno (default=32) 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smkqttp (default=32) 1 = "Days" 2 = "Weeks" 3 = "Months" 4 = "Years" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smkqty (default=32) 00 = "Less than 1 year" 70 = "70+ years" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE smkqtd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cigsda1l (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE cigdamo (default=32) 00 = "None" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE cigsda2l (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not Ascertained" 99 = "Don't know" ; VALUE cigsday (default=32) 95 = "95+ cigarettes" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't Know" ; VALUE smkstata (default=32) 1 = "Current" 2 = "Former" 3 = "Never" 4 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE smkstatb (default=32) 1 = "Current every day smoker" 2 = "Current some day smoker" 3 = "Former smoker" 4 = "Never smoker" 5 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE smkstatc (default=32) 1 = "Current every day smoker" 2 = "Current some day smoker (1+ days past mo)" 3 = "Current some day smoker (0 days past mo)" 4 = "Current some day smoker (unknown days past mo)" 5 = "Former smoker" 6 = "Never smoker" 7 = "Smoker; current status unknown" 9 = "Unknown if ever smoked" ; VALUE cigqtyr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sbeltf (default=32) 1 = "All or most of the time" 2 = "Some of the time" 3 = "Once in a while" 4 = "Never" 5 = "Don't ride in front seat" 6 = "Don't ride in car" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sbeltb (default=32) 1 = "All or most of the time" 2 = "Some of the time" 3 = "Once in a while" 4 = "Never" 5 = "Don't ride in back seat" 6 = "Don't ride in car" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hometyp (default=32) 1 = "Apartment or condominium" 2 = "Single family home or townhouse" 3 = "Trailer or mobile home" 4 = "Something else" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE floor (default=32) 1 = "Basement; first or second floor apt. or condo" 2 = "Apt. or condo on the third floor or above" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smokd1l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE home50l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE leadpnt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hearad (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE radtest (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE radguide (default=32) 1 = "Above the EPA guideline" 2 = "At or below the EPA guideline" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE radlev (default=32) 9997 = "Refused" 9998 = "Not ascertained" 9999 = "Don't know" ; VALUE radred (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smany (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smdays (default=32) 00 = "Less than 1 day per week/rarely" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE pipeev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pipe50l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pipenow (default=32) 1 = "Everyday" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cigarev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cigar50l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cigarnow (default=32) 1 = "Everyday" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE snuff20l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE snuffnow (default=32) 1 = "Everyday" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chew20l (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chewnow (default=32) 1 = "Everyday" 2 = "Some days" 3 = "Not at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lwgt (default=32) 1 = "Lose weight" 2 = "Gain weight" 3 = "Stay about the same" 4 = "Not trying to do anything" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtnot (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtlos (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtcal (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtsup (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtexe (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtfat (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtski (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtpil (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtlax (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtwat (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtvom (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtfas (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cwgtoth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE slow (default=32) 0 = "Don't shop for food" 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sadd (default=32) 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ninf (default=32) 0 = "Don't buy food" 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ring (default=32) 0 = "Don't buy food" 1 = "Always" 2 = "Often" 3 = "Sometimes" 4 = "Rarely" 5 = "Never" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dmls (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE nmls (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tcls (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE cgvn (default=32) 1 = "Senior center" 2 = "Hospital" 3 = "Other place" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epat (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE egvn (default=32) 1 = "Senior center" 2 = "Hospital" 3 = "Other place" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wrkarea (default=32) 1 = "Work mainly indoors" 2 = "Work mainly outdoors" 3 = "Travel to different buildings or sites" 4 = "In a motor vehicle" 5 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smpolicy (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE copolicy (default=32) 1 = "Not allowed in ANY indoor common areas" 2 = "Allowed in SOME indoor common areas" 3 = "Allowed in ALL indoor common areas" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wkpolicy (default=32) 1 = "Not allowed in ANY work areas" 2 = "Allowed in SOME work areas" 3 = "Allowed in ALL work areas" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smqprog (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE smqpyou (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_noef (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_gym (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_wgt (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_eqp (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_wpth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_trai (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_bpth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_rack (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_pool (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_shwr (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_lock (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efa_oth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_noef (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_gym (default=32) 0 = "Gymnasium/exercise room not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_wgt (default=32) 0 = "Weight lifting equipment not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_eqp (default=32) 0 = "Exercise equipment not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_wpth (default=32) 0 = "Walking/jogging path not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_trai (default=32) 0 = "Parcours/fitness trails not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_bpth (default=32) 0 = "Bike path not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_rack (default=32) 0 = "Bike racks not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_pool (default=32) 0 = "Swimming pool not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_shwr (default=32) 0 = "Showers not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_lock (default=32) 0 = "Lockers not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE efu_oth (default=32) 0 = "Other exercise facilities not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_noep (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_walk (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_jog (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_bike (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_aero (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_swim (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_nona (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_lift (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_full (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_part (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_comp (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epa_oth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_noep (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_walk (default=32) 0 = "Walking group not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_jog (default=32) 0 = "Jogging/running group not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_bike (default=32) 0 = "Biking/cycling group not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_aero (default=32) 0 = "Aerobics class not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_swim (default=32) 0 = "Swimming class not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_nona (default=32) 0 = "Non-aerobic class not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_lift (default=32) 0 = "Weight lifting class not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_full (default=32) 0 = "Fully paid membership not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_part (default=32) 0 = "Partial paid membership not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_comp (default=32) 0 = "Competition not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE epu_oth (default=32) 0 = "Other exercise programs not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE scra_bpa (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE scra_cha (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE scra_caa (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE scru_bpu (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE scru_chu (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE scru_cau (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_nomp (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_wgt (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_nut (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_preg (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_stre (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_alc (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_std (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_job (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_back (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_acc (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpa_oth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_nomp (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_wgt (default=32) 0 = "Weight control program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_nut (default=32) 0 = "Nutrition program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_preg (default=32) 0 = "Prenatal ed program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_stre (default=32) 0 = "Stress management program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_alc (default=32) 0 = "Alcohol/drug program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_std (default=32) 0 = "STD program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_job (default=32) 0 = "Injury prevention program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_back (default=32) 0 = "Back care program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_acc (default=32) 0 = "Off job accident program not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpu_oth (default=32) 0 = "Other programs not available" 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hyppreg (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hloswgt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wgtadev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE wgtadnow (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowslt (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowsltev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lowsltnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE exerc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE exercev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE exercnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpalc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpalcev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpalcnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hypmedev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hypmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hymdmed (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpchkn (default=32) 00 = "Never" 95 = "95+" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hbpchkt (default=32) 0 = "Never" 1 = "Day(s)" 2 = "Week(s)" 3 = "Month(s)" 4 = "Year(s)" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hbpchky (default=32) 00 = "Less than 1 year" 85 = "85+ years" 96 = "Never" 97 = "Refused" 98 = "Not ascertained" 99 = "Don't know" ; VALUE hbphigh (default=32) 1 = "Not told" 2 = "High" 3 = "Low" 4 = "Normal" 5 = "Borderline" 6 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chlchk (default=32) 0 = "Never" 1 = "A year ago or less" 2 = "More than 1 yr but not more than 2 yrs" 3 = "More than 2 yrs but not more than 3 yrs" 4 = "More than 3 yrs but not more than 5 yrs" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chlhigh (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chlwgtev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chlwgtnw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chlmedev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chlmednw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE limbth (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE limdrs (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE limeat (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE limbed (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE limtlt (default=32) 0 = "Not at all difficult" 1 = "Only a little difficult" 2 = "Somewhat difficult" 3 = "Very difficult" 4 = "Can't do at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diabcrs (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diabev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE diabeye (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE asmlim (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE asmcrs (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE genpe (default=32) 0 = "Never" 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "more than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_eat (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_phy (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_smk (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_drk (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_drg (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_std (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE qpe_bc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tetshot (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mnpchg (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mnp_est (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mnp_bnl (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sca (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ske (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE out_clo (default=32) 1 = "Very Likely" 2 = "Somewhat Likely" 3 = "Unlikely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE out_sha (default=32) 1 = "Very Likely" 2 = "Somewhat Likely" 3 = "Unlikely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE out_lot (default=32) 1 = "Very Likely" 2 = "Somewhat Likely" 3 = "Unlikely" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pap (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rpa (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hys (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE mam (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rma (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bex (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rbr (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE pro (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rpr (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE psn (default=32) 1 = "Because of a specific health problem" 2 = "Follow-up to a previous health problem" 3 = "Part of a routine physical exam/As a screening" 4 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dig (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rdi (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE blo (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rbl (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sam (default=32) 1 = "Doctor took sample during exam" 2 = "Used a kit at home and sent samples back" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE rbs (default=32) 1 = "Because of a specific health problem" 2 = "Follow-up to a previous health problem" 3 = "Part of a routine physical exam/As a screening" 4 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE orc (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ror (default=32) 1 = "A year ago or less" 2 = "More than 1 year but not more than 2 years" 3 = "More than 2 years but not more than 3 years" 4 = "More than 3 years but not more than 5 years" 5 = "Over 5 years ago" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE orw (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE orwb_r1l (default=32) 0 = "Fluoride prescription" 1 = "Fluoride non-prescription" 2 = "Prescription non-fluoride/DK fluoride" 3 = "Non-fluoride non-prescription brand name" 4 = "Non-fluoride non-prescription generic brand" 5 = "Non-fluoride homemade rinse" 6 = "Other" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE orwfl (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE hpstat (default=32) 1 = "Observed disability" 2 = "All other" ; VALUE hpact (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE walk (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE walk_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE walk_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE walk_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE yard (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE yard_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE yard_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE yard_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stretch (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE strt_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE strt_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE wtlift (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lift_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE lift_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE lift_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE run (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE run_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE run_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE run_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aerobics (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE aero_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE aero_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE aero_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No increase at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bike (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bike_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE bike_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE bike_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stairs (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stair_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE stair_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE stair_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE swim (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE swim_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE swim_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE swim_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tennis (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE tennis_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE tennis_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE tennis_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE golf (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE golf_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE bowl (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE bowl_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE baseball (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE basebl_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE basebl_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE basebl_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No increase at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE racquet (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE racq_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE racq_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE racq_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ski_dh (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ski_dh_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE ski_crs (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ski_cr_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE ski_cr_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE ski_cr_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ski_wat (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE ski_wa_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE basketbl (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE basket_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE basket_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE basket_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No increase at all" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE volleybl (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE volley_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE volley_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE volley_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE soccer (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE soccer_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE soccer_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE soccer_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE football (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE footbl_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE footbl_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE footbl_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE otr_acta (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE otr_a1_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE otr_a1_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE otr_a1_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE otr_actb (default=32) 1 = "Yes" 2 = "No" 3 = "Not asked; observed disability" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE otr_a2_t (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE otr_a2_m (default=32) 997 = "Refused" 998 = "Not ascertained" 999 = "Don't know" ; VALUE otr_a2_h (default=32) 1 = "Small" 2 = "Moderate" 3 = "Large" 4 = "No Increase" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kcal (default=32) 999999 = "Unknown" ; VALUE pa_level (default=32) 1 = "Sedentary (0.0-1.4 kcal/kg/day)" 2 = "Moderately active (1.5-2.9 kcal/kg/day)" 3 = "Very active (3.0+ kcal/kg/day)" 9 = "Unknown" ; VALUE stresamt (default=32) 1 = "A lot" 2 = "Moderate" 3 = "Relatively little" 4 = "Almost None" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE streshth (default=32) 1 = "A lot" 2 = "Some" 3 = "Hardly any; or none" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE stresred (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE probser (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE helfamly (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE helther (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE helrel (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disnutr (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disexer (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dissafe (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dissmok (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disdrin (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE dissex (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE disdrug (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE chld101g (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sexd (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sexs (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE sexi (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE gunprev (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kindhnd (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kindsht (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kindrif (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE kindoth (default=32) 1 = "Mentioned" 2 = "Not mentioned" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE loadun (default=32) 1 = "Yes" 2 = "No" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE lock (default=32) 1 = "One or more kept unlocked" 2 = "All are kept in locked places" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; VALUE load (default=32) 1 = "One or more kept loaded" 2 = "All are kept unloaded" 7 = "Refused" 8 = "Not ascertained" 9 = "Don't know" ; proc print data=library.nhis1998_prevadlt (obs=6); FORMAT rectype rectype. srvy_yr srvy_yr. intv_qrt intv_qrt. sex sex. age_p age_p. origin origin. hispan_p hispan_p. mrace_p mrace_p. racerec racerec. race race. hispcode hispcode. educ educ. ab_bl20k ab_bl20k. rat_cat rat_cat. r_maritl r_maritl. region region. msasizep msasizep. dummy_ap dummy_ap. smkev smkev. smkreg smkreg. smknow smknow. smkqtno smkqtno. smkqttp smkqttp. smkqty smkqty. smkqtd smkqtd. cigsda1 cigsda1l. cigdamo cigdamo. cigsda2 cigsda2l. cigsday cigsday. smkstat1 smkstata. smkstat2 smkstatb. smkstat3 smkstatc. cigqtyr cigqtyr. sbeltf sbeltf. sbeltb sbeltb. hometyp hometyp. floor floor. smokd1 smokd1l. home50 home50l. leadpnt leadpnt. hearad hearad. radtest radtest. radguide radguide. radlev radlev. radred radred. smany smany. smdays smdays. pipeev pipeev. pipe50 pipe50l. pipenow pipenow. cigarev cigarev. cigar50 cigar50l. cigarnow cigarnow. snuff20 snuff20l. snuffnow snuffnow. chew20 chew20l. chewnow chewnow. lwgt lwgt. cwgtnot cwgtnot. cwgtlos cwgtlos. cwgtcal cwgtcal. cwgtsup cwgtsup. cwgtexe cwgtexe. cwgtfat cwgtfat. cwgtski cwgtski. cwgtpil cwgtpil. cwgtlax cwgtlax. cwgtwat cwgtwat. cwgtvom cwgtvom. cwgtfas cwgtfas. cwgtoth cwgtoth. slow slow. sadd sadd. ninf ninf. ring ring. dmls dmls. nmls nmls. tcls tcls. cgvn cgvn. epat epat. egvn egvn. wrkarea wrkarea. smpolicy smpolicy. copolicy copolicy. wkpolicy wkpolicy. smqprog smqprog. smqpyou smqpyou. efa_noef efa_noef. efa_gym efa_gym. efa_wgt efa_wgt. efa_eqp efa_eqp. efa_wpth efa_wpth. efa_trai efa_trai. efa_bpth efa_bpth. efa_rack efa_rack. efa_pool efa_pool. efa_shwr efa_shwr. efa_lock efa_lock. efa_oth efa_oth. efu_noef efu_noef. efu_gym efu_gym. efu_wgt efu_wgt. efu_eqp efu_eqp. efu_wpth efu_wpth. efu_trai efu_trai. efu_bpth efu_bpth. efu_rack efu_rack. efu_pool efu_pool. efu_shwr efu_shwr. efu_lock efu_lock. efu_oth efu_oth. epa_noep epa_noep. epa_walk epa_walk. epa_jog epa_jog. epa_bike epa_bike. epa_aero epa_aero. epa_swim epa_swim. epa_nona epa_nona. epa_lift epa_lift. epa_full epa_full. epa_part epa_part. epa_comp epa_comp. epa_oth epa_oth. epu_noep epu_noep. epu_walk epu_walk. epu_jog epu_jog. epu_bike epu_bike. epu_aero epu_aero. epu_swim epu_swim. epu_nona epu_nona. epu_lift epu_lift. epu_full epu_full. epu_part epu_part. epu_comp epu_comp. epu_oth epu_oth. scra_bpa scra_bpa. scra_cha scra_cha. scra_caa scra_caa. scru_bpu scru_bpu. scru_chu scru_chu. scru_cau scru_cau. hpa_nomp hpa_nomp. hpa_wgt hpa_wgt. hpa_nut hpa_nut. hpa_preg hpa_preg. hpa_stre hpa_stre. hpa_alc hpa_alc. hpa_std hpa_std. hpa_job hpa_job. hpa_back hpa_back. hpa_acc hpa_acc. hpa_oth hpa_oth. hpu_nomp hpu_nomp. hpu_wgt hpu_wgt. hpu_nut hpu_nut. hpu_preg hpu_preg. hpu_stre hpu_stre. hpu_alc hpu_alc. hpu_std hpu_std. hpu_job hpu_job. hpu_back hpu_back. hpu_acc hpu_acc. hpu_oth hpu_oth. hyppreg hyppreg. hloswgt hloswgt. wgtadev wgtadev. wgtadnow wgtadnow. lowslt lowslt. lowsltev lowsltev. lowsltnw lowsltnw. exerc exerc. exercev exercev. exercnw exercnw. hbpalc hbpalc. hbpalcev hbpalcev. hbpalcnw hbpalcnw. hypmedev hypmedev. hypmed hypmed. hymdmed hymdmed. hbpchkn hbpchkn. hbpchkt hbpchkt. hbpchky hbpchky. hbphigh hbphigh. chlchk chlchk. chlhigh chlhigh. chlwgtev chlwgtev. chlwgtnw chlwgtnw. chlmedev chlmedev. chlmednw chlmednw. limbth limbth. limdrs limdrs. limeat limeat. limbed limbed. limtlt limtlt. diabcrs diabcrs. diabev diabev. diabeye diabeye. asmlim asmlim. asmcrs asmcrs. genpe genpe. qpe_eat qpe_eat. qpe_phy qpe_phy. qpe_smk qpe_smk. qpe_drk qpe_drk. qpe_drg qpe_drg. qpe_std qpe_std. qpe_bc qpe_bc. tetshot tetshot. mnpchg mnpchg. mnp_est mnp_est. mnp_bnl mnp_bnl. sca sca. ske ske. out_clo out_clo. out_sha out_sha. out_lot out_lot. pap pap. rpa rpa. hys hys. mam mam. rma rma. bex bex. rbr rbr. pro pro. rpr rpr. psn psn. dig dig. rdi rdi. blo blo. rbl rbl. sam sam. rbs rbs. orc orc. ror ror. orw orw. orwb_r1 orwb_r1l. orwfl orwfl. hpstat hpstat. hpact hpact. walk walk. walk_t walk_t. walk_m walk_m. walk_h walk_h. yard yard. yard_t yard_t. yard_m yard_m. yard_h yard_h. stretch stretch. strt_t strt_t. strt_m strt_m. wtlift wtlift. lift_t lift_t. lift_m lift_m. lift_h lift_h. run run. run_t run_t. run_m run_m. run_h run_h. aerobics aerobics. aero_t aero_t. aero_m aero_m. aero_h aero_h. bike bike. bike_t bike_t. bike_m bike_m. bike_h bike_h. stairs stairs. stair_t stair_t. stair_m stair_m. stair_h stair_h. swim swim. swim_t swim_t. swim_m swim_m. swim_h swim_h. tennis tennis. tennis_t tennis_t. tennis_m tennis_m. tennis_h tennis_h. golf golf. golf_t golf_t. bowl bowl. bowl_t bowl_t. baseball baseball. basebl_t basebl_t. basebl_m basebl_m. basebl_h basebl_h. racquet racquet. racq_t racq_t. racq_m racq_m. racq_h racq_h. ski_dh ski_dh. ski_dh_t ski_dh_t. ski_crs ski_crs. ski_cr_t ski_cr_t. ski_cr_m ski_cr_m. ski_cr_h ski_cr_h. ski_wat ski_wat. ski_wa_t ski_wa_t. basketbl basketbl. basket_t basket_t. basket_m basket_m. basket_h basket_h. volleybl volleybl. volley_t volley_t. volley_m volley_m. volley_h volley_h. soccer soccer. soccer_t soccer_t. soccer_m soccer_m. soccer_h soccer_h. football football. footbl_t footbl_t. footbl_m footbl_m. footbl_h footbl_h. otr_act1 otr_acta. otr_a1_t otr_a1_t. otr_a1_m otr_a1_m. otr_a1_h otr_a1_h. otr_act2 otr_actb. otr_a2_t otr_a2_t. otr_a2_m otr_a2_m. otr_a2_h otr_a2_h. kcal kcal. pa_level pa_level. stresamt stresamt. streshth streshth. stresred stresred. probser probser. helfamly helfamly. helther helther. helrel helrel. disnutr disnutr. disexer disexer. dissafe dissafe. dissmok dissmok. disdrin disdrin. dissex dissex. disdrug disdrug. chld1017 chld101g. sexd sexd. sexs sexs. sexi sexi. gunprev gunprev. kindhnd kindhnd. kindsht kindsht. kindrif kindrif. kindoth kindoth. loadun loadun. lock lock. load load. ; proc contents data=library.nhis1998_prevadlt; /* Copyright 2007 shared by the National Bureau of Economic Research and Jean Roth National Bureau of Economic Research. 1050 Massachusetts Avenue Cambridge, MA 02138 jroth@nber.org This program and all programs referenced in it are free software. You can redistribute the program or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */