BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
joebacon
Pyrite | Level 9

Hi all,

 

I was combing through the other responses to this error and could not find a solution for my problem.

 

I am getting the error "Invalid data for dob in line 1 23-32" This proceeds for each line until limit for errors is hit.

Needless to say, after the errors, DOB is not output into the new dataset.

 

I am using an infile statement. Here is the code (a bit long, but I dont know another way?): 

 

libname RDS 'S:\UF Drink Survey\Data\Data Analysis';
run;

Data Redcap;
infile 'S:\UF Drink Survey\Data\Data Analysis\Clean_RDS.csv' delimiter = ',' MISSOVER DSD lrecl=32767 firstobs=1 ; 
	informat record_id best32. ;
	informat redcap_data_access_group $500. ;
	informat redcap_survey_identifier $500. ;
	informat research_survey_of_d_v_0 $500. ;
	informat icf best32. ;
	informat dob yymmdd10. ;
	informat zip_code $500. ;
	informat gender best32. ;
	informat race best32. ;
	informat hispanic_latino best32. ;
	informat marital_status best32. ;
	informat number_children best32. ;
	informat level_education best32. ;
	informat yearly_income best32. ;
	informat household_income best32. ;
	informat public_benefit_1 best32. ;
	informat public_benefit_2 best32. ;
	informat public_benefit_3 best32. ;
	informat public_benefit_4 best32. ;
	informat public_benefit_5 best32. ;
	informat young_adult_you_know best32. ;
	informat young_adults_live_near best32. ;
	informat young_adult_interacted best32. ;
	informat yng_adlt_interact_online best32. ;
	informat age_first_drink best32. ;
	informat age_first_intoxicated best32. ;
	informat drink_days_past30 best32. ;
	informat drinks_per_drink_day best32. ;
	informat treatment_intervention___1 best32. ;
	informat treatment_intervention___2 best32. ;
	informat treatment_intervention___3 best32. ;
	informat treatment_intervention___4 best32. ;
	informat treatment_intervention___5 best32. ;
	informat treatment_intervention___6 best32. ;
	informat current_tobacco_use best32. ;
	informat lifetime_illicit_drug best32. ;
	informat lifetime_prscrptn_drugs best32. ;
	informat lifetime_alc_drug_mix best32. ;
	informat yaacqb_1 best32. ;
	informat yaacqb_2 best32. ;
	informat yaacqb_3 best32. ;
	informat yaacqb_4 best32. ;
	informat yaacqb_5 best32. ;
	informat yaacqb_6 best32. ;
	informat yaacqb_7 best32. ;
	informat yaacqb_8 best32. ;
	informat yaacqb_9 best32. ;
	informat yaacqb_10 best32. ;
	informat yaacqb_11 best32. ;
	informat yaacqb_12 best32. ;
	informat yaacqb_13 best32. ;
	informat yaacqb_14 best32. ;
	informat yaacqb_15 best32. ;
	informat yaacqb_16 best32. ;
	informat yaacqb_17 best32. ;
	informat yaacqb_18 best32. ;
	informat yaacqb_19 best32. ;
	informat yaacqb_20 best32. ;
	informat yaacqb_21 best32. ;
	informat yaacqb_22 best32. ;
	informat yaacqb_23 best32. ;
	informat yaacqb_24 best32. ;
	informat dd_1 best32. ;
	informat dd_2 best32. ;
	informat dd_3 best32. ;
	informat dd_4 best32. ;
	informat dd_5 best32. ;
	informat dd_6 best32. ;
	informat dd_7 best32. ;
	informat dd_8 best32. ;
	informat dd_9 best32. ;
	informat dd_10 best32. ;
	informat dd_11 best32. ;
	informat dd_12 best32. ;
	informat dd_13 best32. ;
	informat dd_14 best32. ;
	informat dd_15 best32. ;
	informat dd_16 best32. ;
	informat dd_17 best32. ;
	informat apt_1 best32. ;
	informat apt_2 best32. ;
	informat apt_3 best32. ;
	informat apt_4 best32. ;
	informat apt_5 best32. ;
	informat apt_6 best32. ;
	informat apt_7 best32. ;
	informat apt_8 best32. ;
	informat apt_9 best32. ;
	informat apt_10 best32. ;
	informat apt_11 best32. ;
	informat apt_12 best32. ;
	informat apt_13 best32. ;
	informat apt_14 best32. ;
	informat apt_15 best32. ;
	informat apt_16 best32. ;
	informat apt_17 best32. ;
	informat apt_18 best32. ;
	informat rdea_index_1 best32. ;
	informat rdea_index_2 best32. ;
	informat past30_savings best32. ;
	informat ac_lvl_wod_freq1 best32. ;
	informat ac_lvl_wod_freq2 best32. ;
	informat ac_lvl_wod_freq3 best32. ;
	informat ac_lvl_wod_freq4 best32. ;
	informat ac_lvl_wod_freq5 best32. ;
	informat ac_lvl_wod_freq6 best32. ;
	informat ac_lvl_wod_freq7 best32. ;
	informat ac_lvl_wod_freq8 best32. ;
	informat ac_lvl_wod_freq9 best32. ;
	informat ac_lvl_wod_freq10 best32. ;
	informat ac_lvl_wod_freq11 best32. ;
	informat ac_lvl_wod_freq12 best32. ;
	informat ac_lvl_wod_freq13 best32. ;
	informat ac_lvl_wod_freq14 best32. ;
	informat ac_lvl_wod_freq15 best32. ;
	informat ac_lvl_wod_freq16 best32. ;
	informat ac_lvl_wod_freq17 best32. ;
	informat ac_lvl_wod_freq18 best32. ;
	informat ac_lvl_wod_freq19 best32. ;
	informat ac_lvl_wod_freq20 best32. ;
	informat ac_lvl_wod_freq21 best32. ;
	informat ac_lvl_wod_freq22 best32. ;
	informat ac_lvl_wod_freq23 best32. ;
	informat ac_lvl_wod_freq24 best32. ;
	informat ac_lvl_wod_freq25 best32. ;
	informat ac_lvl_wod_freq26 best32. ;
	informat ac_lvl_wod_freq27 best32. ;
	informat ac_lvl_wod_freq28 best32. ;
	informat ac_lvl_wod_freq29 best32. ;
	informat ac_lvl_wod_freq30 best32. ;
	informat ac_lvl_wod_freq31 best32. ;
	informat ac_lvl_wod_freq32 best32. ;
	informat ac_lvl_wod_freq33 best32. ;
	informat ac_lvl_wod_freq34 best32. ;
	informat ac_lvl_wod_freq35 best32. ;
	informat ac_lvl_wod_freq36 best32. ;
	informat act_lvl_wd_freq1 best32. ;
	informat act_lvl_wd_freq2 best32. ;
	informat act_lvl_wd_freq3 best32. ;
	informat act_lvl_wd_freq4 best32. ;
	informat act_lvl_wd_freq5 best32. ;
	informat act_lvl_wd_freq6 best32. ;
	informat act_lvl_wd_freq7 best32. ;
	informat act_lvl_wd_freq8 best32. ;
	informat act_lvl_wd_freq9 best32. ;
	informat act_lvl_wd_freq10 best32. ;
	informat act_lvl_wd_freq11 best32. ;
	informat act_lvl_wd_freq12 best32. ;
	informat act_lvl_wd_freq13 best32. ;
	informat act_lvl_wd_freq14 best32. ;
	informat act_lvl_wd_freq15 best32. ;
	informat act_lvl_wd_freq16 best32. ;
	informat act_lvl_wd_freq17 best32. ;
	informat act_lvl_wd_freq18 best32. ;
	informat act_lvl_wd_freq19 best32. ;
	informat act_lvl_wd_freq20 best32. ;
	informat act_lvl_wd_freq21 best32. ;
	informat act_lvl_wd_freq22 best32. ;
	informat act_lvl_wd_freq23 best32. ;
	informat act_lvl_wd_freq24 best32. ;
	informat act_lvl_wd_freq25 best32. ;
	informat act_lvl_wd_freq26 best32. ;
	informat act_lvl_wd_freq27 best32. ;
	informat act_lvl_wd_freq28 best32. ;
	informat act_lvl_wd_freq29 best32. ;
	informat act_lvl_wd_freq30 best32. ;
	informat act_lvl_wd_freq31 best32. ;
	informat act_lvl_wd_freq32 best32. ;
	informat act_lvl_wd_freq33 best32. ;
	informat act_lvl_wd_freq34 best32. ;
	informat act_lvl_wd_freq35 best32. ;
	informat act_lvl_wd_freq36 best32. ;
	informat pbss20_1 best32. ;
	informat pbss20_2 best32. ;
	informat pbss20_3 best32. ;
	informat pbss20_4 best32. ;
	informat pbss20_5 best32. ;
	informat pbss20_6 best32. ;
	informat pbss20_7 best32. ;
	informat pbss20_8 best32. ;
	informat pbss20_9 best32. ;
	informat pbss20_10 best32. ;
	informat pbss20_11 best32. ;
	informat pbss20_12 best32. ;
	informat pbss20_13 best32. ;
	informat pbss20_14 best32. ;
	informat pbss20_15 best32. ;
	informat pbss20_16 best32. ;
	informat pbss20_17 best32. ;
	informat pbss20_18 best32. ;
	informat pbss20_19 best32. ;
	informat pbss20_20 best32. ;
	informat bscq_1 best32. ;
	informat bscq_2 best32. ;
	informat bscq_3 best32. ;
	informat bscq_4 best32. ;
	informat bscq_5 best32. ;
	informat bscq_6 best32. ;
	informat bscq_7 best32. ;
	informat bscq_8 best32. ;
	informat behavior_change_ladder_2 best32. ;
	informat snq_1_age best32. ;
	informat snq_1_relation best32. ;
	informat snq_person1_q1 best32. ;
	informat snq_person1_q2 best32. ;
	informat snq_person1_q3 best32. ;
	informat snq_person1_q4 best32. ;
	informat snq_person1_q5 best32. ;
	informat snq_person1_q6 best32. ;
	informat snq_person1_q7 best32. ;
	informat snq_person1_q8 best32. ;
	informat snq_person1_q9 best32. ;
	informat snq_person1_q10 best32. ;
	informat snq_2_age best32. ;
	informat snq_person2_relationship best32. ;
	informat snq_person2_q1 best32. ;
	informat snq_person2_q2 best32. ;
	informat snq_person2_q3 best32. ;
	informat snq_person2_q4 best32. ;
	informat snq_person2_q5 best32. ;
	informat snq_person2_q6 best32. ;
	informat snq_person2_q7 best32. ;
	informat snq_person2_q8 best32. ;
	informat snq_person2_q9 best32. ;
	informat snq_person2_q10 best32. ;
	informat snq_3_age best32. ;
	informat snq_person3_relationship best32. ;
	informat snq_person3_q1 best32. ;
	informat snq_person3_q2 best32. ;
	informat snq_person3_q3 best32. ;
	informat snq_person3_q4 best32. ;
	informat snq_person3_q5 best32. ;
	informat snq_person3_q6 best32. ;
	informat snq_person3_q7 best32. ;
	informat snq_person3_q8 best32. ;
	informat snq_person3_q9 best32. ;
	informat snq_person3_q10 best32. ;
	informat snq_4_age best32. ;
	informat snq_person4_relationship best32. ;
	informat snq_person4_q1 best32. ;
	informat snq_person4_q2 best32. ;
	informat snq_person4_q3 best32. ;
	informat snq_person4_q4 best32. ;
	informat snq_person4_q5 best32. ;
	informat snq_person4_q6 best32. ;
	informat snq_person4_q7 best32. ;
	informat snq_person4_q8 best32. ;
	informat snq_person4_q9 best32. ;
	informat snq_person4_q10 best32. ;
	informat add_nw_member5 best32. ;
	informat snq_5_age best32. ;
	informat snq_person5_relationship best32. ;
	informat snq_person5_q1 best32. ;
	informat snq_person5_q2 best32. ;
	informat snq_person5_q3 best32. ;
	informat snq_person5_q4 best32. ;
	informat snq_person5_q5 best32. ;
	informat snq_person5_q6 best32. ;
	informat snq_person5_q7 best32. ;
	informat snq_person5_q8 best32. ;
	informat snq_person5_q9 best32. ;
	informat snq_person5_q10 best32. ;
	informat add_nw_member6 best32. ;
	informat snq_6_age best32. ;
	informat snq_person6_relationship best32. ;
	informat snq_person6_q1 best32. ;
	informat snq_person6_q2 best32. ;
	informat snq_person6_q3 best32. ;
	informat snq_person6_q4 best32. ;
	informat snq_person6_q5 best32. ;
	informat snq_person6_q6 best32. ;
	informat snq_person6_q7 best32. ;
	informat snq_person6_q8 best32. ;
	informat snq_person6_q9 best32. ;
	informat snq_person6_q10 best32. ;
	informat add_nw_member7 best32. ;
	informat snq_7_age best32. ;
	informat snq_person7_relationship best32. ;
	informat snq_person7_q1 best32. ;
	informat snq_person7_q2 best32. ;
	informat snq_person7_q3 best32. ;
	informat snq_person7_q4 best32. ;
	informat snq_person7_q5 best32. ;
	informat snq_person7_q6 best32. ;
	informat snq_person7_q7 best32. ;
	informat snq_person7_q8 best32. ;
	informat snq_person7_q9 best32. ;
	informat snq_person7_q10 best32. ;
	informat add_nw_member_8 best32. ;
	informat snq_8_age best32. ;
	informat snq_person8_relationship best32. ;
	informat snq_person8_q1 best32. ;
	informat snq_person8_q2 best32. ;
	informat snq_person8_q3 best32. ;
	informat snq_person8_q4 best32. ;
	informat snq_person8_q5 best32. ;
	informat snq_person8_q6 best32. ;
	informat snq_person8_q7 best32. ;
	informat snq_person8_q8 best32. ;
	informat snq_person8_q09 best32. ;
	informat snq_person8_q10 best32. ;
	informat add_nw_member9 best32. ;
	informat snq_9_age best32. ;
	informat snq_person9_relationship best32. ;
	informat snq_person9_q1 best32. ;
	informat snq_person9_q2 best32. ;
	informat snq_person9_q3 best32. ;
	informat snq_person9_q4 best32. ;
	informat snq_person9_q5 best32. ;
	informat snq_person9_q6 best32. ;
	informat snq_person9_q7 best32. ;
	informat snq_person9_q8 best32. ;
	informat snq_person9_q9 best32. ;
	informat snq_person9_q10 best32. ;
	informat add_nw_member_10 best32. ;
	informat snq_10_age best32. ;
	informat snq_person10_relationship best32. ;
	informat snq_person10_q1 best32. ;
	informat snq_person10_q2 best32. ;
	informat snq_person10_q3 best32. ;
	informat snq_person10_q4 best32. ;
	informat snq_person10_q5 best32. ;
	informat snq_person10_q6 best32. ;
	informat snq_person10_q7 best32. ;
	informat snq_person10_q8 best32. ;
	informat snq_person10_q9 best32. ;
	informat snq_person10_q10 best32. ;
	informat lost_relationship best32. ;
	informat spouse_not_available best32. ;
	informat child_not_available best32. ;
	informat relative_not_available best32. ;
	informat friends_not_available best32. ;
	informat other_not_available best32. ;
	informat lost_support best32. ;
	informat options_reduce_drink1 best32. ;
	informat options_reduce_drink2 best32. ;
	informat options_reduce_drink3 best32. ;
	informat options_reduce_drink4 best32. ;
	informat options_reduce_drink5 best32. ;
	informat options_reduce_drink6 best32. ;
	informat options_reduce_drink7 best32. ;
	informat options_reduce_drink8 best32. ;
	informat options_reduce_drink9 best32. ;
	informat options_reduce_drink10 best32. ;
	informat code_word $500. ;
	informat almost best32. ;
	informat research_survey_of_d_v_1 best32. ;

	format record_id best32. ;
	format redcap_data_access_group $500. ;
	format redcap_survey_identifier $500. ;
	format research_survey_of_d_v_0 $500. ;
	format icf best12. ;
	format dob yymmdd10. ;
	format zip_code $500. ;
	format gender best12. ;
	format race best12. ;
	format hispanic_latino best12. ;
	format marital_status best12. ;
	format number_children best12. ;
	format level_education best12. ;
	format yearly_income best12. ;
	format household_income best12. ;
	format public_benefit_1 best12. ;
	format public_benefit_2 best12. ;
	format public_benefit_3 best12. ;
	format public_benefit_4 best12. ;
	format public_benefit_5 best12. ;
	format young_adult_you_know best12. ;
	format young_adults_live_near best12. ;
	format young_adult_interacted best12. ;
	format yng_adlt_interact_online best12. ;
	format age_first_drink best12. ;
	format age_first_intoxicated best12. ;
	format drink_days_past30 best12. ;
	format drinks_per_drink_day best12. ;
	format treatment_intervention___1 best12. ;
	format treatment_intervention___2 best12. ;
	format treatment_intervention___3 best12. ;
	format treatment_intervention___4 best12. ;
	format treatment_intervention___5 best12. ;
	format treatment_intervention___6 best12. ;
	format current_tobacco_use best12. ;
	format lifetime_illicit_drug best12. ;
	format lifetime_prscrptn_drugs best12. ;
	format lifetime_alc_drug_mix best12. ;
	format yaacqb_1 best12. ;
	format yaacqb_2 best12. ;
	format yaacqb_3 best12. ;
	format yaacqb_4 best12. ;
	format yaacqb_5 best12. ;
	format yaacqb_6 best12. ;
	format yaacqb_7 best12. ;
	format yaacqb_8 best12. ;
	format yaacqb_9 best12. ;
	format yaacqb_10 best12. ;
	format yaacqb_11 best12. ;
	format yaacqb_12 best12. ;
	format yaacqb_13 best12. ;
	format yaacqb_14 best12. ;
	format yaacqb_15 best12. ;
	format yaacqb_16 best12. ;
	format yaacqb_17 best12. ;
	format yaacqb_18 best12. ;
	format yaacqb_19 best12. ;
	format yaacqb_20 best12. ;
	format yaacqb_21 best12. ;
	format yaacqb_22 best12. ;
	format yaacqb_23 best12. ;
	format yaacqb_24 best12. ;
	format dd_1 best12. ;
	format dd_2 best12. ;
	format dd_3 best12. ;
	format dd_4 best12. ;
	format dd_5 best12. ;
	format dd_6 best12. ;
	format dd_7 best12. ;
	format dd_8 best12. ;
	format dd_9 best12. ;
	format dd_10 best12. ;
	format dd_11 best12. ;
	format dd_12 best12. ;
	format dd_13 best12. ;
	format dd_14 best12. ;
	format dd_15 best12. ;
	format dd_16 best12. ;
	format dd_17 best12. ;
	format apt_1 best12. ;
	format apt_2 best12. ;
	format apt_3 best12. ;
	format apt_4 best12. ;
	format apt_5 best12. ;
	format apt_6 best12. ;
	format apt_7 best12. ;
	format apt_8 best12. ;
	format apt_9 best12. ;
	format apt_10 best12. ;
	format apt_11 best12. ;
	format apt_12 best12. ;
	format apt_13 best12. ;
	format apt_14 best12. ;
	format apt_15 best12. ;
	format apt_16 best12. ;
	format apt_17 best12. ;
	format apt_18 best12. ;
	format rdea_index_1 best12. ;
	format rdea_index_2 best12. ;
	format past30_savings best12. ;
	format ac_lvl_wod_freq1 best12. ;
	format ac_lvl_wod_freq2 best12. ;
	format ac_lvl_wod_freq3 best12. ;
	format ac_lvl_wod_freq4 best12. ;
	format ac_lvl_wod_freq5 best12. ;
	format ac_lvl_wod_freq6 best12. ;
	format ac_lvl_wod_freq7 best12. ;
	format ac_lvl_wod_freq8 best12. ;
	format ac_lvl_wod_freq9 best12. ;
	format ac_lvl_wod_freq10 best12. ;
	format ac_lvl_wod_freq11 best12. ;
	format ac_lvl_wod_freq12 best12. ;
	format ac_lvl_wod_freq13 best12. ;
	format ac_lvl_wod_freq14 best12. ;
	format ac_lvl_wod_freq15 best12. ;
	format ac_lvl_wod_freq16 best12. ;
	format ac_lvl_wod_freq17 best12. ;
	format ac_lvl_wod_freq18 best12. ;
	format ac_lvl_wod_freq19 best12. ;
	format ac_lvl_wod_freq20 best12. ;
	format ac_lvl_wod_freq21 best12. ;
	format ac_lvl_wod_freq22 best12. ;
	format ac_lvl_wod_freq23 best12. ;
	format ac_lvl_wod_freq24 best12. ;
	format ac_lvl_wod_freq25 best12. ;
	format ac_lvl_wod_freq26 best12. ;
	format ac_lvl_wod_freq27 best12. ;
	format ac_lvl_wod_freq28 best12. ;
	format ac_lvl_wod_freq29 best12. ;
	format ac_lvl_wod_freq30 best12. ;
	format ac_lvl_wod_freq31 best12. ;
	format ac_lvl_wod_freq32 best12. ;
	format ac_lvl_wod_freq33 best12. ;
	format ac_lvl_wod_freq34 best12. ;
	format ac_lvl_wod_freq35 best12. ;
	format ac_lvl_wod_freq36 best12. ;
	format act_lvl_wd_freq1 best12. ;
	format act_lvl_wd_freq2 best12. ;
	format act_lvl_wd_freq3 best12. ;
	format act_lvl_wd_freq4 best12. ;
	format act_lvl_wd_freq5 best12. ;
	format act_lvl_wd_freq6 best12. ;
	format act_lvl_wd_freq7 best12. ;
	format act_lvl_wd_freq8 best12. ;
	format act_lvl_wd_freq9 best12. ;
	format act_lvl_wd_freq10 best12. ;
	format act_lvl_wd_freq11 best12. ;
	format act_lvl_wd_freq12 best12. ;
	format act_lvl_wd_freq13 best12. ;
	format act_lvl_wd_freq14 best12. ;
	format act_lvl_wd_freq15 best12. ;
	format act_lvl_wd_freq16 best12. ;
	format act_lvl_wd_freq17 best12. ;
	format act_lvl_wd_freq18 best12. ;
	format act_lvl_wd_freq19 best12. ;
	format act_lvl_wd_freq20 best12. ;
	format act_lvl_wd_freq21 best12. ;
	format act_lvl_wd_freq22 best12. ;
	format act_lvl_wd_freq23 best12. ;
	format act_lvl_wd_freq24 best12. ;
	format act_lvl_wd_freq25 best12. ;
	format act_lvl_wd_freq26 best12. ;
	format act_lvl_wd_freq27 best12. ;
	format act_lvl_wd_freq28 best12. ;
	format act_lvl_wd_freq29 best12. ;
	format act_lvl_wd_freq30 best12. ;
	format act_lvl_wd_freq31 best12. ;
	format act_lvl_wd_freq32 best12. ;
	format act_lvl_wd_freq33 best12. ;
	format act_lvl_wd_freq34 best12. ;
	format act_lvl_wd_freq35 best12. ;
	format act_lvl_wd_freq36 best12. ;
	format pbss20_1 best12. ;
	format pbss20_2 best12. ;
	format pbss20_3 best12. ;
	format pbss20_4 best12. ;
	format pbss20_5 best12. ;
	format pbss20_6 best12. ;
	format pbss20_7 best12. ;
	format pbss20_8 best12. ;
	format pbss20_9 best12. ;
	format pbss20_10 best12. ;
	format pbss20_11 best12. ;
	format pbss20_12 best12. ;
	format pbss20_13 best12. ;
	format pbss20_14 best12. ;
	format pbss20_15 best12. ;
	format pbss20_16 best12. ;
	format pbss20_17 best12. ;
	format pbss20_18 best12. ;
	format pbss20_19 best12. ;
	format pbss20_20 best12. ;
	format bscq_1 best12. ;
	format bscq_2 best12. ;
	format bscq_3 best12. ;
	format bscq_4 best12. ;
	format bscq_5 best12. ;
	format bscq_6 best12. ;
	format bscq_7 best12. ;
	format bscq_8 best12. ;
	format behavior_change_ladder_2 best12. ;
	format snq_1_age best12. ;
	format snq_1_relation best12. ;
	format snq_person1_q1 best12. ;
	format snq_person1_q2 best12. ;
	format snq_person1_q3 best12. ;
	format snq_person1_q4 best12. ;
	format snq_person1_q5 best12. ;
	format snq_person1_q6 best12. ;
	format snq_person1_q7 best12. ;
	format snq_person1_q8 best12. ;
	format snq_person1_q9 best12. ;
	format snq_person1_q10 best12. ;
	format snq_2_age best12. ;
	format snq_person2_relationship best12. ;
	format snq_person2_q1 best12. ;
	format snq_person2_q2 best12. ;
	format snq_person2_q3 best12. ;
	format snq_person2_q4 best12. ;
	format snq_person2_q5 best12. ;
	format snq_person2_q6 best12. ;
	format snq_person2_q7 best12. ;
	format snq_person2_q8 best12. ;
	format snq_person2_q9 best12. ;
	format snq_person2_q10 best12. ;
	format snq_3_age best12. ;
	format snq_person3_relationship best12. ;
	format snq_person3_q1 best12. ;
	format snq_person3_q2 best12. ;
	format snq_person3_q3 best12. ;
	format snq_person3_q4 best12. ;
	format snq_person3_q5 best12. ;
	format snq_person3_q6 best12. ;
	format snq_person3_q7 best12. ;
	format snq_person3_q8 best12. ;
	format snq_person3_q9 best12. ;
	format snq_person3_q10 best12. ;
	format snq_4_age best12. ;
	format snq_person4_relationship best12. ;
	format snq_person4_q1 best12. ;
	format snq_person4_q2 best12. ;
	format snq_person4_q3 best12. ;
	format snq_person4_q4 best12. ;
	format snq_person4_q5 best12. ;
	format snq_person4_q6 best12. ;
	format snq_person4_q7 best12. ;
	format snq_person4_q8 best12. ;
	format snq_person4_q9 best12. ;
	format snq_person4_q10 best12. ;
	format add_nw_member5 best12. ;
	format snq_5_age best12. ;
	format snq_person5_relationship best12. ;
	format snq_person5_q1 best12. ;
	format snq_person5_q2 best12. ;
	format snq_person5_q3 best12. ;
	format snq_person5_q4 best12. ;
	format snq_person5_q5 best12. ;
	format snq_person5_q6 best12. ;
	format snq_person5_q7 best12. ;
	format snq_person5_q8 best12. ;
	format snq_person5_q9 best12. ;
	format snq_person5_q10 best12. ;
	format add_nw_member6 best12. ;
	format snq_6_age best12. ;
	format snq_person6_relationship best12. ;
	format snq_person6_q1 best12. ;
	format snq_person6_q2 best12. ;
	format snq_person6_q3 best12. ;
	format snq_person6_q4 best12. ;
	format snq_person6_q5 best12. ;
	format snq_person6_q6 best12. ;
	format snq_person6_q7 best12. ;
	format snq_person6_q8 best12. ;
	format snq_person6_q9 best12. ;
	format snq_person6_q10 best12. ;
	format add_nw_member7 best12. ;
	format snq_7_age best12. ;
	format snq_person7_relationship best12. ;
	format snq_person7_q1 best12. ;
	format snq_person7_q2 best12. ;
	format snq_person7_q3 best12. ;
	format snq_person7_q4 best12. ;
	format snq_person7_q5 best12. ;
	format snq_person7_q6 best12. ;
	format snq_person7_q7 best12. ;
	format snq_person7_q8 best12. ;
	format snq_person7_q9 best12. ;
	format snq_person7_q10 best12. ;
	format add_nw_member_8 best12. ;
	format snq_8_age best12. ;
	format snq_person8_relationship best12. ;
	format snq_person8_q1 best12. ;
	format snq_person8_q2 best12. ;
	format snq_person8_q3 best12. ;
	format snq_person8_q4 best12. ;
	format snq_person8_q5 best12. ;
	format snq_person8_q6 best12. ;
	format snq_person8_q7 best12. ;
	format snq_person8_q8 best12. ;
	format snq_person8_q09 best12. ;
	format snq_person8_q10 best12. ;
	format add_nw_member9 best12. ;
	format snq_9_age best12. ;
	format snq_person9_relationship best12. ;
	format snq_person9_q1 best12. ;
	format snq_person9_q2 best12. ;
	format snq_person9_q3 best12. ;
	format snq_person9_q4 best12. ;
	format snq_person9_q5 best12. ;
	format snq_person9_q6 best12. ;
	format snq_person9_q7 best12. ;
	format snq_person9_q8 best12. ;
	format snq_person9_q9 best12. ;
	format snq_person9_q10 best12. ;
	format add_nw_member_10 best12. ;
	format snq_10_age best12. ;
	format snq_person10_relationship best12. ;
	format snq_person10_q1 best12. ;
	format snq_person10_q2 best12. ;
	format snq_person10_q3 best12. ;
	format snq_person10_q4 best12. ;
	format snq_person10_q5 best12. ;
	format snq_person10_q6 best12. ;
	format snq_person10_q7 best12. ;
	format snq_person10_q8 best12. ;
	format snq_person10_q9 best12. ;
	format snq_person10_q10 best12. ;
	format lost_relationship best12. ;
	format spouse_not_available best12. ;
	format child_not_available best12. ;
	format relative_not_available best12. ;
	format friends_not_available best12. ;
	format other_not_available best12. ;
	format lost_support best12. ;
	format options_reduce_drink1 best12. ;
	format options_reduce_drink2 best12. ;
	format options_reduce_drink3 best12. ;
	format options_reduce_drink4 best12. ;
	format options_reduce_drink5 best12. ;
	format options_reduce_drink6 best12. ;
	format options_reduce_drink7 best12. ;
	format options_reduce_drink8 best12. ;
	format options_reduce_drink9 best12. ;
	format options_reduce_drink10 best12. ;
	format code_word $500. ;
	format almost best12. ;
	format research_survey_of_d_v_1 best12. ;

input
		record_id $
		redcap_data_access_group $
		redcap_survey_identifier $
		research_survey_of_d_v_0 $
		icf
		dob
		zip_code $
		gender
		race
		hispanic_latino
		marital_status
		number_children
		level_education
		yearly_income
		household_income
		public_benefit_1
		public_benefit_2
		public_benefit_3
		public_benefit_4
		public_benefit_5
		young_adult_you_know
		young_adults_live_near
		young_adult_interacted
		yng_adlt_interact_online
		age_first_drink
		age_first_intoxicated
		drink_days_past30
		drinks_per_drink_day
		treatment_intervention___1
		treatment_intervention___2
		treatment_intervention___3
		treatment_intervention___4
		treatment_intervention___5
		treatment_intervention___6
		current_tobacco_use
		lifetime_illicit_drug
		lifetime_prscrptn_drugs
		lifetime_alc_drug_mix
		yaacqb_1
		yaacqb_2
		yaacqb_3
		yaacqb_4
		yaacqb_5
		yaacqb_6
		yaacqb_7
		yaacqb_8
		yaacqb_9
		yaacqb_10
		yaacqb_11
		yaacqb_12
		yaacqb_13
		yaacqb_14
		yaacqb_15
		yaacqb_16
		yaacqb_17
		yaacqb_18
		yaacqb_19
		yaacqb_20
		yaacqb_21
		yaacqb_22
		yaacqb_23
		yaacqb_24
		dd_1
		dd_2
		dd_3
		dd_4
		dd_5
		dd_6
		dd_7
		dd_8
		dd_9
		dd_10
		dd_11
		dd_12
		dd_13
		dd_14
		dd_15
		dd_16
		dd_17
		apt_1
		apt_2
		apt_3
		apt_4
		apt_5
		apt_6
		apt_7
		apt_8
		apt_9
		apt_10
		apt_11
		apt_12
		apt_13
		apt_14
		apt_15
		apt_16
		apt_17
		apt_18
		rdea_index_1
		rdea_index_2
		past30_savings
		ac_lvl_wod_freq1
		ac_lvl_wod_freq2
		ac_lvl_wod_freq3
		ac_lvl_wod_freq4
		ac_lvl_wod_freq5
		ac_lvl_wod_freq6
		ac_lvl_wod_freq7
		ac_lvl_wod_freq8
		ac_lvl_wod_freq9
		ac_lvl_wod_freq10
		ac_lvl_wod_freq11
		ac_lvl_wod_freq12
		ac_lvl_wod_freq13
		ac_lvl_wod_freq14
		ac_lvl_wod_freq15
		ac_lvl_wod_freq16
		ac_lvl_wod_freq17
		ac_lvl_wod_freq18
		ac_lvl_wod_freq19
		ac_lvl_wod_freq20
		ac_lvl_wod_freq21
		ac_lvl_wod_freq22
		ac_lvl_wod_freq23
		ac_lvl_wod_freq24
		ac_lvl_wod_freq25
		ac_lvl_wod_freq26
		ac_lvl_wod_freq27
		ac_lvl_wod_freq28
		ac_lvl_wod_freq29
		ac_lvl_wod_freq30
		ac_lvl_wod_freq31
		ac_lvl_wod_freq32
		ac_lvl_wod_freq33
		ac_lvl_wod_freq34
		ac_lvl_wod_freq35
		ac_lvl_wod_freq36
		act_lvl_wd_freq1
		act_lvl_wd_freq2
		act_lvl_wd_freq3
		act_lvl_wd_freq4
		act_lvl_wd_freq5
		act_lvl_wd_freq6
		act_lvl_wd_freq7
		act_lvl_wd_freq8
		act_lvl_wd_freq9
		act_lvl_wd_freq10
		act_lvl_wd_freq11
		act_lvl_wd_freq12
		act_lvl_wd_freq13
		act_lvl_wd_freq14
		act_lvl_wd_freq15
		act_lvl_wd_freq16
		act_lvl_wd_freq17
		act_lvl_wd_freq18
		act_lvl_wd_freq19
		act_lvl_wd_freq20
		act_lvl_wd_freq21
		act_lvl_wd_freq22
		act_lvl_wd_freq23
		act_lvl_wd_freq24
		act_lvl_wd_freq25
		act_lvl_wd_freq26
		act_lvl_wd_freq27
		act_lvl_wd_freq28
		act_lvl_wd_freq29
		act_lvl_wd_freq30
		act_lvl_wd_freq31
		act_lvl_wd_freq32
		act_lvl_wd_freq33
		act_lvl_wd_freq34
		act_lvl_wd_freq35
		act_lvl_wd_freq36
		pbss20_1
		pbss20_2
		pbss20_3
		pbss20_4
		pbss20_5
		pbss20_6
		pbss20_7
		pbss20_8
		pbss20_9
		pbss20_10
		pbss20_11
		pbss20_12
		pbss20_13
		pbss20_14
		pbss20_15
		pbss20_16
		pbss20_17
		pbss20_18
		pbss20_19
		pbss20_20
		bscq_1
		bscq_2
		bscq_3
		bscq_4
		bscq_5
		bscq_6
		bscq_7
		bscq_8
		behavior_change_ladder_2
		snq_1_age
		snq_1_relation
		snq_person1_q1
		snq_person1_q2
		snq_person1_q3
		snq_person1_q4
		snq_person1_q5
		snq_person1_q6
		snq_person1_q7
		snq_person1_q8
		snq_person1_q9
		snq_person1_q10
		snq_2_age
		snq_person2_relationship
		snq_person2_q1
		snq_person2_q2
		snq_person2_q3
		snq_person2_q4
		snq_person2_q5
		snq_person2_q6
		snq_person2_q7
		snq_person2_q8
		snq_person2_q9
		snq_person2_q10
		snq_3_age
		snq_person3_relationship
		snq_person3_q1
		snq_person3_q2
		snq_person3_q3
		snq_person3_q4
		snq_person3_q5
		snq_person3_q6
		snq_person3_q7
		snq_person3_q8
		snq_person3_q9
		snq_person3_q10
		snq_4_age
		snq_person4_relationship
		snq_person4_q1
		snq_person4_q2
		snq_person4_q3
		snq_person4_q4
		snq_person4_q5
		snq_person4_q6
		snq_person4_q7
		snq_person4_q8
		snq_person4_q9
		snq_person4_q10
		add_nw_member5
		snq_5_age
		snq_person5_relationship
		snq_person5_q1
		snq_person5_q2
		snq_person5_q3
		snq_person5_q4
		snq_person5_q5
		snq_person5_q6
		snq_person5_q7
		snq_person5_q8
		snq_person5_q9
		snq_person5_q10
		add_nw_member6
		snq_6_age
		snq_person6_relationship
		snq_person6_q1
		snq_person6_q2
		snq_person6_q3
		snq_person6_q4
		snq_person6_q5
		snq_person6_q6
		snq_person6_q7
		snq_person6_q8
		snq_person6_q9
		snq_person6_q10
		add_nw_member7
		snq_7_age
		snq_person7_relationship
		snq_person7_q1
		snq_person7_q2
		snq_person7_q3
		snq_person7_q4
		snq_person7_q5
		snq_person7_q6
		snq_person7_q7
		snq_person7_q8
		snq_person7_q9
		snq_person7_q10
		add_nw_member_8
		snq_8_age
		snq_person8_relationship
		snq_person8_q1
		snq_person8_q2
		snq_person8_q3
		snq_person8_q4
		snq_person8_q5
		snq_person8_q6
		snq_person8_q7
		snq_person8_q8
		snq_person8_q09
		snq_person8_q10
		add_nw_member9
		snq_9_age
		snq_person9_relationship
		snq_person9_q1
		snq_person9_q2
		snq_person9_q3
		snq_person9_q4
		snq_person9_q5
		snq_person9_q6
		snq_person9_q7
		snq_person9_q8
		snq_person9_q9
		snq_person9_q10
		add_nw_member_10
		snq_10_age
		snq_person10_relationship
		snq_person10_q1
		snq_person10_q2
		snq_person10_q3
		snq_person10_q4
		snq_person10_q5
		snq_person10_q6
		snq_person10_q7
		snq_person10_q8
		snq_person10_q9
		snq_person10_q10
		lost_relationship
		spouse_not_available
		child_not_available
		relative_not_available
		friends_not_available
		other_not_available
		lost_support
		options_reduce_drink1
		options_reduce_drink2
		options_reduce_drink3
		options_reduce_drink4
		options_reduce_drink5
		options_reduce_drink6
		options_reduce_drink7
		options_reduce_drink8
		options_reduce_drink9
		options_reduce_drink10
		code_word $
		almost
		research_survey_of_d_v_1
;
if _ERROR_ then call symput('_EFIERR_',"1");
run;

proc contents;run;


data RDS.redcap;
	set redcap;
	label record_id='Record ID';
	label redcap_data_access_group='Data Access Group';
	label redcap_survey_identifier='Survey Identifier';
	label research_survey_of_d_v_0='Survey Timestamp';
	label icf='Thank you for enrolling in the study.   PLEASE NOTE: We recommend that you complete the survey in private to protect your privacy and confidentiality when answering questions.  INFORMATION AND CONSENT  INTRODUCTION  Please read this form which describes the study in some detail. A member of the research team will describe this study to you and answer all of your questions.  Your participation is entirely voluntary. If you choose to participate you can change your mind at any time and withdraw from the study. You will not be penalized in any way or lose any benefits to which you would otherwise be entitled if you choose not to participate in this study or to withdraw.  If you have questions about your rights as a research subject, please call the University of Florida Institutional Review Board (IRB) office at (352) 273-9600.     GENERAL INFORMATION ABOUT THIS STUDY  The title of this research study is Web Survey of Drinking Practices and Social Networks Among Young Adult Drinkers Recruited by Peer Referral.  The sponsor of this research study is the Department of Health Education and Behavior at the University of Florida.  The purpose of this research study is to conduct a web survey of young adults ages 21-29 who are living in the community about their drinking practices and consequences, behaviors relevant to drinking risk reduction, social networks, and personal characteristics (for example, your age, gender, race/ethnicity). This information will help guide the development of alcohol prevention programs for young adults living in the community. The study will use a digital peer-driven recruitment system that asks each participant to invite up to 3 peers to participate in the survey using a paper referral coupon or a brief text or email message.  You are being asked to be in this research study because you are between the ages of 21 and 29, living in Florida, and reported drinking practices of interest to the researchers in a screening questionnaire.   WHAT CAN YOU EXPECT IF YOU PARTICIPATE IN THIS STUDY  Your answers to the screening questionnaire will be recorded in a research record. You will answer a more detailed survey about your drinking practices and consequences, behaviors relevant to drinking risk reduction, social networks, and personal characteristics.   Study staff will instruct you how you may recruit up to 3 of your peers to the study. You will be given up to 3 unique enrollment code numbers to use to refer your peers. Not everyone will be asked to recruit peers depending on how the enrollment of peers into the study is progressing.   If you have any questions now or at any time during the study, please contact one of the research team members at 352-294-1068 or UFDrinkSurvey@hhp.ufl.edu.  The survey takes no more than 30 minutes. Receiving instructions on how to make referrals takes about 10 minutes. Making referrals should take 5 minutes or less. Your unique enrollment code numbers will expire 14 days after today''s date.  RISKS AND BENEFITS OF THIS STUDY AND OTHER OPTIONS  Our past experience with the peer referral process indicates that it is widely acceptable to participants and their peers. However, you may feel some discomfort in telling your peers about the study.  Researchers will take appropriate steps to protect any information they collect about you.  However, there is a slight risk that information about you could be revealed inappropriately or accidentally. Depending on the nature of the information, such a release could upset or embarrass you, or possibly affect your insurability or employability.  The section titled PRIVACY AND CONFIDENTIALITY OF RESEARCH RECORDS in this form discusses what information about you will be collected, used, protected, and shared.  The peer referral process uses unique enrollment code numbers, not names or other personal identification. Research staff will not tell you which referrals are eligible and enrolled or anything about their survey answers or other personal information, nor will we tell your referrals anything about you. You must refer your peers using the unique enrollment code numbers. Research staff will not accept information about your peers from you or contact them for you.  This study may include risks that are unknown at this time.  Participation in more than one research study or project may further increase the risks to you.  If you are already enrolled in another research study, please inform one of the research team members at 352-294-1068 or UFDrinkSurvey@hhp.ufl.edu before enrolling in this or any other research study or project.  Throughout the study, the researchers will notify you of new information that may become available and might affect your decision to remain in the study.   If you wish to discuss the information above or any discomforts you may experience, please contact one of the research team members at 352-294-1068 or UFDrinkSurvey@hhp.ufl.edu now or at any time during the study.  You may not experience any benefits from taking part in this research study.  Potential scientific benefits include increased knowledge about the social networks and drinking practices and problems of drinkers aged 21-29 years, collected using digital methods. The knowledge gained may help create assessments and intervention programs to prevent drinking problems among young adult drinkers.  In general, presenting research results helps the career of a scientist. Therefore, the Principal Investigator listed in the Introduction of this form may benefit if the results of this study are presented at scientific meetings or in scientific journals.  If you do not want to be in this study, you are free to decline to participate.  You are free to withdraw your consent and to stop participating in this study at any time.  If you do withdraw your consent, you will not be penalized in any way and you will not lose any benefits to which you are entitled.  If you decide to withdraw your consent to participate in this study for any reason, please contact one of the research team members at 352-294-1068 or UFDrinkSurvey@hhp.ufl.edu. They will tell you how to stop your participation safely.  If you have any questions regarding your rights as a research subject, please call the Institutional Review Board (IRB) office at (352) 273-9600.  If you withdraw, no more information about you will be collected. Information you already provided may still be used.  You may be withdrawn from the study without your consent for the following reasons: • You were already enrolled • You do not meet the criteria to participate  FINANCIAL ISSUES   Participating in this research study will not cost you anything.  You will be paid $30 for your time today to complete the survey and receive instructions about how to refer your peers to the study. You will be given 3 unique enrollment code numbers you can use to refer up to 3 of your peers. You will be paid $15 for each peer, up to a maximum of 3, who is eligible and enrolls in the study using one of your unique enrollment code numbers. The total possible payment to you is $75 ($30 for your time today and up to $45 for peer recruitment).  Our past experience with the peer referral process indicates that it is widely acceptable to participants and their peers, and participating involves no more discomfort or risk than experienced in everyday life. But if you experience any discomfort or injury in the course of participating in the study, you should seek safety and help as you would in everyday life, including calling 911 in an emergency.   Please contact one of the research team members at 352-294-1068 or UFDrinkSurvey@hhp.ufl.edu if you experience an injury or have questions about any discomforts that you experience while participating in this study.  PRIVACY AND CONFIDENTIALITY OF RESEARCH RECORDS  Information collected about you will be stored in locked filing cabinets or in computers. with security passwords.  Only certain people have the legal right to review these research records, and they will protect the secrecy (confidentiality) of these records as much as the law allows.  These people include the researchers for this study, certain University of Florida officials, and the Institutional Review Board (IRB; an IRB is a group of people who are responsible for looking after the rights and welfare of people taking part in research).   Otherwise your research records will not be released without your permission unless required by law or a court order.  Researchers will take appropriate steps to protect any information they collect about you.  However there is a slight risk that information about you could be revealed inappropriately or accidentally.  Depending on the nature of the information such a release could upset or embarrass you, or possibly even affect your insurability or employability.    If the results of this research are published or presented at scientific meetings, your identity will not be disclosed.  AGREEMENT   You have been informed about this study''s purpose, procedures, possible benefits, and risks; the alternatives to being in the study; and how your privacy will be protected.  You may print a copy of this information.  You have been given the opportunity to ask questions before you sign, and you have been told that you can ask other questions at any time.    You voluntarily agree to participate in this study.  By clicking the agree button, you are not waiving any of your legal rights.   ';
	label dob='What is your date of birth? (ex. 07/18/1987)';
	label zip_code='What is your zip code?';
	label gender='What is your gender?';
	label race='What race do you consider yourself?';
	label hispanic_latino='Are you of Hispanic or Latino origin?';
	label marital_status='What is your marital status?';
	label number_children='How many children do you have?';
	label level_education='What is the highest grade of school you have completed?';
	label yearly_income='How much money did you make last year? Count money from a regular job, occasional  work for pay (such as raking or mowing yards), money someone gave you (not a loan), welfare  payments, and under-the-table activities. ';
	label household_income='How much money did your household make last year? This includes you and your partner  or relatives who live with you. Count money from a regular job, occasional work for pay (such as  raking or mowing yards), money someone gave you (not a loan), welfare payments, and under-the-table  activities. ';
	label public_benefit_1='Free or reduced price school lunch';
	label public_benefit_2='Food stamps (SNAP)';
	label public_benefit_3='WIC';
	label public_benefit_4='Welfare (AFDC or TANF)';
	label public_benefit_5='Disability';
	label young_adult_you_know='How many young adults aged 21 to 29 do you know?';
	label young_adults_live_near='How many young adults aged 21 to 29 do you know who live in your area?  ';
	label young_adult_interacted='With how many of these young adults aged 21-29 living in your area could you contact and have you interacted in the past 3 months? ';
	label yng_adlt_interact_online='Of these young adults aged 21-29 with whom you have interacted within the past 3 months, how many of them have you communicated with online?:  ';
	label age_first_drink='How old were you when you first started drinking, not counting small tastes or sips of alcohol?';
	label age_first_intoxicated='How old were you when you first became intoxicated from drinking alcohol?';
	label drink_days_past30='How many days during the past month did you drink any alcohol? ';
	label drinks_per_drink_day='On days when you drank alcohol during the past month, how many drinks did you typically consume?  A standard drink is a 12-ounce beer, 5-ounce glass of wine, or 1.5 ounces of hard liquor.  ';
	label treatment_intervention___1='Have you ever received any kind of treatment or intervention for your drinking and related problems?    Check all that apply: (choice=Medications such Antabuse or Naltrexone)';
	label treatment_intervention___2='Have you ever received any kind of treatment or intervention for your drinking and related problems?    Check all that apply: (choice=Inpatient or outpatient treatments where the main focus was on your drinking problem)';
	label treatment_intervention___3='Have you ever received any kind of treatment or intervention for your drinking and related problems?    Check all that apply: (choice=Help from Alcoholics Anonymous or similar mutual help groups)';
	label treatment_intervention___4='Have you ever received any kind of treatment or intervention for your drinking and related problems?    Check all that apply: (choice=Alcohol education course or class (e.g., for a DUI arrest))';
	label treatment_intervention___5='Have you ever received any kind of treatment or intervention for your drinking and related problems?    Check all that apply: (choice=I have never received any kind of treatment or intervention for drinking or related problems)';
	label treatment_intervention___6='Have you ever received any kind of treatment or intervention for your drinking and related problems?    Check all that apply: (choice=I choose not to answer)';
	label current_tobacco_use='Do you currently use tobacco products?';
	label lifetime_illicit_drug='In your lifetime, have you ever used illegal drugs (e.g. marijuana, cocaine, heroin) for non-medical reasons?';
	label lifetime_prscrptn_drugs='In your lifetime, have you ever used prescription drugs (e.g., painkillers, anti-anxiety drugs such as Xanax, or stimulants such as Adderall) for non-medical reasons?';
	label lifetime_alc_drug_mix='In your lifetime, have you ever used illegal or prescription drugs while drinking alcohol? ';
	label yaacqb_1='While drinking, I have said or done embarrassing things.';
	label yaacqb_2='I have had a hangover (headache, sick stomach) the morning after I had been drinking.';
	label yaacqb_3='I have felt very sick to my stomach or thrown up after drinking.';
	label yaacqb_4='I often have ended up drinking on nights when I had planned not to drink.';
	label yaacqb_5='I have taken foolish risks when I have been drinking.';
	label yaacqb_6='I have passed out from drinking.';
	label yaacqb_7='I have found that I needed larger amounts of alcohol to feel any effect, or that I could no longer get high or drunk on the amount that used to get me high or drunk.';
	label yaacqb_8='When drinking, I have done impulsive things that I regretted later.';
	label yaacqb_9='I''ve not been able to remember large stretches of time while drinking heavily.';
	label yaacqb_10='I have driven a car when I knew I had too much to drink to drive safely.';
	label yaacqb_11='I have not gone to work or missed classes at school because of drinking, a hangover, or illness caused by drinking.';
	label yaacqb_12='My drinking has gotten me into sexual situations I later regretted.';
	label yaacqb_13='I have often found it difficult to limit how much I drink.';
	label yaacqb_14='I have become very rude, obnoxious or insulting after drinking.';
	label yaacqb_15='I have woken up in an unexpected place after heavy drinking.';
	label yaacqb_16='I have felt badly about myself because of my drinking.';
	label yaacqb_17='I have had less energy or felt tired because of my drinking.';
	label yaacqb_18='The quality of my work or schoolwork has suffered because of my drinking.';
	label yaacqb_19='I have spent too much time drinking.';
	label yaacqb_20='I have neglected my obligations to family, work, or school because of drinking.';
	label yaacqb_21='My drinking has created problems between myself and my boyfriend/girlfriend/spouse, parents , or other near relatives.';
	label yaacqb_22='I have been overweight because of drinking.';
	label yaacqb_23='My physical appearance has been harmed by my drinking.';
	label yaacqb_24='I have felt like I needed a drink after I''d gotten up (that is, before breakfast).';
	label dd_1='Would you rather have . . .';
	label dd_2='Would you rather have . . .';
	label dd_3='Would you rather have . . .';
	label dd_4='Would you rather have . . .';
	label dd_5='Would you rather have . . .';
	label dd_6='Would you rather have . . .';
	label dd_7='Would you rather have . . .';
	label dd_8='Would you rather have . . .';
	label dd_9='Would you rather have . . .';
	label dd_10='Would you rather have . . .';
	label dd_11='Would you rather have . . .';
	label dd_12='Would you rather have . . .';
	label dd_13='Would you rather have . . .';
	label dd_14='Would you rather have . . .';
	label dd_15='Would you rather have . . .';
	label dd_16='Would you rather have . . .';
	label dd_17='Would you rather have . . .';
	label apt_1='How many drinks would you have if they were free?  ';
	label apt_2='How many drinks would you have if they were $.25 each?';
	label apt_3='How many drinks would you have if they were $.50 each?';
	label apt_4='How many drinks would you have if they were $1.00 each?';
	label apt_5='How many drinks would you have if they were $1.50 each?';
	label apt_6='How many drinks would you have if they were $2.00 each?';
	label apt_7='How many drinks would you have if they were $2.50 each?';
	label apt_8='How many drinks would you have if they were $3.00 each?';
	label apt_9='How many drinks would you have if they were $4.00 each?';
	label apt_10='How many drinks would you have if they were $5.00 each?';
	label apt_11='How many drinks would you have if they were $6.00 each?';
	label apt_12='How many drinks would you have if they were $7.00 each?';
	label apt_13='How many drinks would you have if they were $8.00 each?';
	label apt_14='How many drinks would you have if they were $9.00 each?';
	label apt_15='How many drinks would you have if they were $10.00 each?';
	label apt_16='How many drinks would you have if they were $12.00 each?';
	label apt_17='How many drinks would you have if they were $15.00 each?';
	label apt_18='How many drinks would you have if they were $20.00 each?';
	label rdea_index_1='How much money (in dollars) did you have available to spend for nonessential items (e.g., clothing, music, entertainment, alcohol, eating in restaurants, going to the movies, etc.) during the past month?  ';
	label rdea_index_2='How much money ($) did you spend on alcohol during the past month?    This includes any alcohol you purchased, regardless of whether or not you drank the alcohol yourself.  ';
	label past30_savings='How much money ($) did you voluntarily put into a savings or other long-term investment account during the past month?    This does not include money automatically deducted from your paycheck as part of a retirement or other savings plan.  ';
	label ac_lvl_wod_freq1='Having a conversation with another person';
	label ac_lvl_wod_freq2='Attending a cultural event (e.g., concert, theatre, performance, art show)';
	label ac_lvl_wod_freq3='Dancing';
	label ac_lvl_wod_freq4='Gardening';
	label ac_lvl_wod_freq5='Shopping';
	label ac_lvl_wod_freq6='Performing a hobby (e.g., painting, crafts, woodwork, photography).';
	label ac_lvl_wod_freq7='Reading';
	label ac_lvl_wod_freq8='Engaging in sexual activity';
	label ac_lvl_wod_freq9='Watching television or a video tape/DVD';
	label ac_lvl_wod_freq10='Attending a sporting event';
	label ac_lvl_wod_freq11='Going to a club or bar';
	label ac_lvl_wod_freq12='Participating in aerobic exercise (e.g., running, swimming, biking).';
	label ac_lvl_wod_freq13='Going to work or school';
	label ac_lvl_wod_freq14='Taking a walk';
	label ac_lvl_wod_freq15='Going to a religious service or meeting';
	label ac_lvl_wod_freq16='Taking a nap';
	label ac_lvl_wod_freq17='Writing letters or emails';
	label ac_lvl_wod_freq18='Spending time with friends';
	label ac_lvl_wod_freq19='Playing card games, board games, or video games with other people';
	label ac_lvl_wod_freq20='Listening to music';
	label ac_lvl_wod_freq21='Going to the movies';
	label ac_lvl_wod_freq22='Participating in non-aerobic exercise (e.g., lifting weights, stretching, yoga).';
	label ac_lvl_wod_freq23='Going to a party';
	label ac_lvl_wod_freq24='Spending time in the outdoors (e.g., camping, hiking, fishing).';
	label ac_lvl_wod_freq25='Going to a restaurant';
	label ac_lvl_wod_freq26='Being politically active';
	label ac_lvl_wod_freq27='Being alone';
	label ac_lvl_wod_freq28='Participating in sports (e.g., basketball, tennis, skiing, golf, sailing).';
	label ac_lvl_wod_freq29='Participating in a social or civic organization or club';
	label ac_lvl_wod_freq30='Singing or playing a musical instrument';
	label ac_lvl_wod_freq31='Cooking';
	label ac_lvl_wod_freq32='Taking a bath';
	label ac_lvl_wod_freq33='Gambling (e.g., casino, bingo, poker).';
	label ac_lvl_wod_freq34='Bowling';
	label ac_lvl_wod_freq35='Caring for or playing with pets';
	label ac_lvl_wod_freq36='Relaxing';
	label act_lvl_wd_freq1='Having a conversation with another person';
	label act_lvl_wd_freq2='Attending a cultural event (e.g., concert, theatre, performance, art show).';
	label act_lvl_wd_freq3='Dancing';
	label act_lvl_wd_freq4='Gardening';
	label act_lvl_wd_freq5='Shopping';
	label act_lvl_wd_freq6='Performing a hobby (e.g., painting, crafts, woodwork, photography).';
	label act_lvl_wd_freq7='Reading';
	label act_lvl_wd_freq8='Engaging in sexual activity';
	label act_lvl_wd_freq9='Watching television or a video tape/DVD';
	label act_lvl_wd_freq10='Attending a sporting event';
	label act_lvl_wd_freq11='Going to a club or bar';
	label act_lvl_wd_freq12='Participating in aerobic exercise (e.g., running, swimming, biking).';
	label act_lvl_wd_freq13='Going to work or school';
	label act_lvl_wd_freq14='Taking a walk';
	label act_lvl_wd_freq15='Going to a religious service or meeting';
	label act_lvl_wd_freq16='Taking a nap';
	label act_lvl_wd_freq17='Writing letters or emails';
	label act_lvl_wd_freq18='Spending time with friends';
	label act_lvl_wd_freq19='Playing card games, board games, or video games with other people';
	label act_lvl_wd_freq20='Listening to music';
	label act_lvl_wd_freq21='Going to the movies';
	label act_lvl_wd_freq22='Participating in non-aerobic exercise (e.g., lifting weights, stretching, yoga).';
	label act_lvl_wd_freq23='Going to a party';
	label act_lvl_wd_freq24='Spending time in the outdoors (e.g., camping, hiking, fishing).';
	label act_lvl_wd_freq25='Going to a restaurant';
	label act_lvl_wd_freq26='Being politically active';
	label act_lvl_wd_freq27='Being alone';
	label act_lvl_wd_freq28='Participating in sports (e.g., basketball, tennis, skiing, golf, sailing).';
	label act_lvl_wd_freq29='Participating in a social or civic organization or club';
	label act_lvl_wd_freq30='Singing or playing a musical instrument';
	label act_lvl_wd_freq31='Cooking';
	label act_lvl_wd_freq32='Taking a bath';
	label act_lvl_wd_freq33='Gambling (e.g., casino, bingo, poker).';
	label act_lvl_wd_freq34='Bowling';
	label act_lvl_wd_freq35='Caring for or playing with pets';
	label act_lvl_wd_freq36='Relaxing';
	label pbss20_1='Use a designated driver.';
	label pbss20_2='Determine not to exceed a set number of drinks.';
	label pbss20_3='Alternate alcoholic and nonalcoholic drinks.';
	label pbss20_4='Have a friend let you know when you have had enough to drink.';
	label pbss20_5='Avoid drinking games.';
	label pbss20_6='Leave the bar/party at a predetermined time.';
	label pbss20_7='Make sure that you go home with a friend.';
	label pbss20_8='Know where your drink has been at all times.';
	label pbss20_9='Stop drinking at a predetermined time.';
	label pbss20_10='Drink water while drinking alcohol.';
	label pbss20_11='Put extra ice in your drink.';
	label pbss20_12='Avoid mixing different types of alcohol';
	label pbss20_13='Drink slowly, rather than gulp or chug.';
	label pbss20_14='Avoid trying to keep up or out-drink others.';
	label pbss20_15='Refuse to ride in a car with someone who has been drinking.';
	label pbss20_16='Only go out with people you know and trust.';
	label pbss20_17='Avoid combining alcohol with marijuana.';
	label pbss20_18='Avoid pregaming (i.e., drinking before going out).';
	label pbss20_19='Make sure you drink with people who can take care of you if you drink too much.';
	label pbss20_20='Eat before or during drinking.';
	label bscq_1='Right now I would be able to resist the urge to drink heavily in situations involving unpleasant emotions (for example, if I were depressed about things in general or if everything was going badly for me).';
	label bscq_2='Right now I would be able to resist the urge to drink heavily in situations involving physical discomfort (for example if I had trouble sleeping or if I felt jumpy or physically tense).';
	label bscq_3='Right now I would be able to resist the urge to drink heavily in situations involving pleasant emotions (for example if something good happened and I felt like celebrating, or if everything was going well).';
	label bscq_4='Right now I would be able to resist the urge to drink heavily in situations involving testing control over my use of alcohol (for example if I started to believe that alcohol was no longer a problem for me or if I felt confident that I could handle several drinks).';
	label bscq_5='Right now I would be able to resist the urge to drink heavily in situations involving urges and temptations (for example if I suddenly had an urge to drink or if I were in a situation where I often drank heavily).';
	label bscq_6='Right now I would be able to resist the urge to drink heavily in situations involving conflict with others (for example if I had an argument with a friend or if were not getting along with others at work).';
	label bscq_7='Right now I would be able to resist the urge to drink heavily in situations involving social pressure to drink (for example if someone pressured me to be a good sport and drink with them, or if I were invited to someone''s home and they offered me a drink).';
	label bscq_8='Right now I would be able to resist the urge to drink heavily in situations involving pleasant times with others (for example if I wanted to celebrate with a friend or if I was enjoying myself at a party and wanted to feel even better).';
	label behavior_change_ladder_2='Each rung of the ladder below represents where a person might be in thinking about changing their alcohol consumption. CHECK THE NUMBER BY THE LADDER that best represents where you are now.  If you don''t drink alcohol at all, please enter 0 below.';
	label snq_1_age='Person 1 is how old?';
	label snq_1_relation='Check the box that best describes Person 1''s relationship to you:';
	label snq_person1_q1='How much does this person make you feel liked or loved?';
	label snq_person1_q2='How much does this person make you feel respected or admired?';
	label snq_person1_q3='How much can you confide in this person?';
	label snq_person1_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person1_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person1_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person1_q7='How much has this person actively encouraged your drinking?';
	label snq_person1_q8='How much has this person actively discouraged your drinking?';
	label snq_person1_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person1_q10='Do you drink alcohol with Person 1?';
	label snq_2_age='Person 2 is how old?';
	label snq_person2_relationship='Check the box that best describes Person 2''s relationship to you:';
	label snq_person2_q1='How much does this person make you feel liked or loved?';
	label snq_person2_q2='How much does this person make you feel respected or admired?';
	label snq_person2_q3='How much can you confide in this person?';
	label snq_person2_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person2_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person2_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person2_q7='How much has this person actively encouraged your drinking?';
	label snq_person2_q8='How much has this person actively discouraged your drinking?';
	label snq_person2_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person2_q10='Do you drink alcohol with Person 2?';
	label snq_3_age='Person 3 is how old?';
	label snq_person3_relationship='Check the box that best describes Person 3''s relationship to you:';
	label snq_person3_q1='How much does this person make you feel liked or loved?';
	label snq_person3_q2='How much does this person make you feel respected or admired?';
	label snq_person3_q3='How much can you confide in this person?';
	label snq_person3_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person3_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person3_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person3_q7='How much has this person actively encouraged your drinking?';
	label snq_person3_q8='How much has this person actively discouraged your drinking?';
	label snq_person3_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person3_q10='Do you drink alcohol with Person 3?';
	label snq_4_age='Person 4 is how old?';
	label snq_person4_relationship='Check the box that best describes Person 4''s relationship to you:';
	label snq_person4_q1='How much does this person make you feel liked or loved?';
	label snq_person4_q2='How much does this person make you feel respected or admired?';
	label snq_person4_q3='How much can you confide in this person?';
	label snq_person4_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person4_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person4_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person4_q7='How much has this person actively encouraged your drinking?';
	label snq_person4_q8='How much has this person actively discouraged your drinking?';
	label snq_person4_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person4_q10='Do you drink alcohol with Person 4?';
	label add_nw_member5='Do you want to add another network member?';
	label snq_5_age='Person 5 is how old?';
	label snq_person5_relationship='Check the box that best describes Person 5''s relationship to you:';
	label snq_person5_q1='How much does this person make you feel liked or loved?';
	label snq_person5_q2='How much does this person make you feel respected or admired?';
	label snq_person5_q3='How much can you confide in this person?';
	label snq_person5_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person5_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person5_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person5_q7='How much has this person actively encouraged your drinking?';
	label snq_person5_q8='How much has this person actively discouraged your drinking?';
	label snq_person5_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person5_q10='Do you drink alcohol with Person 5?';
	label add_nw_member6='Do you want to add another network member?';
	label snq_6_age='Person 6 is how old?';
	label snq_person6_relationship='Check the box that best describes Person 6''s relationship to you:';
	label snq_person6_q1='How much does this person make you feel liked or loved?';
	label snq_person6_q2='How much does this person make you feel respected or admired?';
	label snq_person6_q3='How much can you confide in this person?';
	label snq_person6_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person6_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person6_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person6_q7='How much has this person actively encouraged your drinking?';
	label snq_person6_q8='How much has this person actively discouraged your drinking?';
	label snq_person6_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person6_q10='Do you drink alcohol with Person 6?';
	label add_nw_member7='Do you want to add another network member?';
	label snq_7_age='Person 7 is how old?';
	label snq_person7_relationship='Check the box that best describes Person 7''s relationship to you:';
	label snq_person7_q1='How much does this person make you feel liked or loved?';
	label snq_person7_q2='How much does this person make you feel respected or admired?';
	label snq_person7_q3='How much can you confide in this person?';
	label snq_person7_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person7_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person7_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person7_q7='How much has this person actively encouraged your drinking?';
	label snq_person7_q8='How much has this person actively discouraged your drinking?';
	label snq_person7_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person7_q10='Do you drink alcohol with Person 7?';
	label add_nw_member_8='Do you want to add another network member?';
	label snq_8_age='Person 8 is how old? ';
	label snq_person8_relationship='Check the box that best describes Person 8''s relationship to you:';
	label snq_person8_q1='How much does this person make you feel liked or loved?';
	label snq_person8_q2='How much does this person make you feel respected or admired?';
	label snq_person8_q3='How much can you confide in this person?';
	label snq_person8_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person8_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person8_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person8_q7='How much has this person actively encouraged your drinking?';
	label snq_person8_q8='How much has this person actively discouraged your drinking?';
	label snq_person8_q09='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person8_q10='Do you drink alcohol with Person 8?';
	label add_nw_member9='Do you want to add another network member?';
	label snq_9_age='Person 9 is how old? ';
	label snq_person9_relationship='Check the box that best describes Person 9''s relationship to you:';
	label snq_person9_q1='How much does this person make you feel liked or loved?';
	label snq_person9_q2='How much does this person make you feel respected or admired?';
	label snq_person9_q3='How much can you confide in this person?';
	label snq_person9_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person9_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person9_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person9_q7='How much has this person actively encouraged your drinking?';
	label snq_person9_q8='How much has this person actively discouraged your drinking?';
	label snq_person9_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person9_q10='Do you drink alcohol with Person 9?';
	label add_nw_member_10='Do you want to add another network member?';
	label snq_10_age='Person 10 is how old? ';
	label snq_person10_relationship='Check the box that best describes Person 10''s relationship to you:';
	label snq_person10_q1='How much does this person make you feel liked or loved?';
	label snq_person10_q2='How much does this person make you feel respected or admired?';
	label snq_person10_q3='How much can you confide in this person?';
	label snq_person10_q4='How much does this person agree with or support your actions or thoughts?';
	label snq_person10_q5='If you needed to borrow $10, a ride to the doctor, or some other immediate help, how much could this person usually help?';
	label snq_person10_q6='If you were confined to bed for several weeks, how much could this person help you?';
	label snq_person10_q7='How much has this person actively encouraged your drinking?';
	label snq_person10_q8='How much has this person actively discouraged your drinking?';
	label snq_person10_q9='How much has this person sometimes encouraged and at other times discouraged your drinking?';
	label snq_person10_q10='Do you drink alcohol with Person 10?';
	label lost_relationship='During the past year, have you lost any important relationships due to moving, a job change, divorce or separation, death or some other reason?';
	label spouse_not_available='Please indicate the number of Spouses or Partners who are no longer available to you:   ';
	label child_not_available='Please indicate the number of children who are no longer available to you:';
	label relative_not_available='Please indicate the number of other family members or relatives  who are no longer available to you:';
	label friends_not_available='Please indicate the number of friends who are no longer available to you:';
	label other_not_available='Please indicate the number of other relationships that are no longer available to you:';
	label lost_support='Overall, how much of your support was provided by these people who are no longer available to you? ';
	label options_reduce_drink1='A smartphone app to monitor the calories in the food you eat and the alcohol you drink.';
	label options_reduce_drink2='A smartphone app that gives you safe drinking tips throughout the night, like slowing down your drinking and carrying protection in case of sexual encounter.';
	label options_reduce_drink3='A program given by phone, email and the web that will help you to think through your goals for the future and learn about options for having fun that do not involve alcohol.';
	label options_reduce_drink4='Seeking help from friends.';
	label options_reduce_drink5='Seeking help from family members.';
	label options_reduce_drink6='Seeking help from a doctor or clinic.';
	label options_reduce_drink7='Seeking help from teachers or school programs.';
	label options_reduce_drink8='Seeking help from mutual help groups like Alcoholics Anonymous.';
	label options_reduce_drink9='Seeking help from social networking sites.';
	label options_reduce_drink10='Seeking help from websites providing information about reducing drinking.';
	label code_word='Thank you for answering the additional questions. You are almost finished with the online survey.  IMPORTANT: CODE WORD  Please select a code word that is meaningful to you but contains no personally identifiable information (for example, your first or last name, address, date of birth).  *** YOUR CODE WORD SHOULD NOT CONTAIN YOUR FIRST OR LAST NAME OR ANY OTHER INFORMATION THAT MIGHT IDENTIFY YOU. ***  After you select a code word, please go to the next item. Click the link to the contact information form. The first question on that form will ask for your code word.  If you do not complete the contact information form with your code word, we will not contact you.  Please enter your code word here.  ';
	label almost='ALMOST FINISHED!   If you did not right click the contact information form link above and complete your form, go back and do it now.  IT IS CRUCIAL THAT YOU COMPLETE THE CONTACT INFORMATION FORM WITH YOUR CODE WORD. OTHERWISE WE WILL NOT BE ABLE TO SEND YOUR PAYMENT FOR PARTICIPATION.  Thank you very much for completing the survey. Please enter the referral number that your friend or peer gave to you in the box below  Finally, don''t forget to submit your survey by clicking the final Next button below. ';
	label research_survey_of_d_v_1='Complete?';
	run;

proc format;
	value icf_ 1='Yes - I have read and understand this information. I consent and agree to participate in this research study.' 0='No - I have read and understand this information. I do not consent to participate in the research study.';
	value gender_ 0='Female' 1='Male' 
		2='Transgender' 3='I choose not to answer';
	value race_ 1='American Indian/Alaska Native' 2='Asian' 
		3='Native Hawaiian or Other Pacific Islander' 4='Black or African American' 
		5='White' 6='More than one race' 
		7='Other' 8='I choose not to answer';
	value hispanic_latino_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value marital_status_ 1='Married' 2='Living with a partner or boyfriend/girlfriend' 
		3='Single/Never married' 4='Single/Divorced or separated' 
		5='Single/Widowed' 6='I choose not to answer';
	value level_education_ 1='No formal schooling' 2='Less than a high school diploma' 
		3='A high school diploma or GED' 4='Technical certificate or degree' 
		5='Some college or a 2-year degree' 6='4-year college degree' 
		7='Some post-graduate work' 8='Post-graduate or advanced professional degree' 
		9='I choose not to answer';
	value yearly_income_ 1='Less than $5,000' 2='$5,000 to $9,999' 
		3='$10,000 to $19,999' 4='$20,000 to $29,999' 
		5='$30,000 to $39,999' 6='$40,000 to $49,999' 
		7='$50,000 to $59,999' 8='$60,000 to $69,999' 
		9='$70,000 to $79,999' 10='$80,000 to $89,999' 
		11='$90,000 to $99,999' 12='$100,000 or more' 
		13='I choose not to answer' 888='Don''t know.';
	value household_income_ 1='Less than $5,000' 2='$5,000 to $9,999' 
		3='$10,000 to $19,999' 4='$20,000 to $29,999' 
		5='$30,000 to $39,999' 6='$40,000 to $49,999' 
		7='$50,000 to $59,999' 8='$60,000 to $69,999' 
		9='$70,000 to $79,999' 10='$80,000 to $89,999' 
		11='$90,000 to $99,999' 12='$100,000 or more' 
		13='I choose not to answer' 888='Don''t know.';
	value public_benefit_1_ 1='Yes' 0='No' 
		2='I choose not to answer' 888='Don''t know';
	value public_benefit_2_ 1='Yes' 0='No' 
		2='I choose not to answer' 888='Don''t know';
	value public_benefit_3_ 1='Yes' 0='No' 
		2='I choose not to answer' 888='Don''t know';
	value public_benefit_4_ 1='Yes' 0='No' 
		2='I choose not to answer' 888='Don''t know';
	value public_benefit_5_ 1='Yes' 0='No' 
		2='I choose not to answer' 888='Don''t know';
	value age_first_drink_ 1='5 years old' 2='6 years old' 
		3='7 years old' 4='8 years old' 
		5='9 years old' 6='10 years old' 
		7='11 years old' 8='12 years old' 
		9='13 years old' 10='14 years old' 
		11='15 years old' 12='16 years old' 
		13='17 years old' 14='18 years old' 
		15='19 years old' 16='20 years old' 
		17='21 years old' 18='22 years old' 
		19='23 years old' 20='24 years old' 
		21='25 years old' 22='26 years old' 
		23='27 years old' 24='28 years old' 
		25='29 years old' 26='I have never drunk alcohol before' 
		27='I choose not to answer';
	value age_first_intoxicated_ 1='5 years old' 2='6 years old' 
		3='7 years old' 4='8 years old' 
		5='9 years old' 6='10 years old' 
		7='11 years old' 8='12 years old' 
		9='13 years old' 10='14 years old' 
		11='15 years old' 12='16 years old' 
		13='17 years old' 14='18 years old' 
		15='19 years old' 16='20 years old' 
		17='21 years old' 18='22 years old' 
		19='23 years old' 20='24 years old' 
		21='25 years old' 22='26 years old' 
		23='27 years old' 24='28 years old' 
		25='29 years old' 26='I have never been intoxicated from drinking alcohol' 
		27='I choose not to answer';
	value drink_days_past30_ 0='0' 1='1' 
		2='2' 3='3' 
		4='4' 5='5' 
		6='6' 7='7' 
		8='8' 9='9' 
		10='10' 11='11' 
		12='12' 13='13' 
		14='14' 15='15' 
		16='16' 17='17' 
		18='18' 19='19' 
		20='20' 21='21' 
		22='22' 23='23' 
		24='24' 25='25' 
		26='26' 27='27' 
		28='28' 29='29' 
		30='30' 31='31' 
		32='I choose not to answer';
	value treatment_intervention___1_ 0='Unchecked' 1='Checked';
	value treatment_intervention___2_ 0='Unchecked' 1='Checked';
	value treatment_intervention___3_ 0='Unchecked' 1='Checked';
	value treatment_intervention___4_ 0='Unchecked' 1='Checked';
	value treatment_intervention___5_ 0='Unchecked' 1='Checked';
	value treatment_intervention___6_ 0='Unchecked' 1='Checked';
	value current_tobacco_use_ 1='Yes' 0='No' 
		888='I choose not to answer';
	value lifetime_illicit_drug_ 1='Yes' 0='No' 
		888='I choose not to answer';
	value lifetime_prscrptn_drugs_ 1='Yes' 0='No' 
		888='I choose not to answer';
	value lifetime_alc_drug_mix_ 1='Yes' 0='No' 
		888='I choose not to answer';
	value yaacqb_1_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_2_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_3_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_4_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_5_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_6_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_7_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_8_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_9_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_11_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_12_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_13_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_14_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_15_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_16_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_17_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_18_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_19_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_20_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_21_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_22_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_23_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value yaacqb_24_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value dd_1_ 1='$540 today' 2='$550 in 117 days?' 
		0='I choose not to answer';
	value dd_2_ 1='$550 today' 2='$750 in 61 days?' 
		0='I choose not to answer';
	value dd_3_ 1='$190 today' 2='$250 in 53 days?' 
		0='I choose not to answer';
	value dd_4_ 1='$310 today' 2='$850 in 7 days?' 
		0='I choose not to answer';
	value dd_5_ 1='$140 today' 2='$250 in 19 days' 
		0='I choose not to answer';
	value dd_6_ 1='$470 today' 2='$500 in 160 days?' 
		0='I choose not to answer';
	value dd_7_ 1='$150 today' 2='$350 in 13 days?' 
		0='I choose not to answer';
	value dd_8_ 1='$250 today' 2='$600 in 14 days?' 
		0='I choose not to answer';
	value dd_9_ 1='$780 today' 2='$800 in 162 days?' 
		0='I choose not to answer';
	value dd_10_ 1='$400 today' 2='$550 in 62 days?' 
		0='I choose not to answer';
	value dd_11_ 1='$110 today' 2='$300 in 7 days?' 
		0='I choose not to answer';
	value dd_12_ 1='$670 today' 2='$750 in 119 days?' 
		0='I choose not to answer';
	value dd_13_ 1='$340 today' 2='$350 in 186 days?' 
		0='I choose not to answer';
	value dd_14_ 1='$270 today' 2='$500 in 21 days?' 
		0='I choose not to answer';
	value dd_15_ 1='$690 today' 2='$850 in 91 days?' 
		0='I choose not to answer';
	value dd_16_ 1='$490 today' 2='$600 in 89 days?' 
		0='I choose not to answer';
	value dd_17_ 1='$800 today' 2='$850 in 157 days?' 
		0='I choose not to answer';
	value ac_lvl_wod_freq1_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq2_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq3_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq4_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq5_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq6_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq7_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq8_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq9_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq10_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq11_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq12_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq13_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq14_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq15_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq16_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq17_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq18_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq19_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq20_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq21_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq22_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq23_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq24_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq25_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq26_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq27_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq28_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq29_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq30_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq31_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq32_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq33_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq34_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq35_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value ac_lvl_wod_freq36_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq1_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq2_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq3_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq4_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq5_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq6_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq7_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq8_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq9_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq10_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq11_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq12_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq13_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq14_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq15_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq16_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq17_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq18_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq19_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq20_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq21_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq22_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq23_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq24_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq25_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq26_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq27_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq28_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq29_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq30_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq31_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq32_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq33_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq34_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq35_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value act_lvl_wd_freq36_ 0='0 = 0 times' 1='1 = once a week or less' 
		2='2 = 2-4 times a week' 3='3 = about once a day' 
		4='4 = more than once a day' 888='5 = I choose not to answer';
	value pbss20_1_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_2_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_3_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_4_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_5_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_6_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_7_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_8_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_9_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_10_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_11_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_12_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_13_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_14_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_15_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_16_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_17_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_18_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_19_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value pbss20_20_ 1='1: Never' 2='2: Rarely' 
		3='3: Sometimes' 4='4: Often' 
		5='5: Always' 6='I choose not to answer';
	value behavior_change_ladder_2_ 10='___ ╠═100═╣Taking action to change (e.g., cutting down drinking)' 9='___ ╠═ 90  ═╣' 
		8='___ ╠═ 80  ═╣Starting to think about how to change my drinking patterns.' 7='___ ╠═ 70  ═╣' 
		6='___ ╠═ 60  ═╣' 5='___ ╠═ 50  ═╣Think I should change my drinking, but not quite ready.' 
		4='___ ╠═ 40  ═╣' 3='___ ╠═ 30  ═╣Think I need to consider changing my drinking someday.' 
		2='___ ╠═ 20  ═╣' 1='___ ╠═ 10  ═╣' 
		0='___ ╠═ 00  ═╣No thought of changing my drinking.' 888='I choose not to answer';
	value snq_1_relation_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person1_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person1_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value snq_person2_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person2_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person2_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value snq_person3_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person3_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person3_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value snq_person4_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person4_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person4_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value add_nw_member5_ 1='Yes' 0='No';
	value snq_person5_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person5_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person5_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value add_nw_member6_ 1='Yes' 0='No';
	value snq_person6_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person6_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person6_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value add_nw_member7_ 1='Yes' 0='No';
	value snq_person7_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person7_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person7_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value add_nw_member_8_ 1='Yes' 0='No';
	value snq_person8_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person8_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q09_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person8_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value add_nw_member9_ 1='Yes' 0='No';
	value snq_person9_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person9_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person9_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value add_nw_member_10_ 1='Yes' 0='No';
	value snq_person10_relationship_ 1='Spouse or partner' 2='Child' 
		3='Other family member or relative' 4='Friend' 
		5='Work or school associate' 6='Neighbor' 
		7='Health care provider, counselor, or therapist' 8='Minister, priest, or rabbi' 
		9='Other' 10='I choose not to answer';
	value snq_person10_q1_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q2_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q3_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q4_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q5_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q6_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q7_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q8_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q9_ 1='1: Not at all' 2='2: A little' 
		3='3: Moderately' 4='4: Quite a bit' 
		5='5: A great deal' 6='I choose not to answer';
	value snq_person10_q10_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value lost_relationship_ 1='Yes' 0='No' 
		2='I choose not to answer';
	value spouse_not_available_ 0='0' 1='1' 
		2='2' 3='3 or more' 
		4='I choose not to answer';
	value child_not_available_ 0='0' 1='1' 
		2='2' 3='3 or more' 
		4='I choose not to answer';
	value relative_not_available_ 0='0' 1='1' 
		2='2' 3='3 or more' 
		4='I choose not to answer';
	value friends_not_available_ 0='0' 1='1' 
		2='2' 3='3 or more' 
		4='I choose not to answer';
	value other_not_available_ 0='0' 1='1' 
		2='2' 3='3 or more' 
		4='I choose not to answer';
	value lost_support_ 0='not at all' 1='a little' 
		2='moderately' 3='quite a bit' 
		4='a great deal' 5='I did not lose anyone' 
		6='I choose not to answer';
	value options_reduce_drink1_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink2_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink3_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink4_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink5_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink6_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink7_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink8_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink9_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value options_reduce_drink10_ 1='1 = No interest, I would not use this option' 2='2 = Minimal interest' 
		3='3 = Moderate interest' 4='4 = High interest' 
		5='5 = I would definitely use this option';
	value research_survey_of_d_v_0_ 0='Incomplete' 1='Unverified' 
		2='Complete';
		run;

data RDS.redcap_character;   
	set redcap;

	format redcap_data_access_group redcap_data_access_group_.;
	format icf icf_.;
	format gender gender_.;
	format race race_.;
	format hispanic_latino hispanic_latino_.;
	format marital_status marital_status_.;
	format level_education level_education_.;
	format yearly_income yearly_income_.;
	format household_income household_income_.;
	format public_benefit_1 public_benefit_1_.;
	format public_benefit_2 public_benefit_2_.;
	format public_benefit_3 public_benefit_3_.;
	format public_benefit_4 public_benefit_4_.;
	format public_benefit_5 public_benefit_5_.;
	format age_first_drink age_first_drink_.;
	format age_first_intoxicated age_first_intoxicated_.;
	format drink_days_past30 drink_days_past30_.;
	format treatment_intervention___1 treatment_intervention___1_.;
	format treatment_intervention___2 treatment_intervention___2_.;
	format treatment_intervention___3 treatment_intervention___3_.;
	format treatment_intervention___4 treatment_intervention___4_.;
	format treatment_intervention___5 treatment_intervention___5_.;
	format treatment_intervention___6 treatment_intervention___6_.;
	format current_tobacco_use current_tobacco_use_.;
	format lifetime_illicit_drug lifetime_illicit_drug_.;
	format lifetime_prscrptn_drugs lifetime_prscrptn_drugs_.;
	format lifetime_alc_drug_mix lifetime_alc_drug_mix_.;
	format yaacqb_1 yaacqb_1_.;
	format yaacqb_2 yaacqb_2_.;
	format yaacqb_3 yaacqb_3_.;
	format yaacqb_4 yaacqb_4_.;
	format yaacqb_5 yaacqb_5_.;
	format yaacqb_6 yaacqb_6_.;
	format yaacqb_7 yaacqb_7_.;
	format yaacqb_8 yaacqb_8_.;
	format yaacqb_9 yaacqb_9_.;
	format yaacqb_10 yaacqb_10_.;
	format yaacqb_11 yaacqb_11_.;
	format yaacqb_12 yaacqb_12_.;
	format yaacqb_13 yaacqb_13_.;
	format yaacqb_14 yaacqb_14_.;
	format yaacqb_15 yaacqb_15_.;
	format yaacqb_16 yaacqb_16_.;
	format yaacqb_17 yaacqb_17_.;
	format yaacqb_18 yaacqb_18_.;
	format yaacqb_19 yaacqb_19_.;
	format yaacqb_20 yaacqb_20_.;
	format yaacqb_21 yaacqb_21_.;
	format yaacqb_22 yaacqb_22_.;
	format yaacqb_23 yaacqb_23_.;
	format yaacqb_24 yaacqb_24_.;
	format dd_1 dd_1_.;
	format dd_2 dd_2_.;
	format dd_3 dd_3_.;
	format dd_4 dd_4_.;
	format dd_5 dd_5_.;
	format dd_6 dd_6_.;
	format dd_7 dd_7_.;
	format dd_8 dd_8_.;
	format dd_9 dd_9_.;
	format dd_10 dd_10_.;
	format dd_11 dd_11_.;
	format dd_12 dd_12_.;
	format dd_13 dd_13_.;
	format dd_14 dd_14_.;
	format dd_15 dd_15_.;
	format dd_16 dd_16_.;
	format dd_17 dd_17_.;
	format ac_lvl_wod_freq1 ac_lvl_wod_freq1_.;
	format ac_lvl_wod_freq2 ac_lvl_wod_freq2_.;
	format ac_lvl_wod_freq3 ac_lvl_wod_freq3_.;
	format ac_lvl_wod_freq4 ac_lvl_wod_freq4_.;
	format ac_lvl_wod_freq5 ac_lvl_wod_freq5_.;
	format ac_lvl_wod_freq6 ac_lvl_wod_freq6_.;
	format ac_lvl_wod_freq7 ac_lvl_wod_freq7_.;
	format ac_lvl_wod_freq8 ac_lvl_wod_freq8_.;
	format ac_lvl_wod_freq9 ac_lvl_wod_freq9_.;
	format ac_lvl_wod_freq10 ac_lvl_wod_freq10_.;
	format ac_lvl_wod_freq11 ac_lvl_wod_freq11_.;
	format ac_lvl_wod_freq12 ac_lvl_wod_freq12_.;
	format ac_lvl_wod_freq13 ac_lvl_wod_freq13_.;
	format ac_lvl_wod_freq14 ac_lvl_wod_freq14_.;
	format ac_lvl_wod_freq15 ac_lvl_wod_freq15_.;
	format ac_lvl_wod_freq16 ac_lvl_wod_freq16_.;
	format ac_lvl_wod_freq17 ac_lvl_wod_freq17_.;
	format ac_lvl_wod_freq18 ac_lvl_wod_freq18_.;
	format ac_lvl_wod_freq19 ac_lvl_wod_freq19_.;
	format ac_lvl_wod_freq20 ac_lvl_wod_freq20_.;
	format ac_lvl_wod_freq21 ac_lvl_wod_freq21_.;
	format ac_lvl_wod_freq22 ac_lvl_wod_freq22_.;
	format ac_lvl_wod_freq23 ac_lvl_wod_freq23_.;
	format ac_lvl_wod_freq24 ac_lvl_wod_freq24_.;
	format ac_lvl_wod_freq25 ac_lvl_wod_freq25_.;
	format ac_lvl_wod_freq26 ac_lvl_wod_freq26_.;
	format ac_lvl_wod_freq27 ac_lvl_wod_freq27_.;
	format ac_lvl_wod_freq28 ac_lvl_wod_freq28_.;
	format ac_lvl_wod_freq29 ac_lvl_wod_freq29_.;
	format ac_lvl_wod_freq30 ac_lvl_wod_freq30_.;
	format ac_lvl_wod_freq31 ac_lvl_wod_freq31_.;
	format ac_lvl_wod_freq32 ac_lvl_wod_freq32_.;
	format ac_lvl_wod_freq33 ac_lvl_wod_freq33_.;
	format ac_lvl_wod_freq34 ac_lvl_wod_freq34_.;
	format ac_lvl_wod_freq35 ac_lvl_wod_freq35_.;
	format ac_lvl_wod_freq36 ac_lvl_wod_freq36_.;
	format act_lvl_wd_freq1 act_lvl_wd_freq1_.;
	format act_lvl_wd_freq2 act_lvl_wd_freq2_.;
	format act_lvl_wd_freq3 act_lvl_wd_freq3_.;
	format act_lvl_wd_freq4 act_lvl_wd_freq4_.;
	format act_lvl_wd_freq5 act_lvl_wd_freq5_.;
	format act_lvl_wd_freq6 act_lvl_wd_freq6_.;
	format act_lvl_wd_freq7 act_lvl_wd_freq7_.;
	format act_lvl_wd_freq8 act_lvl_wd_freq8_.;
	format act_lvl_wd_freq9 act_lvl_wd_freq9_.;
	format act_lvl_wd_freq10 act_lvl_wd_freq10_.;
	format act_lvl_wd_freq11 act_lvl_wd_freq11_.;
	format act_lvl_wd_freq12 act_lvl_wd_freq12_.;
	format act_lvl_wd_freq13 act_lvl_wd_freq13_.;
	format act_lvl_wd_freq14 act_lvl_wd_freq14_.;
	format act_lvl_wd_freq15 act_lvl_wd_freq15_.;
	format act_lvl_wd_freq16 act_lvl_wd_freq16_.;
	format act_lvl_wd_freq17 act_lvl_wd_freq17_.;
	format act_lvl_wd_freq18 act_lvl_wd_freq18_.;
	format act_lvl_wd_freq19 act_lvl_wd_freq19_.;
	format act_lvl_wd_freq20 act_lvl_wd_freq20_.;
	format act_lvl_wd_freq21 act_lvl_wd_freq21_.;
	format act_lvl_wd_freq22 act_lvl_wd_freq22_.;
	format act_lvl_wd_freq23 act_lvl_wd_freq23_.;
	format act_lvl_wd_freq24 act_lvl_wd_freq24_.;
	format act_lvl_wd_freq25 act_lvl_wd_freq25_.;
	format act_lvl_wd_freq26 act_lvl_wd_freq26_.;
	format act_lvl_wd_freq27 act_lvl_wd_freq27_.;
	format act_lvl_wd_freq28 act_lvl_wd_freq28_.;
	format act_lvl_wd_freq29 act_lvl_wd_freq29_.;
	format act_lvl_wd_freq30 act_lvl_wd_freq30_.;
	format act_lvl_wd_freq31 act_lvl_wd_freq31_.;
	format act_lvl_wd_freq32 act_lvl_wd_freq32_.;
	format act_lvl_wd_freq33 act_lvl_wd_freq33_.;
	format act_lvl_wd_freq34 act_lvl_wd_freq34_.;
	format act_lvl_wd_freq35 act_lvl_wd_freq35_.;
	format act_lvl_wd_freq36 act_lvl_wd_freq36_.;
	format pbss20_1 pbss20_1_.;
	format pbss20_2 pbss20_2_.;
	format pbss20_3 pbss20_3_.;
	format pbss20_4 pbss20_4_.;
	format pbss20_5 pbss20_5_.;
	format pbss20_6 pbss20_6_.;
	format pbss20_7 pbss20_7_.;
	format pbss20_8 pbss20_8_.;
	format pbss20_9 pbss20_9_.;
	format pbss20_10 pbss20_10_.;
	format pbss20_11 pbss20_11_.;
	format pbss20_12 pbss20_12_.;
	format pbss20_13 pbss20_13_.;
	format pbss20_14 pbss20_14_.;
	format pbss20_15 pbss20_15_.;
	format pbss20_16 pbss20_16_.;
	format pbss20_17 pbss20_17_.;
	format pbss20_18 pbss20_18_.;
	format pbss20_19 pbss20_19_.;
	format pbss20_20 pbss20_20_.;
	format behavior_change_ladder_2 behavior_change_ladder_2_.;
	format snq_1_relation snq_1_relation_.;
	format snq_person1_q1 snq_person1_q1_.;
	format snq_person1_q2 snq_person1_q2_.;
	format snq_person1_q3 snq_person1_q3_.;
	format snq_person1_q4 snq_person1_q4_.;
	format snq_person1_q5 snq_person1_q5_.;
	format snq_person1_q6 snq_person1_q6_.;
	format snq_person1_q7 snq_person1_q7_.;
	format snq_person1_q8 snq_person1_q8_.;
	format snq_person1_q9 snq_person1_q9_.;
	format snq_person1_q10 snq_person1_q10_.;
	format snq_person2_relationship snq_person2_relationship_.;
	format snq_person2_q1 snq_person2_q1_.;
	format snq_person2_q2 snq_person2_q2_.;
	format snq_person2_q3 snq_person2_q3_.;
	format snq_person2_q4 snq_person2_q4_.;
	format snq_person2_q5 snq_person2_q5_.;
	format snq_person2_q6 snq_person2_q6_.;
	format snq_person2_q7 snq_person2_q7_.;
	format snq_person2_q8 snq_person2_q8_.;
	format snq_person2_q9 snq_person2_q9_.;
	format snq_person2_q10 snq_person2_q10_.;
	format snq_person3_relationship snq_person3_relationship_.;
	format snq_person3_q1 snq_person3_q1_.;
	format snq_person3_q2 snq_person3_q2_.;
	format snq_person3_q3 snq_person3_q3_.;
	format snq_person3_q4 snq_person3_q4_.;
	format snq_person3_q5 snq_person3_q5_.;
	format snq_person3_q6 snq_person3_q6_.;
	format snq_person3_q7 snq_person3_q7_.;
	format snq_person3_q8 snq_person3_q8_.;
	format snq_person3_q9 snq_person3_q9_.;
	format snq_person3_q10 snq_person3_q10_.;
	format snq_person4_relationship snq_person4_relationship_.;
	format snq_person4_q1 snq_person4_q1_.;
	format snq_person4_q2 snq_person4_q2_.;
	format snq_person4_q3 snq_person4_q3_.;
	format snq_person4_q4 snq_person4_q4_.;
	format snq_person4_q5 snq_person4_q5_.;
	format snq_person4_q6 snq_person4_q6_.;
	format snq_person4_q7 snq_person4_q7_.;
	format snq_person4_q8 snq_person4_q8_.;
	format snq_person4_q9 snq_person4_q9_.;
	format snq_person4_q10 snq_person4_q10_.;
	format add_nw_member5 add_nw_member5_.;
	format snq_person5_relationship snq_person5_relationship_.;
	format snq_person5_q1 snq_person5_q1_.;
	format snq_person5_q2 snq_person5_q2_.;
	format snq_person5_q3 snq_person5_q3_.;
	format snq_person5_q4 snq_person5_q4_.;
	format snq_person5_q5 snq_person5_q5_.;
	format snq_person5_q6 snq_person5_q6_.;
	format snq_person5_q7 snq_person5_q7_.;
	format snq_person5_q8 snq_person5_q8_.;
	format snq_person5_q9 snq_person5_q9_.;
	format snq_person5_q10 snq_person5_q10_.;
	format add_nw_member6 add_nw_member6_.;
	format snq_person6_relationship snq_person6_relationship_.;
	format snq_person6_q1 snq_person6_q1_.;
	format snq_person6_q2 snq_person6_q2_.;
	format snq_person6_q3 snq_person6_q3_.;
	format snq_person6_q4 snq_person6_q4_.;
	format snq_person6_q5 snq_person6_q5_.;
	format snq_person6_q6 snq_person6_q6_.;
	format snq_person6_q7 snq_person6_q7_.;
	format snq_person6_q8 snq_person6_q8_.;
	format snq_person6_q9 snq_person6_q9_.;
	format snq_person6_q10 snq_person6_q10_.;
	format add_nw_member7 add_nw_member7_.;
	format snq_person7_relationship snq_person7_relationship_.;
	format snq_person7_q1 snq_person7_q1_.;
	format snq_person7_q2 snq_person7_q2_.;
	format snq_person7_q3 snq_person7_q3_.;
	format snq_person7_q4 snq_person7_q4_.;
	format snq_person7_q5 snq_person7_q5_.;
	format snq_person7_q6 snq_person7_q6_.;
	format snq_person7_q7 snq_person7_q7_.;
	format snq_person7_q8 snq_person7_q8_.;
	format snq_person7_q9 snq_person7_q9_.;
	format snq_person7_q10 snq_person7_q10_.;
	format add_nw_member_8 add_nw_member_8_.;
	format snq_person8_relationship snq_person8_relationship_.;
	format snq_person8_q1 snq_person8_q1_.;
	format snq_person8_q2 snq_person8_q2_.;
	format snq_person8_q3 snq_person8_q3_.;
	format snq_person8_q4 snq_person8_q4_.;
	format snq_person8_q5 snq_person8_q5_.;
	format snq_person8_q6 snq_person8_q6_.;
	format snq_person8_q7 snq_person8_q7_.;
	format snq_person8_q8 snq_person8_q8_.;
	format snq_person8_q09 snq_person8_q09_.;
	format snq_person8_q10 snq_person8_q10_.;
	format add_nw_member9 add_nw_member9_.;
	format snq_person9_relationship snq_person9_relationship_.;
	format snq_person9_q1 snq_person9_q1_.;
	format snq_person9_q2 snq_person9_q2_.;
	format snq_person9_q3 snq_person9_q3_.;
	format snq_person9_q4 snq_person9_q4_.;
	format snq_person9_q5 snq_person9_q5_.;
	format snq_person9_q6 snq_person9_q6_.;
	format snq_person9_q7 snq_person9_q7_.;
	format snq_person9_q8 snq_person9_q8_.;
	format snq_person9_q9 snq_person9_q9_.;
	format snq_person9_q10 snq_person9_q10_.;
	format add_nw_member_10 add_nw_member_10_.;
	format snq_person10_relationship snq_person10_relationship_.;
	format snq_person10_q1 snq_person10_q1_.;
	format snq_person10_q2 snq_person10_q2_.;
	format snq_person10_q3 snq_person10_q3_.;
	format snq_person10_q4 snq_person10_q4_.;
	format snq_person10_q5 snq_person10_q5_.;
	format snq_person10_q6 snq_person10_q6_.;
	format snq_person10_q7 snq_person10_q7_.;
	format snq_person10_q8 snq_person10_q8_.;
	format snq_person10_q9 snq_person10_q9_.;
	format snq_person10_q10 snq_person10_q10_.;
	format lost_relationship lost_relationship_.;
	format spouse_not_available spouse_not_available_.;
	format child_not_available child_not_available_.;
	format relative_not_available relative_not_available_.;
	format friends_not_available friends_not_available_.;
	format other_not_available other_not_available_.;
	format lost_support lost_support_.;
	format options_reduce_drink1 options_reduce_drink1_.;
	format options_reduce_drink2 options_reduce_drink2_.;
	format options_reduce_drink3 options_reduce_drink3_.;
	format options_reduce_drink4 options_reduce_drink4_.;
	format options_reduce_drink5 options_reduce_drink5_.;
	format options_reduce_drink6 options_reduce_drink6_.;
	format options_reduce_drink7 options_reduce_drink7_.;
	format options_reduce_drink8 options_reduce_drink8_.;
	format options_reduce_drink9 options_reduce_drink9_.;
	format options_reduce_drink10 options_reduce_drink10_.;
	format research_survey_of_d_v_1 research_survey_of_d_v_1_.;
	run;

 

 

 

I scanned my data and the dob seems like it is valid in excel but it is in date format. Any help or guidance would be appreciated.

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
RW9
Diamond | Level 26 RW9
Diamond | Level 26

In the informat section of the read step you have for DOB:

yymmdd10.

When your data looks like:

12/18/1994

 As you can see the data is Not in yymmdd format at all, it is in mmddyy format.  Hence you get invalid data, as your data is invalid for the specified informat.

View solution in original post

3 REPLIES 3
joebacon
Pyrite | Level 9
The log states the following:

NOTE: The infile 'S:\UF Drink Survey\Data\Data Analysis\Clean_RDS.csv' is:
      Filename=S:\UF Drink Survey\Data\Data Analysis\Clean_RDS.csv,
      RECFM=V,LRECL=32767,File Size (bytes)=229257,
      Last Modified=20Feb2019:09:31:09,
      Create Time=06Dec2018:13:50:06

NOTE: Invalid data for dob in line 1 23-32.
RULE:     ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0                      
1         1,,,[not completed],1,12/18/1994,32312,0,5,1,2,0,5,2,3,0,0,0,0,1,100,50,20,15,15,15,9,3,0,0,0,0,1,0,
20                                                         The SAS System                         09:02 Wednesday, February 20, 2019

RULE:     ----+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0                      
     101  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
     201  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
     301  ,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
     401  ,,,,,,,,,,,,0, 414
record_id=1 redcap_data_access_group=  redcap_survey_identifier=  research_survey_of_d_v_0=[not completed] icf=1 dob=.
zip_code=32312 gender=0 race=5 hispanic_latino=1 marital_status=2 number_children=0 level_education=5 yearly_income=2
household_income=3 public_benefit_1=0 public_benefit_2=0 public_benefit_3=0 public_benefit_4=0 public_benefit_5=1
young_adult_you_know=100 young_adults_live_near=50 young_adult_interacted=20 yng_adlt_interact_online=15 age_first_drink=15
age_first_intoxicated=15 drink_days_past30=9 drinks_per_drink_day=3 treatment_intervention___1=0 treatment_intervention___2=0
treatment_intervention___3=0 treatment_intervention___4=0 treatment_intervention___5=1 treatment_intervention___6=0
current_tobacco_use=. lifetime_illicit_drug=. lifetime_prscrptn_drugs=. lifetime_alc_drug_mix=. yaacqb_1=. yaacqb_2=. yaacqb_3=.
yaacqb_4=. yaacqb_5=. yaacqb_6=. yaacqb_7=. yaacqb_8=. yaacqb_9=. yaacqb_10=. yaacqb_11=. yaacqb_12=. yaacqb_13=. yaacqb_14=.
yaacqb_15=. yaacqb_16=. yaacqb_17=. yaacqb_18=. yaacqb_19=. yaacqb_20=. yaacqb_21=. yaacqb_22=. yaacqb_23=. yaacqb_24=. dd_1=.
dd_2=. dd_3=. dd_4=. dd_5=. dd_6=. dd_7=. dd_8=. dd_9=. dd_10=. dd_11=. dd_12=. dd_13=. dd_14=. dd_15=. dd_16=. dd_17=. apt_1=.
apt_2=. apt_3=. apt_4=. apt_5=. apt_6=. apt_7=. apt_8=. apt_9=. apt_10=. apt_11=. apt_12=. apt_13=. apt_14=. apt_15=. apt_16=.
apt_17=. apt_18=. rdea_index_1=. rdea_index_2=. past30_savings=. ac_lvl_wod_freq1=. ac_lvl_wod_freq2=. ac_lvl_wod_freq3=.
ac_lvl_wod_freq4=. ac_lvl_wod_freq5=. ac_lvl_wod_freq6=. ac_lvl_wod_freq7=. ac_lvl_wod_freq8=. ac_lvl_wod_freq9=.
ac_lvl_wod_freq10=. ac_lvl_wod_freq11=. ac_lvl_wod_freq12=. ac_lvl_wod_freq13=. ac_lvl_wod_freq14=. ac_lvl_wod_freq15=.
ac_lvl_wod_freq16=. ac_lvl_wod_freq17=. ac_lvl_wod_freq18=. ac_lvl_wod_freq19=. ac_lvl_wod_freq20=. ac_lvl_wod_freq21=.
ac_lvl_wod_freq22=. ac_lvl_wod_freq23=. ac_lvl_wod_freq24=. ac_lvl_wod_freq25=. ac_lvl_wod_freq26=. ac_lvl_wod_freq27=.
ac_lvl_wod_freq28=. ac_lvl_wod_freq29=. ac_lvl_wod_freq30=. ac_lvl_wod_freq31=. ac_lvl_wod_freq32=. ac_lvl_wod_freq33=.
ac_lvl_wod_freq34=. ac_lvl_wod_freq35=. ac_lvl_wod_freq36=. act_lvl_wd_freq1=. act_lvl_wd_freq2=. act_lvl_wd_freq3=.
act_lvl_wd_freq4=. act_lvl_wd_freq5=. act_lvl_wd_freq6=. act_lvl_wd_freq7=. act_lvl_wd_freq8=. act_lvl_wd_freq9=.
act_lvl_wd_freq10=. act_lvl_wd_freq11=. act_lvl_wd_freq12=. act_lvl_wd_freq13=. act_lvl_wd_freq14=. act_lvl_wd_freq15=.
act_lvl_wd_freq16=. act_lvl_wd_freq17=. act_lvl_wd_freq18=. act_lvl_wd_freq19=. act_lvl_wd_freq20=. act_lvl_wd_freq21=.
act_lvl_wd_freq22=. act_lvl_wd_freq23=. act_lvl_wd_freq24=. act_lvl_wd_freq25=. act_lvl_wd_freq26=. act_lvl_wd_freq27=.
act_lvl_wd_freq28=. act_lvl_wd_freq29=. act_lvl_wd_freq30=. act_lvl_wd_freq31=. act_lvl_wd_freq32=. act_lvl_wd_freq33=.
act_lvl_wd_freq34=. act_lvl_wd_freq35=. act_lvl_wd_freq36=. pbss20_1=. pbss20_2=. pbss20_3=. pbss20_4=. pbss20_5=. pbss20_6=.
pbss20_7=. pbss20_8=. pbss20_9=. pbss20_10=. pbss20_11=. pbss20_12=. pbss20_13=. pbss20_14=. pbss20_15=. pbss20_16=. pbss20_17=.
pbss20_18=. pbss20_19=. pbss20_20=. bscq_1=. bscq_2=. bscq_3=. bscq_4=. bscq_5=. bscq_6=. bscq_7=. bscq_8=.
behavior_change_ladder_2=. snq_1_age=. snq_1_relation=. snq_person1_q1=. snq_person1_q2=. snq_person1_q3=. snq_person1_q4=.
snq_person1_q5=. snq_person1_q6=. snq_person1_q7=. snq_person1_q8=. snq_person1_q9=. snq_person1_q10=. snq_2_age=.
snq_person2_relationship=. snq_person2_q1=. snq_person2_q2=. snq_person2_q3=. snq_person2_q4=. snq_person2_q5=. snq_person2_q6=.
snq_person2_q7=. snq_person2_q8=. snq_person2_q9=. snq_person2_q10=. snq_3_age=. snq_person3_relationship=. snq_person3_q1=.
snq_person3_q2=. snq_person3_q3=. snq_person3_q4=. snq_person3_q5=. snq_person3_q6=. snq_person3_q7=. snq_person3_q8=.
snq_person3_q9=. snq_person3_q10=. snq_4_age=. snq_person4_relationship=. snq_person4_q1=. snq_person4_q2=. snq_person4_q3=.
snq_person4_q4=. snq_person4_q5=. snq_person4_q6=. snq_person4_q7=. snq_person4_q8=. snq_person4_q9=. snq_person4_q10=.
add_nw_member5=. snq_5_age=. snq_person5_relationship=. snq_person5_q1=. snq_person5_q2=. snq_person5_q3=. snq_person5_q4=.
snq_person5_q5=. snq_person5_q6=. snq_person5_q7=. snq_person5_q8=. snq_person5_q9=. snq_person5_q10=. add_nw_member6=. snq_6_age=.
snq_person6_relationship=. snq_person6_q1=. snq_person6_q2=. snq_person6_q3=. snq_person6_q4=. snq_person6_q5=. snq_person6_q6=.
snq_person6_q7=. snq_person6_q8=. snq_person6_q9=. snq_person6_q10=. add_nw_member7=. snq_7_age=. snq_person7_relationship=.
snq_person7_q1=. snq_person7_q2=. snq_person7_q3=. snq_person7_q4=. snq_person7_q5=. snq_person7_q6=. snq_person7_q7=.
snq_person7_q8=. snq_person7_q9=. snq_person7_q10=. add_nw_member_8=. snq_8_age=. snq_person8_relationship=. snq_person8_q1=.
snq_person8_q2=. snq_person8_q3=. snq_person8_q4=. snq_person8_q5=. snq_person8_q6=. snq_person8_q7=. snq_person8_q8=.
snq_person8_q09=. snq_person8_q10=. add_nw_member9=. snq_9_age=. snq_person9_relationship=. snq_person9_q1=. snq_person9_q2=.
snq_person9_q3=. snq_person9_q4=. snq_person9_q5=. snq_person9_q6=. snq_person9_q7=. snq_person9_q8=. snq_person9_q9=.
snq_person9_q10=. add_nw_member_10=. snq_10_age=. snq_person10_relationship=. snq_person10_q1=. snq_person10_q2=. snq_person10_q3=.
snq_person10_q4=. snq_person10_q5=. snq_person10_q6=. snq_person10_q7=. snq_person10_q8=. snq_person10_q9=. snq_person10_q10=.
lost_relationship=. spouse_not_available=. child_not_available=. relative_not_available=. friends_not_available=.
other_not_available=. lost_support=. options_reduce_drink1=. options_reduce_drink2=. options_reduce_drink3=. options_reduce_drink4=.
options_reduce_drink5=. options_reduce_drink6=. options_reduce_drink7=. options_reduce_drink8=. options_reduce_drink9=.
options_reduce_drink10=. code_word=  almost=. research_survey_of_d_v_1=0 _ERROR_=1 _N_=1
NOTE: Invalid data for dob in line 2 23-32.




It continues like this until the limit is reached.



For a subset of my data:




DATA2DATASTEP DSN REDCAP_CHARACTER
DATA2DATASTEP FILE create_WORK_REDCAP_CHARACTER_data.sas
DATA2DATASTEP FMT YES
DATA2DATASTEP FMTLIST record_id BEST32. icf ICF_. dob YYMMDD10. gender GENDER_. race RACE_. hispanic_latino HISPANIC_LATINO_. marital_status MARITAL_STATUS_. number_children BEST12. level_education LEVEL_EDUCATION_. yearly_income YEARLY_INCOME_. 
household_income HOUSEHOLD_INCOME_. public_benefit_1 PUBLIC_BENEFIT_1_. public_benefit_2 PUBLIC_BENEFIT_2_. public_benefit_3 PUBLIC_BENEFIT_3_. public_benefit_4 PUBLIC_BENEFIT_4_. public_benefit_5 PUBLIC_BENEFIT_5_. young_adult_you_know BEST12. 
young_adults_live_near BEST12. young_adult_interacted BEST12. yng_adlt_interact_online BEST12. age_first_drink AGE_FIRST_DRINK_. age_first_intoxicated AGE_FIRST_INTOXICATED_. drink_days_past30 DRINK_DAYS_PAST30_. drinks_per_drink_day BEST12. 
treatment_intervention___1 TREATMENT_INTERVENTION___1_. treatment_intervention___2 TREATMENT_INTERVENTION___2_. treatment_intervention___3 TREATMENT_INTERVENTION___3_. treatment_intervention___4 TREATMENT_INTERVENTION___4_. treatment_intervention___5 
2                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

TREATMENT_INTERVENTION___5_. treatment_intervention___6 TREATMENT_INTERVENTION___6_. current_tobacco_use CURRENT_TOBACCO_USE_. lifetime_illicit_drug LIFETIME_ILLICIT_DRUG_. lifetime_prscrptn_drugs LIFETIME_PRSCRPTN_DRUGS_. lifetime_alc_drug_mix 
LIFETIME_ALC_DRUG_MIX_. yaacqb_1 YAACQB_1_. yaacqb_2 YAACQB_2_. yaacqb_3 YAACQB_3_. yaacqb_4 YAACQB_4_. yaacqb_5 YAACQB_5_. yaacqb_6 YAACQB_6_. yaacqb_7 YAACQB_7_. yaacqb_8 YAACQB_8_. yaacqb_9 YAACQB_9_. yaacqb_10 YAACQB_10_. yaacqb_11 YAACQB_11_. 
yaacqb_12 YAACQB_12_. yaacqb_13 YAACQB_13_. yaacqb_14 YAACQB_14_. yaacqb_15 YAACQB_15_. yaacqb_16 YAACQB_16_. yaacqb_17 YAACQB_17_. yaacqb_18 YAACQB_18_. yaacqb_19 YAACQB_19_. yaacqb_20 YAACQB_20_. yaacqb_21 YAACQB_21_. yaacqb_22 YAACQB_22_. yaacqb_23 
YAACQB_23_. yaacqb_24 YAACQB_24_. dd_1 DD_1_. dd_2 DD_2_. dd_3 DD_3_. dd_4 DD_4_. dd_5 DD_5_. dd_6 DD_6_. dd_7 DD_7_. dd_8 DD_8_. dd_9 DD_9_. dd_10 DD_10_. dd_11 DD_11_. dd_12 DD_12_. dd_13 DD_13_. dd_14 DD_14_. dd_15 DD_15_. dd_16 DD_16_. dd_17 DD_17_. 
apt_1 BEST12. apt_2 BEST12. apt_3 BEST12. apt_4 BEST12. apt_5 BEST12. apt_6 BEST12. apt_7 BEST12. apt_8 BEST12. apt_9 BEST12. apt_10 BEST12. apt_11 BEST12. apt_12 BEST12. apt_13 BEST12. apt_14 BEST12. apt_15 BEST12. apt_16 BEST12. apt_17 BEST12. apt_18 
BEST12. rdea_index_1 BEST12. rdea_index_2 BEST12. past30_savings BEST12. ac_lvl_wod_freq1 AC_LVL_WOD_FREQ1_. ac_lvl_wod_freq2 AC_LVL_WOD_FREQ2_. ac_lvl_wod_freq3 AC_LVL_WOD_FREQ3_. ac_lvl_wod_freq4 AC_LVL_WOD_FREQ4_. ac_lvl_wod_freq5 AC_LVL_WOD_FREQ5_. 
ac_lvl_wod_freq6 AC_LVL_WOD_FREQ6_. ac_lvl_wod_freq7 AC_LVL_WOD_FREQ7_. ac_lvl_wod_freq8 AC_LVL_WOD_FREQ8_. ac_lvl_wod_freq9 AC_LVL_WOD_FREQ9_. ac_lvl_wod_freq10 AC_LVL_WOD_FREQ10_. ac_lvl_wod_freq11 AC_LVL_WOD_FREQ11_. ac_lvl_wod_freq12 
AC_LVL_WOD_FREQ12_. ac_lvl_wod_freq13 AC_LVL_WOD_FREQ13_. ac_lvl_wod_freq14 AC_LVL_WOD_FREQ14_. ac_lvl_wod_freq15 AC_LVL_WOD_FREQ15_. ac_lvl_wod_freq16 AC_LVL_WOD_FREQ16_. ac_lvl_wod_freq17 AC_LVL_WOD_FREQ17_. ac_lvl_wod_freq18 AC_LVL_WOD_FREQ18_. 
ac_lvl_wod_freq19 AC_LVL_WOD_FREQ19_. ac_lvl_wod_freq20 AC_LVL_WOD_FREQ20_. ac_lvl_wod_freq21 AC_LVL_WOD_FREQ21_. ac_lvl_wod_freq22 AC_LVL_WOD_FREQ22_. ac_lvl_wod_freq23 AC_LVL_WOD_FREQ23_. ac_lvl_wod_freq24 AC_LVL_WOD_FREQ24_. ac_lvl_wod_freq25 
AC_LVL_WOD_FREQ25_. ac_lvl_wod_freq26 AC_LVL_WOD_FREQ26_. ac_lvl_wod_freq27 AC_LVL_WOD_FREQ27_. ac_lvl_wod_freq28 AC_LVL_WOD_FREQ28_. ac_lvl_wod_freq29 AC_LVL_WOD_FREQ29_. ac_lvl_wod_freq30 AC_LVL_WOD_FREQ30_. ac_lvl_wod_freq31 AC_LVL_WOD_FREQ31_. 
ac_lvl_wod_freq32 AC_LVL_WOD_FREQ32_. ac_lvl_wod_freq33 AC_LVL_WOD_FREQ33_. ac_lvl_wod_freq34 AC_LVL_WOD_FREQ34_. ac_lvl_wod_freq35 AC_LVL_WOD_FREQ35_. ac_lvl_wod_freq36 AC_LVL_WOD_FREQ36_. act_lvl_wd_freq1 ACT_LVL_WD_FREQ1_. act_lvl_wd_freq2 
ACT_LVL_WD_FREQ2_. act_lvl_wd_freq3 ACT_LVL_WD_FREQ3_. act_lvl_wd_freq4 ACT_LVL_WD_FREQ4_. act_lvl_wd_freq5 ACT_LVL_WD_FREQ5_. act_lvl_wd_freq6 ACT_LVL_WD_FREQ6_. act_lvl_wd_freq7 ACT_LVL_WD_FREQ7_. act_lvl_wd_freq8 ACT_LVL_WD_FREQ8_. act_lvl_wd_freq9 
ACT_LVL_WD_FREQ9_. act_lvl_wd_freq10 ACT_LVL_WD_FREQ10_. act_lvl_wd_freq11 ACT_LVL_WD_FREQ11_. act_lvl_wd_freq12 ACT_LVL_WD_FREQ12_. act_lvl_wd_freq13 ACT_LVL_WD_FREQ13_. act_lvl_wd_freq14 ACT_LVL_WD_FREQ14_. act_lvl_wd_freq15 ACT_LVL_WD_FREQ15_. 
act_lvl_wd_freq16 ACT_LVL_WD_FREQ16_. act_lvl_wd_freq17 ACT_LVL_WD_FREQ17_. act_lvl_wd_freq18 ACT_LVL_WD_FREQ18_. act_lvl_wd_freq19 ACT_LVL_WD_FREQ19_. act_lvl_wd_freq20 ACT_LVL_WD_FREQ20_. act_lvl_wd_freq21 ACT_LVL_WD_FREQ21_. act_lvl_wd_freq22 
ACT_LVL_WD_FREQ22_. act_lvl_wd_freq23 ACT_LVL_WD_FREQ23_. act_lvl_wd_freq24 ACT_LVL_WD_FREQ24_. act_lvl_wd_freq25 ACT_LVL_WD_FREQ25_. act_lvl_wd_freq26 ACT_LVL_WD_FREQ26_. act_lvl_wd_freq27 ACT_LVL_WD_FREQ27_. act_lvl_wd_freq28 ACT_LVL_WD_FREQ28_. 
act_lvl_wd_freq29 ACT_LVL_WD_FREQ29_. act_lvl_wd_freq30 ACT_LVL_WD_FREQ30_. act_lvl_wd_freq31 ACT_LVL_WD_FREQ31_. act_lvl_wd_freq32 ACT_LVL_WD_FREQ32_. act_lvl_wd_freq33 ACT_LVL_WD_FREQ33_. act_lvl_wd_freq34 ACT_LVL_WD_FREQ34_. act_lvl_wd_freq35 
ACT_LVL_WD_FREQ35_. act_lvl_wd_freq36 ACT_LVL_WD_FREQ36_. pbss20_1 PBSS20_1_. pbss20_2 PBSS20_2_. pbss20_3 PBSS20_3_. pbss20_4 PBSS20_4_. pbss20_5 PBSS20_5_. pbss20_6 PBSS20_6_. pbss20_7 PBSS20_7_. pbss20_8 PBSS20_8_. pbss20_9 PBSS20_9_. pbss20_10 
PBSS20_10_. pbss20_11 PBSS20_11_. pbss20_12 PBSS20_12_. pbss20_13 PBSS20_13_. pbss20_14 PBSS20_14_. pbss20_15 PBSS20_15_. pbss20_16 PBSS20_16_. pbss20_17 PBSS20_17_. pbss20_18 PBSS20_18_. pbss20_19 PBSS20_19_. pbss20_20 PBSS20_20_. bscq_1 BEST12. bscq_2 
BEST12. bscq_3 BEST12. bscq_4 BEST12. bscq_5 BEST12. bscq_6 BEST12. bscq_7 BEST12. bscq_8 BEST12. behavior_change_ladder_2 BEHAVIOR_CHANGE_LADDER_2_. snq_1_age BEST12. snq_1_relation SNQ_1_RELATION_. snq_person1_q1 SNQ_PERSON1_Q1_. snq_person1_q2 
SNQ_PERSON1_Q2_. snq_person1_q3 SNQ_PERSON1_Q3_. snq_person1_q4 SNQ_PERSON1_Q4_. snq_person1_q5 SNQ_PERSON1_Q5_. snq_person1_q6 SNQ_PERSON1_Q6_. snq_person1_q7 SNQ_PERSON1_Q7_. snq_person1_q8 SNQ_PERSON1_Q8_. snq_person1_q9 SNQ_PERSON1_Q9_. 
snq_person1_q10 SNQ_PERSON1_Q10_. snq_2_age BEST12. snq_person2_relationship SNQ_PERSON2_RELATIONSHIP_. snq_person2_q1 SNQ_PERSON2_Q1_. snq_person2_q2 SNQ_PERSON2_Q2_. snq_person2_q3 SNQ_PERSON2_Q3_. snq_person2_q4 SNQ_PERSON2_Q4_. snq_person2_q5 
SNQ_PERSON2_Q5_. snq_person2_q6 SNQ_PERSON2_Q6_. snq_person2_q7 SNQ_PERSON2_Q7_. snq_person2_q8 SNQ_PERSON2_Q8_. snq_person2_q9 SNQ_PERSON2_Q9_. snq_person2_q10 SNQ_PERSON2_Q10_. snq_3_age BEST12. snq_person3_relationship SNQ_PERSON3_RELATIONSHIP_. 
snq_person3_q1 SNQ_PERSON3_Q1_. snq_person3_q2 SNQ_PERSON3_Q2_. snq_person3_q3 SNQ_PERSON3_Q3_. snq_person3_q4 SNQ_PERSON3_Q4_. snq_person3_q5 SNQ_PERSON3_Q5_. snq_person3_q6 SNQ_PERSON3_Q6_. snq_person3_q7 SNQ_PERSON3_Q7_. snq_person3_q8 SNQ_PERSON3_Q8_. 
snq_person3_q9 SNQ_PERSON3_Q9_. snq_person3_q10 SNQ_PERSON3_Q10_. snq_4_age BEST12. snq_person4_relationship SNQ_PERSON4_RELATIONSHIP_. snq_person4_q1 SNQ_PERSON4_Q1_. snq_person4_q2 SNQ_PERSON4_Q2_. snq_person4_q3 SNQ_PERSON4_Q3_. snq_person4_q4 
SNQ_PERSON4_Q4_. snq_person4_q5 SNQ_PERSON4_Q5_. snq_person4_q6 SNQ_PERSON4_Q6_. snq_person4_q7 SNQ_PERSON4_Q7_. snq_person4_q8 SNQ_PERSON4_Q8_. snq_person4_q9 SNQ_PERSON4_Q9_. snq_person4_q10 SNQ_PERSON4_Q10_. add_nw_member5 ADD_NW_MEMBER5_. snq_5_age 
BEST12. snq_person5_relationship SNQ_PERSON5_RELATIONSHIP_. snq_person5_q1 SNQ_PERSON5_Q1_. snq_person5_q2 SNQ_PERSON5_Q2_. snq_person5_q3 SNQ_PERSON5_Q3_. snq_person5_q4 SNQ_PERSON5_Q4_. snq_person5_q5 SNQ_PERSON5_Q5_. snq_person5_q6 SNQ_PERSON5_Q6_. 
snq_person5_q7 SNQ_PERSON5_Q7_. snq_person5_q8 SNQ_PERSON5_Q8_. snq_person5_q9 SNQ_PERSON5_Q9_. snq_person5_q10 SNQ_PERSON5_Q10_. add_nw_member6 ADD_NW_MEMBER6_. snq_6_age BEST12. snq_person6_relationship SNQ_PERSON6_RELATIONSHIP_. snq_person6_q1 
SNQ_PERSON6_Q1_. snq_person6_q2 SNQ_PERSON6_Q2_. snq_person6_q3 SNQ_PERSON6_Q3_. snq_person6_q4 SNQ_PERSON6_Q4_. snq_person6_q5 SNQ_PERSON6_Q5_. snq_person6_q6 SNQ_PERSON6_Q6_. snq_person6_q7 SNQ_PERSON6_Q7_. snq_person6_q8 SNQ_PERSON6_Q8_. snq_person6_q9 
SNQ_PERSON6_Q9_. snq_person6_q10 SNQ_PERSON6_Q10_. add_nw_member7 ADD_NW_MEMBER7_. snq_7_age BEST12. snq_person7_relationship SNQ_PERSON7_RELATIONSHIP_. snq_person7_q1 SNQ_PERSON7_Q1_. snq_person7_q2 SNQ_PERSON7_Q2_. snq_person7_q3 SNQ_PERSON7_Q3_. 
snq_person7_q4 SNQ_PERSON7_Q4_. snq_person7_q5 SNQ_PERSON7_Q5_. snq_person7_q6 SNQ_PERSON7_Q6_. snq_person7_q7 SNQ_PERSON7_Q7_. snq_person7_q8 SNQ_PERSON7_Q8_. snq_person7_q9 SNQ_PERSON7_Q9_. snq_person7_q10 SNQ_PERSON7_Q10_. add_nw_member_8 
ADD_NW_MEMBER_8_. snq_8_age BEST12. snq_person8_relationship SNQ_PERSON8_RELATIONSHIP_. snq_person8_q1 SNQ_PERSON8_Q1_. snq_person8_q2 SNQ_PERSON8_Q2_. snq_person8_q3 SNQ_PERSON8_Q3_. snq_person8_q4 SNQ_PERSON8_Q4_. snq_person8_q5 SNQ_PERSON8_Q5_. 
snq_person8_q6 SNQ_PERSON8_Q6_. snq_person8_q7 SNQ_PERSON8_Q7_. snq_person8_q8 SNQ_PERSON8_Q8_. snq_person8_q09 SNQ_PERSON8_Q09_. snq_person8_q10 SNQ_PERSON8_Q10_. add_nw_member9 ADD_NW_MEMBER9_. snq_9_age BEST12. snq_person9_relationship 
SNQ_PERSON9_RELATIONSHIP_. snq_person9_q1 SNQ_PERSON9_Q1_. snq_person9_q2 SNQ_PERSON9_Q2_. snq_person9_q3 SNQ_PERSON9_Q3_. snq_person9_q4 SNQ_PERSON9_Q4_. snq_person9_q5 SNQ_PERSON9_Q5_. snq_person9_q6 SNQ_PERSON9_Q6_. snq_person9_q7 SNQ_PERSON9_Q7_. 
snq_person9_q8 SNQ_PERSON9_Q8_. snq_person9_q9 SNQ_PERSON9_Q9_. snq_person9_q10 SNQ_PERSON9_Q10_. add_nw_member_10 ADD_NW_MEMBER_10_. snq_10_age BEST12. snq_person10_relationship SNQ_PERSON10_RELATIONSHIP_. snq_person10_q1 SNQ_PERSON10_Q1_. 
snq_person10_q2 SNQ_PERSON10_Q2_. snq_person10_q3 SNQ_PERSON10_Q3_. snq_person10_q4 SNQ_PERSON10_Q4_. snq_person10_q5 SNQ_PERSON10_Q5_. snq_person10_q6 SNQ_PERSON10_Q6_. snq_person10_q7 SNQ_PERSON10_Q7_. snq_person10_q8 SNQ_PERSON10_Q8_. snq_person10_q9 
SNQ_PERSON10_Q9_. snq_person10_q10 SNQ_PERSON10_Q10_. lost_relationship LOST_RELATIONSHIP_. spouse_not_available SPOUSE_NOT_AVAILABLE_. child_not_available CHILD_NOT_AVAILABLE_. relative_not_available RELATIVE_NOT_AVAILABLE_. friends_not_available 
FRIENDS_NOT_AVAILABLE_. other_not_available OTHER_NOT_AVAILABLE_. lost_support LOST_SUPPORT_. options_reduce_drink1 OPTIONS_REDUCE_DRINK1_. options_reduce_drink2 OPTIONS_REDUCE_DRINK2_. options_reduce_drink3 OPTIONS_REDUCE_DRINK3_. options_reduce_drink4 
OPTIONS_REDUCE_DRINK4_. options_reduce_drink5 OPTIONS_REDUCE_DRINK5_. options_reduce_drink6 OPTIONS_REDUCE_DRINK6_. options_reduce_drink7 OPTIONS_REDUCE_DRINK7_. options_reduce_drink8 OPTIONS_REDUCE_DRINK8_. options_reduce_drink9 OPTIONS_REDUCE_DRINK9_. 
options_reduce_drink10 OPTIONS_REDUCE_DRINK10_. almost BEST12. research_survey_of_d_v_1 RESEARCH_SURVEY_OF_D_V_1_.
DATA2DATASTEP INPUTLIST record_id:BEST32. redcap_data_access_group:$500. redcap_survey_identifier:$500. research_survey_of_d_v_0:$500. icf:ICF_. dob:YYMMDD10. zip_code:$500. gender:GENDER_. race:RACE_. hispanic_latino:HISPANIC_LATINO_. 
marital_status:MARITAL_STATUS_. number_children:BEST12. level_education:LEVEL_EDUCATION_. yearly_income:YEARLY_INCOME_. household_income:HOUSEHOLD_INCOME_. public_benefit_1:PUBLIC_BENEFIT_1_. public_benefit_2:PUBLIC_BENEFIT_2_. 
public_benefit_3:PUBLIC_BENEFIT_3_. public_benefit_4:PUBLIC_BENEFIT_4_. public_benefit_5:PUBLIC_BENEFIT_5_. young_adult_you_know:BEST12. young_adults_live_near:BEST12. young_adult_interacted:BEST12. yng_adlt_interact_online:BEST12. 
age_first_drink:AGE_FIRST_DRINK_. age_first_intoxicated:AGE_FIRST_INTOXICATED_. drink_days_past30:DRINK_DAYS_PAST30_. drinks_per_drink_day:BEST12. treatment_intervention___1:TREATMENT_INTERVENTION___1_. 
treatment_intervention___2:TREATMENT_INTERVENTION___2_. treatment_intervention___3:TREATMENT_INTERVENTION___3_. treatment_intervention___4:TREATMENT_INTERVENTION___4_. treatment_intervention___5:TREATMENT_INTERVENTION___5_. 
treatment_intervention___6:TREATMENT_INTERVENTION___6_. current_tobacco_use:CURRENT_TOBACCO_USE_. lifetime_illicit_drug:LIFETIME_ILLICIT_DRUG_. lifetime_prscrptn_drugs:LIFETIME_PRSCRPTN_DRUGS_. lifetime_alc_drug_mix:LIFETIME_ALC_DRUG_MIX_. 
yaacqb_1:YAACQB_1_. yaacqb_2:YAACQB_2_. yaacqb_3:YAACQB_3_. yaacqb_4:YAACQB_4_. yaacqb_5:YAACQB_5_. yaacqb_6:YAACQB_6_. yaacqb_7:YAACQB_7_. yaacqb_8:YAACQB_8_. yaacqb_9:YAACQB_9_. yaacqb_10:YAACQB_10_. yaacqb_11:YAACQB_11_. yaacqb_12:YAACQB_12_. 
yaacqb_13:YAACQB_13_. yaacqb_14:YAACQB_14_. yaacqb_15:YAACQB_15_. yaacqb_16:YAACQB_16_. yaacqb_17:YAACQB_17_. yaacqb_18:YAACQB_18_. yaacqb_19:YAACQB_19_. yaacqb_20:YAACQB_20_. yaacqb_21:YAACQB_21_. yaacqb_22:YAACQB_22_. yaacqb_23:YAACQB_23_. 
yaacqb_24:YAACQB_24_. dd_1:DD_1_. dd_2:DD_2_. dd_3:DD_3_. dd_4:DD_4_. dd_5:DD_5_. dd_6:DD_6_. dd_7:DD_7_. dd_8:DD_8_. dd_9:DD_9_. dd_10:DD_10_. dd_11:DD_11_. dd_12:DD_12_. dd_13:DD_13_. dd_14:DD_14_. dd_15:DD_15_. dd_16:DD_16_. dd_17:DD_17_. apt_1:BEST12. 
apt_2:BEST12. apt_3:BEST12. apt_4:BEST12. apt_5:BEST12. apt_6:BEST12. apt_7:BEST12. apt_8:BEST12. apt_9:BEST12. apt_10:BEST12. apt_11:BEST12. apt_12:BEST12. apt_13:BEST12. apt_14:BEST12. apt_15:BEST12. apt_16:BEST12. apt_17:BEST12. apt_18:BEST12. 
rdea_index_1:BEST12. rdea_index_2:BEST12. past30_savings:BEST12. ac_lvl_wod_freq1:AC_LVL_WOD_FREQ1_. ac_lvl_wod_freq2:AC_LVL_WOD_FREQ2_. ac_lvl_wod_freq3:AC_LVL_WOD_FREQ3_. ac_lvl_wod_freq4:AC_LVL_WOD_FREQ4_. ac_lvl_wod_freq5:AC_LVL_WOD_FREQ5_. 
ac_lvl_wod_freq6:AC_LVL_WOD_FREQ6_. ac_lvl_wod_freq7:AC_LVL_WOD_FREQ7_. ac_lvl_wod_freq8:AC_LVL_WOD_FREQ8_. ac_lvl_wod_freq9:AC_LVL_WOD_FREQ9_. ac_lvl_wod_freq10:AC_LVL_WOD_FREQ10_. ac_lvl_wod_freq11:AC_LVL_WOD_FREQ11_. 
ac_lvl_wod_freq12:AC_LVL_WOD_FREQ12_. ac_lvl_wod_freq13:AC_LVL_WOD_FREQ13_. ac_lvl_wod_freq14:AC_LVL_WOD_FREQ14_. ac_lvl_wod_freq15:AC_LVL_WOD_FREQ15_. ac_lvl_wod_freq16:AC_LVL_WOD_FREQ16_. ac_lvl_wod_freq17:AC_LVL_WOD_FREQ17_. 
ac_lvl_wod_freq18:AC_LVL_WOD_FREQ18_. ac_lvl_wod_freq19:AC_LVL_WOD_FREQ19_. ac_lvl_wod_freq20:AC_LVL_WOD_FREQ20_. ac_lvl_wod_freq21:AC_LVL_WOD_FREQ21_. ac_lvl_wod_freq22:AC_LVL_WOD_FREQ22_. ac_lvl_wod_freq23:AC_LVL_WOD_FREQ23_. 
ac_lvl_wod_freq24:AC_LVL_WOD_FREQ24_. ac_lvl_wod_freq25:AC_LVL_WOD_FREQ25_. ac_lvl_wod_freq26:AC_LVL_WOD_FREQ26_. ac_lvl_wod_freq27:AC_LVL_WOD_FREQ27_. ac_lvl_wod_freq28:AC_LVL_WOD_FREQ28_. ac_lvl_wod_freq29:AC_LVL_WOD_FREQ29_. 
ac_lvl_wod_freq30:AC_LVL_WOD_FREQ30_. ac_lvl_wod_freq31:AC_LVL_WOD_FREQ31_. ac_lvl_wod_freq32:AC_LVL_WOD_FREQ32_. ac_lvl_wod_freq33:AC_LVL_WOD_FREQ33_. ac_lvl_wod_freq34:AC_LVL_WOD_FREQ34_. ac_lvl_wod_freq35:AC_LVL_WOD_FREQ35_. 
ac_lvl_wod_freq36:AC_LVL_WOD_FREQ36_. act_lvl_wd_freq1:ACT_LVL_WD_FREQ1_. act_lvl_wd_freq2:ACT_LVL_WD_FREQ2_. act_lvl_wd_freq3:ACT_LVL_WD_FREQ3_. act_lvl_wd_freq4:ACT_LVL_WD_FREQ4_. act_lvl_wd_freq5:ACT_LVL_WD_FREQ5_. act_lvl_wd_freq6:ACT_LVL_WD_FREQ6_. 
act_lvl_wd_freq7:ACT_LVL_WD_FREQ7_. act_lvl_wd_freq8:ACT_LVL_WD_FREQ8_. act_lvl_wd_freq9:ACT_LVL_WD_FREQ9_. act_lvl_wd_freq10:ACT_LVL_WD_FREQ10_. act_lvl_wd_freq11:ACT_LVL_WD_FREQ11_. act_lvl_wd_freq12:ACT_LVL_WD_FREQ12_. 
act_lvl_wd_freq13:ACT_LVL_WD_FREQ13_. act_lvl_wd_freq14:ACT_LVL_WD_FREQ14_. act_lvl_wd_freq15:ACT_LVL_WD_FREQ15_. act_lvl_wd_freq16:ACT_LVL_WD_FREQ16_. act_lvl_wd_freq17:ACT_LVL_WD_FREQ17_. act_lvl_wd_freq18:ACT_LVL_WD_FREQ18_. 
3                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

act_lvl_wd_freq19:ACT_LVL_WD_FREQ19_. act_lvl_wd_freq20:ACT_LVL_WD_FREQ20_. act_lvl_wd_freq21:ACT_LVL_WD_FREQ21_. act_lvl_wd_freq22:ACT_LVL_WD_FREQ22_. act_lvl_wd_freq23:ACT_LVL_WD_FREQ23_. act_lvl_wd_freq24:ACT_LVL_WD_FREQ24_. 
act_lvl_wd_freq25:ACT_LVL_WD_FREQ25_. act_lvl_wd_freq26:ACT_LVL_WD_FREQ26_. act_lvl_wd_freq27:ACT_LVL_WD_FREQ27_. act_lvl_wd_freq28:ACT_LVL_WD_FREQ28_. act_lvl_wd_freq29:ACT_LVL_WD_FREQ29_. act_lvl_wd_freq30:ACT_LVL_WD_FREQ30_. 
act_lvl_wd_freq31:ACT_LVL_WD_FREQ31_. act_lvl_wd_freq32:ACT_LVL_WD_FREQ32_. act_lvl_wd_freq33:ACT_LVL_WD_FREQ33_. act_lvl_wd_freq34:ACT_LVL_WD_FREQ34_. act_lvl_wd_freq35:ACT_LVL_WD_FREQ35_. act_lvl_wd_freq36:ACT_LVL_WD_FREQ36_. pbss20_1:PBSS20_1_. 
pbss20_2:PBSS20_2_. pbss20_3:PBSS20_3_. pbss20_4:PBSS20_4_. pbss20_5:PBSS20_5_. pbss20_6:PBSS20_6_. pbss20_7:PBSS20_7_. pbss20_8:PBSS20_8_. pbss20_9:PBSS20_9_. pbss20_10:PBSS20_10_. pbss20_11:PBSS20_11_. pbss20_12:PBSS20_12_. pbss20_13:PBSS20_13_. 
pbss20_14:PBSS20_14_. pbss20_15:PBSS20_15_. pbss20_16:PBSS20_16_. pbss20_17:PBSS20_17_. pbss20_18:PBSS20_18_. pbss20_19:PBSS20_19_. pbss20_20:PBSS20_20_. bscq_1:BEST12. bscq_2:BEST12. bscq_3:BEST12. bscq_4:BEST12. bscq_5:BEST12. bscq_6:BEST12. 
bscq_7:BEST12. bscq_8:BEST12. behavior_change_ladder_2:BEHAVIOR_CHANGE_LADDER_2_. snq_1_age:BEST12. snq_1_relation:SNQ_1_RELATION_. snq_person1_q1:SNQ_PERSON1_Q1_. snq_person1_q2:SNQ_PERSON1_Q2_. snq_person1_q3:SNQ_PERSON1_Q3_. 
snq_person1_q4:SNQ_PERSON1_Q4_. snq_person1_q5:SNQ_PERSON1_Q5_. snq_person1_q6:SNQ_PERSON1_Q6_. snq_person1_q7:SNQ_PERSON1_Q7_. snq_person1_q8:SNQ_PERSON1_Q8_. snq_person1_q9:SNQ_PERSON1_Q9_. snq_person1_q10:SNQ_PERSON1_Q10_. snq_2_age:BEST12. 
snq_person2_relationship:SNQ_PERSON2_RELATIONSHIP_. snq_person2_q1:SNQ_PERSON2_Q1_. snq_person2_q2:SNQ_PERSON2_Q2_. snq_person2_q3:SNQ_PERSON2_Q3_. snq_person2_q4:SNQ_PERSON2_Q4_. snq_person2_q5:SNQ_PERSON2_Q5_. snq_person2_q6:SNQ_PERSON2_Q6_. 
snq_person2_q7:SNQ_PERSON2_Q7_. snq_person2_q8:SNQ_PERSON2_Q8_. snq_person2_q9:SNQ_PERSON2_Q9_. snq_person2_q10:SNQ_PERSON2_Q10_. snq_3_age:BEST12. snq_person3_relationship:SNQ_PERSON3_RELATIONSHIP_. snq_person3_q1:SNQ_PERSON3_Q1_. 
snq_person3_q2:SNQ_PERSON3_Q2_. snq_person3_q3:SNQ_PERSON3_Q3_. snq_person3_q4:SNQ_PERSON3_Q4_. snq_person3_q5:SNQ_PERSON3_Q5_. snq_person3_q6:SNQ_PERSON3_Q6_. snq_person3_q7:SNQ_PERSON3_Q7_. snq_person3_q8:SNQ_PERSON3_Q8_. snq_person3_q9:SNQ_PERSON3_Q9_. 
snq_person3_q10:SNQ_PERSON3_Q10_. snq_4_age:BEST12. snq_person4_relationship:SNQ_PERSON4_RELATIONSHIP_. snq_person4_q1:SNQ_PERSON4_Q1_. snq_person4_q2:SNQ_PERSON4_Q2_. snq_person4_q3:SNQ_PERSON4_Q3_. snq_person4_q4:SNQ_PERSON4_Q4_. 
snq_person4_q5:SNQ_PERSON4_Q5_. snq_person4_q6:SNQ_PERSON4_Q6_. snq_person4_q7:SNQ_PERSON4_Q7_. snq_person4_q8:SNQ_PERSON4_Q8_. snq_person4_q9:SNQ_PERSON4_Q9_. snq_person4_q10:SNQ_PERSON4_Q10_. add_nw_member5:ADD_NW_MEMBER5_. snq_5_age:BEST12. 
snq_person5_relationship:SNQ_PERSON5_RELATIONSHIP_. snq_person5_q1:SNQ_PERSON5_Q1_. snq_person5_q2:SNQ_PERSON5_Q2_. snq_person5_q3:SNQ_PERSON5_Q3_. snq_person5_q4:SNQ_PERSON5_Q4_. snq_person5_q5:SNQ_PERSON5_Q5_. snq_person5_q6:SNQ_PERSON5_Q6_. 
snq_person5_q7:SNQ_PERSON5_Q7_. snq_person5_q8:SNQ_PERSON5_Q8_. snq_person5_q9:SNQ_PERSON5_Q9_. snq_person5_q10:SNQ_PERSON5_Q10_. add_nw_member6:ADD_NW_MEMBER6_. snq_6_age:BEST12. snq_person6_relationship:SNQ_PERSON6_RELATIONSHIP_. 
snq_person6_q1:SNQ_PERSON6_Q1_. snq_person6_q2:SNQ_PERSON6_Q2_. snq_person6_q3:SNQ_PERSON6_Q3_. snq_person6_q4:SNQ_PERSON6_Q4_. snq_person6_q5:SNQ_PERSON6_Q5_. snq_person6_q6:SNQ_PERSON6_Q6_. snq_person6_q7:SNQ_PERSON6_Q7_. snq_person6_q8:SNQ_PERSON6_Q8_. 
snq_person6_q9:SNQ_PERSON6_Q9_. snq_person6_q10:SNQ_PERSON6_Q10_. add_nw_member7:ADD_NW_MEMBER7_. snq_7_age:BEST12. snq_person7_relationship:SNQ_PERSON7_RELATIONSHIP_. snq_person7_q1:SNQ_PERSON7_Q1_. snq_person7_q2:SNQ_PERSON7_Q2_. 
snq_person7_q3:SNQ_PERSON7_Q3_. snq_person7_q4:SNQ_PERSON7_Q4_. snq_person7_q5:SNQ_PERSON7_Q5_. snq_person7_q6:SNQ_PERSON7_Q6_. snq_person7_q7:SNQ_PERSON7_Q7_. snq_person7_q8:SNQ_PERSON7_Q8_. snq_person7_q9:SNQ_PERSON7_Q9_. 
snq_person7_q10:SNQ_PERSON7_Q10_. add_nw_member_8:ADD_NW_MEMBER_8_. snq_8_age:BEST12. snq_person8_relationship:SNQ_PERSON8_RELATIONSHIP_. snq_person8_q1:SNQ_PERSON8_Q1_. snq_person8_q2:SNQ_PERSON8_Q2_. snq_person8_q3:SNQ_PERSON8_Q3_. 
snq_person8_q4:SNQ_PERSON8_Q4_. snq_person8_q5:SNQ_PERSON8_Q5_. snq_person8_q6:SNQ_PERSON8_Q6_. snq_person8_q7:SNQ_PERSON8_Q7_. snq_person8_q8:SNQ_PERSON8_Q8_. snq_person8_q09:SNQ_PERSON8_Q09_. snq_person8_q10:SNQ_PERSON8_Q10_. 
add_nw_member9:ADD_NW_MEMBER9_. snq_9_age:BEST12. snq_person9_relationship:SNQ_PERSON9_RELATIONSHIP_. snq_person9_q1:SNQ_PERSON9_Q1_. snq_person9_q2:SNQ_PERSON9_Q2_. snq_person9_q3:SNQ_PERSON9_Q3_. snq_person9_q4:SNQ_PERSON9_Q4_. 
snq_person9_q5:SNQ_PERSON9_Q5_. snq_person9_q6:SNQ_PERSON9_Q6_. snq_person9_q7:SNQ_PERSON9_Q7_. snq_person9_q8:SNQ_PERSON9_Q8_. snq_person9_q9:SNQ_PERSON9_Q9_. snq_person9_q10:SNQ_PERSON9_Q10_. add_nw_member_10:ADD_NW_MEMBER_10_. snq_10_age:BEST12. 
snq_person10_relationship:SNQ_PERSON10_RELATIONSHIP_. snq_person10_q1:SNQ_PERSON10_Q1_. snq_person10_q2:SNQ_PERSON10_Q2_. snq_person10_q3:SNQ_PERSON10_Q3_. snq_person10_q4:SNQ_PERSON10_Q4_. snq_person10_q5:SNQ_PERSON10_Q5_. 
snq_person10_q6:SNQ_PERSON10_Q6_. snq_person10_q7:SNQ_PERSON10_Q7_. snq_person10_q8:SNQ_PERSON10_Q8_. snq_person10_q9:SNQ_PERSON10_Q9_. snq_person10_q10:SNQ_PERSON10_Q10_. lost_relationship:LOST_RELATIONSHIP_. spouse_not_available:SPOUSE_NOT_AVAILABLE_. 
child_not_available:CHILD_NOT_AVAILABLE_. relative_not_available:RELATIVE_NOT_AVAILABLE_. friends_not_available:FRIENDS_NOT_AVAILABLE_. other_not_available:OTHER_NOT_AVAILABLE_. lost_support:LOST_SUPPORT_. options_reduce_drink1:OPTIONS_REDUCE_DRINK1_. 
options_reduce_drink2:OPTIONS_REDUCE_DRINK2_. options_reduce_drink3:OPTIONS_REDUCE_DRINK3_. options_reduce_drink4:OPTIONS_REDUCE_DRINK4_. options_reduce_drink5:OPTIONS_REDUCE_DRINK5_. options_reduce_drink6:OPTIONS_REDUCE_DRINK6_. 
options_reduce_drink7:OPTIONS_REDUCE_DRINK7_. options_reduce_drink8:OPTIONS_REDUCE_DRINK8_. options_reduce_drink9:OPTIONS_REDUCE_DRINK9_. options_reduce_drink10:OPTIONS_REDUCE_DRINK10_. code_word:$500. almost:BEST12. 
research_survey_of_d_v_1:RESEARCH_SURVEY_OF_D_V_1_.
DATA2DATASTEP LBL YES
DATA2DATASTEP LIB RDS
DATA2DATASTEP LS 256
DATA2DATASTEP MEMLABEL 
DATA2DATASTEP MSGTYPE NOTE
DATA2DATASTEP OBS 20
DATA2DATASTEP OUTLIB WORK
DATA2DATASTEP SQLEXITCODE 0
DATA2DATASTEP SQLOBS 342
DATA2DATASTEP SQLOOPS 701
DATA2DATASTEP SQLRC 0
DATA2DATASTEP SQLXOBS 0
DATA2DATASTEP SQLXOPENERRS 0
DATA2DATASTEP VARLIST record_id redcap_data_access_group redcap_survey_identifier research_survey_of_d_v_0 icf dob zip_code gender race hispanic_latino marital_status number_children level_education yearly_income household_income public_benefit_1 
public_benefit_2 public_benefit_3 public_benefit_4 public_benefit_5 young_adult_you_know young_adults_live_near young_adult_interacted yng_adlt_interact_online age_first_drink age_first_intoxicated drink_days_past30 drinks_per_drink_day 
treatment_intervention___1 treatment_intervention___2 treatment_intervention___3 treatment_intervention___4 treatment_intervention___5 treatment_intervention___6 current_tobacco_use lifetime_illicit_drug lifetime_prscrptn_drugs lifetime_alc_drug_mix 
yaacqb_1 yaacqb_2 yaacqb_3 yaacqb_4 yaacqb_5 yaacqb_6 yaacqb_7 yaacqb_8 yaacqb_9 yaacqb_10 yaacqb_11 yaacqb_12 yaacqb_13 yaacqb_14 yaacqb_15 yaacqb_16 yaacqb_17 yaacqb_18 yaacqb_19 yaacqb_20 yaacqb_21 yaacqb_22 yaacqb_23 yaacqb_24 dd_1 dd_2 dd_3 dd_4 dd_5 
dd_6 dd_7 dd_8 dd_9 dd_10 dd_11 dd_12 dd_13 dd_14 dd_15 dd_16 dd_17 apt_1 apt_2 apt_3 apt_4 apt_5 apt_6 apt_7 apt_8 apt_9 apt_10 apt_11 apt_12 apt_13 apt_14 apt_15 apt_16 apt_17 apt_18 rdea_index_1 rdea_index_2 past30_savings ac_lvl_wod_freq1 
ac_lvl_wod_freq2 ac_lvl_wod_freq3 ac_lvl_wod_freq4 ac_lvl_wod_freq5 ac_lvl_wod_freq6 ac_lvl_wod_freq7 ac_lvl_wod_freq8 ac_lvl_wod_freq9 ac_lvl_wod_freq10 ac_lvl_wod_freq11 ac_lvl_wod_freq12 ac_lvl_wod_freq13 ac_lvl_wod_freq14 ac_lvl_wod_freq15 
ac_lvl_wod_freq16 ac_lvl_wod_freq17 ac_lvl_wod_freq18 ac_lvl_wod_freq19 ac_lvl_wod_freq20 ac_lvl_wod_freq21 ac_lvl_wod_freq22 ac_lvl_wod_freq23 ac_lvl_wod_freq24 ac_lvl_wod_freq25 ac_lvl_wod_freq26 ac_lvl_wod_freq27 ac_lvl_wod_freq28 ac_lvl_wod_freq29 
ac_lvl_wod_freq30 ac_lvl_wod_freq31 ac_lvl_wod_freq32 ac_lvl_wod_freq33 ac_lvl_wod_freq34 ac_lvl_wod_freq35 ac_lvl_wod_freq36 act_lvl_wd_freq1 act_lvl_wd_freq2 act_lvl_wd_freq3 act_lvl_wd_freq4 act_lvl_wd_freq5 act_lvl_wd_freq6 act_lvl_wd_freq7 
act_lvl_wd_freq8 act_lvl_wd_freq9 act_lvl_wd_freq10 act_lvl_wd_freq11 act_lvl_wd_freq12 act_lvl_wd_freq13 act_lvl_wd_freq14 act_lvl_wd_freq15 act_lvl_wd_freq16 act_lvl_wd_freq17 act_lvl_wd_freq18 act_lvl_wd_freq19 act_lvl_wd_freq20 act_lvl_wd_freq21 
act_lvl_wd_freq22 act_lvl_wd_freq23 act_lvl_wd_freq24 act_lvl_wd_freq25 act_lvl_wd_freq26 act_lvl_wd_freq27 act_lvl_wd_freq28 act_lvl_wd_freq29 act_lvl_wd_freq30 act_lvl_wd_freq31 act_lvl_wd_freq32 act_lvl_wd_freq33 act_lvl_wd_freq34 act_lvl_wd_freq35 
act_lvl_wd_freq36 pbss20_1 pbss20_2 pbss20_3 pbss20_4 pbss20_5 pbss20_6 pbss20_7 pbss20_8 pbss20_9 pbss20_10 pbss20_11 pbss20_12 pbss20_13 pbss20_14 pbss20_15 pbss20_16 pbss20_17 pbss20_18 pbss20_19 pbss20_20 bscq_1 bscq_2 bscq_3 bscq_4 bscq_5 bscq_6 
bscq_7 bscq_8 behavior_change_ladder_2 snq_1_age snq_1_relation snq_person1_q1 snq_person1_q2 snq_person1_q3 snq_person1_q4 snq_person1_q5 snq_person1_q6 snq_person1_q7 snq_person1_q8 snq_person1_q9 snq_person1_q10 snq_2_age snq_person2_relationship 
snq_person2_q1 snq_person2_q2 snq_person2_q3 snq_person2_q4 snq_person2_q5 snq_person2_q6 snq_person2_q7 snq_person2_q8 snq_person2_q9 snq_person2_q10 snq_3_age snq_person3_relationship snq_person3_q1 snq_person3_q2 snq_person3_q3 snq_person3_q4 
snq_person3_q5 snq_person3_q6 snq_person3_q7 snq_person3_q8 snq_person3_q9 snq_person3_q10 snq_4_age snq_person4_relationship snq_person4_q1 snq_person4_q2 snq_person4_q3 snq_person4_q4 snq_person4_q5 snq_person4_q6 snq_person4_q7 snq_person4_q8 
snq_person4_q9 snq_person4_q10 add_nw_member5 snq_5_age snq_person5_relationship snq_person5_q1 snq_person5_q2 snq_person5_q3 snq_person5_q4 snq_person5_q5 snq_person5_q6 snq_person5_q7 snq_person5_q8 snq_person5_q9 snq_person5_q10 add_nw_member6 
snq_6_age snq_person6_relationship snq_person6_q1 snq_person6_q2 snq_person6_q3 snq_person6_q4 snq_person6_q5 snq_person6_q6 snq_person6_q7 snq_person6_q8 snq_person6_q9 snq_person6_q10 add_nw_member7 snq_7_age snq_person7_relationship snq_person7_q1 
snq_person7_q2 snq_person7_q3 snq_person7_q4 snq_person7_q5 snq_person7_q6 snq_person7_q7 snq_person7_q8 snq_person7_q9 snq_person7_q10 add_nw_member_8 snq_8_age snq_person8_relationship snq_person8_q1 snq_person8_q2 snq_person8_q3 snq_person8_q4 
snq_person8_q5 snq_person8_q6 snq_person8_q7 snq_person8_q8 snq_person8_q09 snq_person8_q10 add_nw_member9 snq_9_age snq_person9_relationship snq_person9_q1 snq_person9_q2 snq_person9_q3 snq_person9_q4 snq_person9_q5 snq_person9_q6 snq_person9_q7 
4                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

snq_person9_q8 snq_person9_q9 snq_person9_q10 add_nw_member_10 snq_10_age snq_person10_relationship snq_person10_q1 snq_person10_q2 snq_person10_q3 snq_person10_q4 snq_person10_q5 snq_person10_q6 snq_person10_q7 snq_person10_q8 snq_person10_q9 
snq_person10_q10 lost_relationship spouse_not_available child_not_available relative_not_available friends_not_available other_not_available lost_support options_reduce_drink1 options_reduce_drink2 options_reduce_drink3 options_reduce_drink4 
options_reduce_drink5 options_reduce_drink6 options_reduce_drink7 options_reduce_drink8 options_reduce_drink9 options_reduce_drink10 code_word almost research_survey_of_d_v_1
NOTE: The quoted string currently being processed has become more than 262 characters long.  You might have unbalanced quotation marks.
NOTE: The quoted string currently being processed has become more than 262 characters long.  You might have unbalanced quotation marks.
WARNING: Apparent symbolic reference LBLLIST not resolved.

NOTE: Format $EDCAP_DATA_ACCESS_GROUP_ was not found or could not be loaded.
NOTE: Format RESEARCH_SURVEY_OF_D_V_1_ was not found or could not be loaded.
NOTE: Format $EDCAP_DATA_ACCESS_GROUP_ was not found or could not be loaded.
NOTE: Format RESEARCH_SURVEY_OF_D_V_1_ was not found or could not be loaded.
data WORK.REDCAP_CHARACTER;
  infile datalines dsd truncover;

input record_id:BEST32. redcap_data_access_group:$500. redcap_survey_identifier:$500. research_survey_of_d_v_0:$500. icf:ICF_. dob:YYMMDD10. zip_code:$500. gender:GENDER_. race:RACE_. hispanic_latino:HISPANIC_LATINO_. marital_status:MARITAL_STATUS_. number
_children:BEST12. level_education:LEVEL_EDUCATION_. yearly_income:YEARLY_INCOME_. household_income:HOUSEHOLD_INCOME_. public_benefit_1:PUBLIC_BENEFIT_1_. public_benefit_2:PUBLIC_BENEFIT_2_. public_benefit_3:PUBLIC_BENEFIT_3_. public_benefit_4:PUBLIC_BENEFI
T_4_. public_benefit_5:PUBLIC_BENEFIT_5_. young_adult_you_know:BEST12. young_adults_live_near:BEST12. young_adult_interacted:BEST12. yng_adlt_interact_online:BEST12. age_first_drink:AGE_FIRST_DRINK_. age_first_intoxicated:AGE_FIRST_INTOXICATED_. drink_days
_past30:DRINK_DAYS_PAST30_. drinks_per_drink_day:BEST12. treatment_intervention___1:TREATMENT_INTERVENTION___1_. treatment_intervention___2:TREATMENT_INTERVENTION___2_. treatment_intervention___3:TREATMENT_INTERVENTION___3_. treatment_intervention___4:TREA
TMENT_INTERVENTION___4_. treatment_intervention___5:TREATMENT_INTERVENTION___5_. treatment_intervention___6:TREATMENT_INTERVENTION___6_. current_tobacco_use:CURRENT_TOBACCO_USE_. lifetime_illicit_drug:LIFETIME_ILLICIT_DRUG_. lifetime_prscrptn_drugs:LIFETIM
E_PRSCRPTN_DRUGS_. lifetime_alc_drug_mix:LIFETIME_ALC_DRUG_MIX_. yaacqb_1:YAACQB_1_. yaacqb_2:YAACQB_2_. yaacqb_3:YAACQB_3_. yaacqb_4:YAACQB_4_. yaacqb_5:YAACQB_5_. yaacqb_6:YAACQB_6_. yaacqb_7:YAACQB_7_. yaacqb_8:YAACQB_8_. yaacqb_9:YAACQB_9_. yaacqb_10:Y
AACQB_10_. yaacqb_11:YAACQB_11_. yaacqb_12:YAACQB_12_. yaacqb_13:YAACQB_13_. yaacqb_14:YAACQB_14_. yaacqb_15:YAACQB_15_. yaacqb_16:YAACQB_16_. yaacqb_17:YAACQB_17_. yaacqb_18:YAACQB_18_. yaacqb_19:YAACQB_19_. yaacqb_20:YAACQB_20_. yaacqb_21:YAACQB_21_. yaa
cqb_22:YAACQB_22_. yaacqb_23:YAACQB_23_. yaacqb_24:YAACQB_24_. dd_1:DD_1_. dd_2:DD_2_. dd_3:DD_3_. dd_4:DD_4_. dd_5:DD_5_. dd_6:DD_6_. dd_7:DD_7_. dd_8:DD_8_. dd_9:DD_9_. dd_10:DD_10_. dd_11:DD_11_. dd_12:DD_12_. dd_13:DD_13_. dd_14:DD_14_. dd_15:DD_15_. d
d_16:DD_16_. dd_17:DD_17_. apt_1:BEST12. apt_2:BEST12. apt_3:BEST12. apt_4:BEST12. apt_5:BEST12. apt_6:BEST12. apt_7:BEST12. apt_8:BEST12. apt_9:BEST12. apt_10:BEST12. apt_11:BEST12. apt_12:BEST12. apt_13:BEST12. apt_14:BEST12. apt_15:BEST12. apt_16:BEST12
. apt_17:BEST12. apt_18:BEST12. rdea_index_1:BEST12. rdea_index_2:BEST12. past30_savings:BEST12. ac_lvl_wod_freq1:AC_LVL_WOD_FREQ1_. ac_lvl_wod_freq2:AC_LVL_WOD_FREQ2_. ac_lvl_wod_freq3:AC_LVL_WOD_FREQ3_. ac_lvl_wod_freq4:AC_LVL_WOD_FREQ4_. ac_lvl_wod_freq
5:AC_LVL_WOD_FREQ5_. ac_lvl_wod_freq6:AC_LVL_WOD_FREQ6_. ac_lvl_wod_freq7:AC_LVL_WOD_FREQ7_. ac_lvl_wod_freq8:AC_LVL_WOD_FREQ8_. ac_lvl_wod_freq9:AC_LVL_WOD_FREQ9_. ac_lvl_wod_freq10:AC_LVL_WOD_FREQ10_. ac_lvl_wod_freq11:AC_LVL_WOD_FREQ11_. ac_lvl_wod_freq
12:AC_LVL_WOD_FREQ12_. ac_lvl_wod_freq13:AC_LVL_WOD_FREQ13_. ac_lvl_wod_freq14:AC_LVL_WOD_FREQ14_. ac_lvl_wod_freq15:AC_LVL_WOD_FREQ15_. ac_lvl_wod_freq16:AC_LVL_WOD_FREQ16_. ac_lvl_wod_freq17:AC_LVL_WOD_FREQ17_. ac_lvl_wod_freq18:AC_LVL_WOD_FREQ18_. ac_lv
l_wod_freq19:AC_LVL_WOD_FREQ19_. ac_lvl_wod_freq20:AC_LVL_WOD_FREQ20_. ac_lvl_wod_freq21:AC_LVL_WOD_FREQ21_. ac_lvl_wod_freq22:AC_LVL_WOD_FREQ22_. ac_lvl_wod_freq23:AC_LVL_WOD_FREQ23_. ac_lvl_wod_freq24:AC_LVL_WOD_FREQ24_. ac_lvl_wod_freq25:AC_LVL_WOD_FREQ
25_. ac_lvl_wod_freq26:AC_LVL_WOD_FREQ26_. ac_lvl_wod_freq27:AC_LVL_WOD_FREQ27_. ac_lvl_wod_freq28:AC_LVL_WOD_FREQ28_. ac_lvl_wod_freq29:AC_LVL_WOD_FREQ29_. ac_lvl_wod_freq30:AC_LVL_WOD_FREQ30_. ac_lvl_wod_freq31:AC_LVL_WOD_FREQ31_. ac_lvl_wod_freq32:AC_LV
L_WOD_FREQ32_. ac_lvl_wod_freq33:AC_LVL_WOD_FREQ33_. ac_lvl_wod_freq34:AC_LVL_WOD_FREQ34_. ac_lvl_wod_freq35:AC_LVL_WOD_FREQ35_. ac_lvl_wod_freq36:AC_LVL_WOD_FREQ36_. act_lvl_wd_freq1:ACT_LVL_WD_FREQ1_. act_lvl_wd_freq2:ACT_LVL_WD_FREQ2_. act_lvl_wd_freq3:
ACT_LVL_WD_FREQ3_. act_lvl_wd_freq4:ACT_LVL_WD_FREQ4_. act_lvl_wd_freq5:ACT_LVL_WD_FREQ5_. act_lvl_wd_freq6:ACT_LVL_WD_FREQ6_. act_lvl_wd_freq7:ACT_LVL_WD_FREQ7_. act_lvl_wd_freq8:ACT_LVL_WD_FREQ8_. act_lvl_wd_freq9:ACT_LVL_WD_FREQ9_. act_lvl_wd_freq10:ACT
_LVL_WD_FREQ10_. act_lvl_wd_freq11:ACT_LVL_WD_FREQ11_. act_lvl_wd_freq12:ACT_LVL_WD_FREQ12_. act_lvl_wd_freq13:ACT_LVL_WD_FREQ13_. act_lvl_wd_freq14:ACT_LVL_WD_FREQ14_. act_lvl_wd_freq15:ACT_LVL_WD_FREQ15_. act_lvl_wd_freq16:ACT_LVL_WD_FREQ16_. act_lvl_wd_
freq17:ACT_LVL_WD_FREQ17_. act_lvl_wd_freq18:ACT_LVL_WD_FREQ18_. act_lvl_wd_freq19:ACT_LVL_WD_FREQ19_. act_lvl_wd_freq20:ACT_LVL_WD_FREQ20_. act_lvl_wd_freq21:ACT_LVL_WD_FREQ21_. act_lvl_wd_freq22:ACT_LVL_WD_FREQ22_. act_lvl_wd_freq23:ACT_LVL_WD_FREQ23_. a
ct_lvl_wd_freq24:ACT_LVL_WD_FREQ24_. act_lvl_wd_freq25:ACT_LVL_WD_FREQ25_. act_lvl_wd_freq26:ACT_LVL_WD_FREQ26_. act_lvl_wd_freq27:ACT_LVL_WD_FREQ27_. act_lvl_wd_freq28:ACT_LVL_WD_FREQ28_. act_lvl_wd_freq29:ACT_LVL_WD_FREQ29_. act_lvl_wd_freq30:ACT_LVL_WD_
FREQ30_. act_lvl_wd_freq31:ACT_LVL_WD_FREQ31_. act_lvl_wd_freq32:ACT_LVL_WD_FREQ32_. act_lvl_wd_freq33:ACT_LVL_WD_FREQ33_. act_lvl_wd_freq34:ACT_LVL_WD_FREQ34_. act_lvl_wd_freq35:ACT_LVL_WD_FREQ35_. act_lvl_wd_freq36:ACT_LVL_WD_FREQ36_. pbss20_1:PBSS20_1_.
 pbss20_2:PBSS20_2_. pbss20_3:PBSS20_3_. pbss20_4:PBSS20_4_. pbss20_5:PBSS20_5_. pbss20_6:PBSS20_6_. pbss20_7:PBSS20_7_. pbss20_8:PBSS20_8_. pbss20_9:PBSS20_9_. pbss20_10:PBSS20_10_. pbss20_11:PBSS20_11_. pbss20_12:PBSS20_12_. pbss20_13:PBSS20_13_. pbss20_
14:PBSS20_14_. pbss20_15:PBSS20_15_. pbss20_16:PBSS20_16_. pbss20_17:PBSS20_17_. pbss20_18:PBSS20_18_. pbss20_19:PBSS20_19_. pbss20_20:PBSS20_20_. bscq_1:BEST12. bscq_2:BEST12. bscq_3:BEST12. bscq_4:BEST12. bscq_5:BEST12. bscq_6:BEST12. bscq_7:BEST12. bscq
_8:BEST12. behavior_change_ladder_2:BEHAVIOR_CHANGE_LADDER_2_. snq_1_age:BEST12. snq_1_relation:SNQ_1_RELATION_. snq_person1_q1:SNQ_PERSON1_Q1_. snq_person1_q2:SNQ_PERSON1_Q2_. snq_person1_q3:SNQ_PERSON1_Q3_. snq_person1_q4:SNQ_PERSON1_Q4_. snq_person1_q5:
SNQ_PERSON1_Q5_. snq_person1_q6:SNQ_PERSON1_Q6_. snq_person1_q7:SNQ_PERSON1_Q7_. snq_person1_q8:SNQ_PERSON1_Q8_. snq_person1_q9:SNQ_PERSON1_Q9_. snq_person1_q10:SNQ_PERSON1_Q10_. snq_2_age:BEST12. snq_person2_relationship:SNQ_PERSON2_RELATIONSHIP_. snq_per
son2_q1:SNQ_PERSON2_Q1_. snq_person2_q2:SNQ_PERSON2_Q2_. snq_person2_q3:SNQ_PERSON2_Q3_. snq_person2_q4:SNQ_PERSON2_Q4_. snq_person2_q5:SNQ_PERSON2_Q5_. snq_person2_q6:SNQ_PERSON2_Q6_. snq_person2_q7:SNQ_PERSON2_Q7_. snq_person2_q8:SNQ_PERSON2_Q8_. snq_per
son2_q9:SNQ_PERSON2_Q9_. snq_person2_q10:SNQ_PERSON2_Q10_. snq_3_age:BEST12. snq_person3_relationship:SNQ_PERSON3_RELATIONSHIP_. snq_person3_q1:SNQ_PERSON3_Q1_. snq_person3_q2:SNQ_PERSON3_Q2_. snq_person3_q3:SNQ_PERSON3_Q3_. snq_person3_q4:SNQ_PERSON3_Q4_.
 snq_person3_q5:SNQ_PERSON3_Q5_. snq_person3_q6:SNQ_PERSON3_Q6_. snq_person3_q7:SNQ_PERSON3_Q7_. snq_person3_q8:SNQ_PERSON3_Q8_. snq_person3_q9:SNQ_PERSON3_Q9_. snq_person3_q10:SNQ_PERSON3_Q10_. snq_4_age:BEST12. snq_person4_relationship:SNQ_PERSON4_RELATI
ONSHIP_. snq_person4_q1:SNQ_PERSON4_Q1_. snq_person4_q2:SNQ_PERSON4_Q2_. snq_person4_q3:SNQ_PERSON4_Q3_. snq_person4_q4:SNQ_PERSON4_Q4_. snq_person4_q5:SNQ_PERSON4_Q5_. snq_person4_q6:SNQ_PERSON4_Q6_. snq_person4_q7:SNQ_PERSON4_Q7_. snq_person4_q8:SNQ_PERS
ON4_Q8_. snq_person4_q9:SNQ_PERSON4_Q9_. snq_person4_q10:SNQ_PERSON4_Q10_. add_nw_member5:ADD_NW_MEMBER5_. snq_5_age:BEST12. snq_person5_relationship:SNQ_PERSON5_RELATIONSHIP_. snq_person5_q1:SNQ_PERSON5_Q1_. snq_person5_q2:SNQ_PERSON5_Q2_. snq_person5_q3:
SNQ_PERSON5_Q3_. snq_person5_q4:SNQ_PERSON5_Q4_. snq_person5_q5:SNQ_PERSON5_Q5_. snq_person5_q6:SNQ_PERSON5_Q6_. snq_person5_q7:SNQ_PERSON5_Q7_. snq_person5_q8:SNQ_PERSON5_Q8_. snq_person5_q9:SNQ_PERSON5_Q9_. snq_person5_q10:SNQ_PERSON5_Q10_. add_nw_member
6:ADD_NW_MEMBER6_. snq_6_age:BEST12. snq_person6_relationship:SNQ_PERSON6_RELATIONSHIP_. snq_person6_q1:SNQ_PERSON6_Q1_. snq_person6_q2:SNQ_PERSON6_Q2_. snq_person6_q3:SNQ_PERSON6_Q3_. snq_person6_q4:SNQ_PERSON6_Q4_. snq_person6_q5:SNQ_PERSON6_Q5_. snq_per
son6_q6:SNQ_PERSON6_Q6_. snq_person6_q7:SNQ_PERSON6_Q7_. snq_person6_q8:SNQ_PERSON6_Q8_. snq_person6_q9:SNQ_PERSON6_Q9_. snq_person6_q10:SNQ_PERSON6_Q10_. add_nw_member7:ADD_NW_MEMBER7_. snq_7_age:BEST12. snq_person7_relationship:SNQ_PERSON7_RELATIONSHIP_.
 snq_person7_q1:SNQ_PERSON7_Q1_. snq_person7_q2:SNQ_PERSON7_Q2_. snq_person7_q3:SNQ_PERSON7_Q3_. snq_person7_q4:SNQ_PERSON7_Q4_. snq_person7_q5:SNQ_PERSON7_Q5_. snq_person7_q6:SNQ_PERSON7_Q6_. snq_person7_q7:SNQ_PERSON7_Q7_. snq_person7_q8:SNQ_PERSON7_Q8_.
 snq_person7_q9:SNQ_PERSON7_Q9_. snq_person7_q10:SNQ_PERSON7_Q10_. add_nw_member_8:ADD_NW_MEMBER_8_. snq_8_age:BEST12. snq_person8_relationship:SNQ_PERSON8_RELATIONSHIP_. snq_person8_q1:SNQ_PERSON8_Q1_. snq_person8_q2:SNQ_PERSON8_Q2_. snq_person8_q3:SNQ_PE
RSON8_Q3_. snq_person8_q4:SNQ_PERSON8_Q4_. snq_person8_q5:SNQ_PERSON8_Q5_. snq_person8_q6:SNQ_PERSON8_Q6_. snq_person8_q7:SNQ_PERSON8_Q7_. snq_person8_q8:SNQ_PERSON8_Q8_. snq_person8_q09:SNQ_PERSON8_Q09_. snq_person8_q10:SNQ_PERSON8_Q10_. add_nw_member9:AD
D_NW_MEMBER9_. snq_9_age:BEST12. snq_person9_relationship:SNQ_PERSON9_RELATIONSHIP_. snq_person9_q1:SNQ_PERSON9_Q1_. snq_person9_q2:SNQ_PERSON9_Q2_. snq_person9_q3:SNQ_PERSON9_Q3_. snq_person9_q4:SNQ_PERSON9_Q4_. snq_person9_q5:SNQ_PERSON9_Q5_. snq_person9
_q6:SNQ_PERSON9_Q6_. snq_person9_q7:SNQ_PERSON9_Q7_. snq_person9_q8:SNQ_PERSON9_Q8_. snq_person9_q9:SNQ_PERSON9_Q9_. snq_person9_q10:SNQ_PERSON9_Q10_. add_nw_member_10:ADD_NW_MEMBER_10_. snq_10_age:BEST12. snq_person10_relationship:SNQ_PERSON10_RELATIONSHI
P_. snq_person10_q1:SNQ_PERSON10_Q1_. snq_person10_q2:SNQ_PERSON10_Q2_. snq_person10_q3:SNQ_PERSON10_Q3_. snq_person10_q4:SNQ_PERSON10_Q4_. snq_person10_q5:SNQ_PERSON10_Q5_. snq_person10_q6:SNQ_PERSON10_Q6_. snq_person10_q7:SNQ_PERSON10_Q7_. snq_person10_q
8:SNQ_PERSON10_Q8_. snq_person10_q9:SNQ_PERSON10_Q9_. snq_person10_q10:SNQ_PERSON10_Q10_. lost_relationship:LOST_RELATIONSHIP_. spouse_not_available:SPOUSE_NOT_AVAILABLE_. child_not_available:CHILD_NOT_AVAILABLE_. relative_not_available:RELATIVE_NOT_AVAILA
BLE_. friends_not_available:FRIENDS_NOT_AVAILABLE_. other_not_available:OTHER_NOT_AVAILABLE_. lost_support:LOST_SUPPORT_. options_reduce_drink1:OPTIONS_REDUCE_DRINK1_. options_reduce_drink2:OPTIONS_REDUCE_DRINK2_. options_reduce_drink3:OPTIONS_REDUCE_DRINK
3_. options_reduce_drink4:OPTIONS_REDUCE_DRINK4_. options_reduce_drink5:OPTIONS_REDUCE_DRINK5_. options_reduce_drink6:OPTIONS_REDUCE_DRINK6_. options_reduce_drink7:OPTIONS_REDUCE_DRINK7_. options_reduce_drink8:OPTIONS_REDUCE_DRINK8_. options_reduce_drink9:
OPTIONS_REDUCE_DRINK9_. options_reduce_drink10:OPTIONS_REDUCE_DRINK10_. code_word:$500. almost:BEST12. research_survey_of_d_v_1:RESEARCH_SURVEY_OF_D_V_1_.;

format record_id BEST32. icf ICF_. dob YYMMDD10. gender GENDER_. race RACE_. hispanic_latino HISPANIC_LATINO_. marital_status MARITAL_STATUS_. number_children BEST12. level_education LEVEL_EDUCATION_. yearly_income YEARLY_INCOME_. household_income HOUSEHOL
5                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

D_INCOME_. public_benefit_1 PUBLIC_BENEFIT_1_. public_benefit_2 PUBLIC_BENEFIT_2_. public_benefit_3 PUBLIC_BENEFIT_3_. public_benefit_4 PUBLIC_BENEFIT_4_. public_benefit_5 PUBLIC_BENEFIT_5_. young_adult_you_know BEST12. young_adults_live_near BEST12. young
_adult_interacted BEST12. yng_adlt_interact_online BEST12. age_first_drink AGE_FIRST_DRINK_. age_first_intoxicated AGE_FIRST_INTOXICATED_. drink_days_past30 DRINK_DAYS_PAST30_. drinks_per_drink_day BEST12. treatment_intervention___1 TREATMENT_INTERVENTION_
__1_. treatment_intervention___2 TREATMENT_INTERVENTION___2_. treatment_intervention___3 TREATMENT_INTERVENTION___3_. treatment_intervention___4 TREATMENT_INTERVENTION___4_. treatment_intervention___5 TREATMENT_INTERVENTION___5_. treatment_intervention___6
 TREATMENT_INTERVENTION___6_. current_tobacco_use CURRENT_TOBACCO_USE_. lifetime_illicit_drug LIFETIME_ILLICIT_DRUG_. lifetime_prscrptn_drugs LIFETIME_PRSCRPTN_DRUGS_. lifetime_alc_drug_mix LIFETIME_ALC_DRUG_MIX_. yaacqb_1 YAACQB_1_. yaacqb_2 YAACQB_2_. ya
acqb_3 YAACQB_3_. yaacqb_4 YAACQB_4_. yaacqb_5 YAACQB_5_. yaacqb_6 YAACQB_6_. yaacqb_7 YAACQB_7_. yaacqb_8 YAACQB_8_. yaacqb_9 YAACQB_9_. yaacqb_10 YAACQB_10_. yaacqb_11 YAACQB_11_. yaacqb_12 YAACQB_12_. yaacqb_13 YAACQB_13_. yaacqb_14 YAACQB_14_. yaacqb_1
5 YAACQB_15_. yaacqb_16 YAACQB_16_. yaacqb_17 YAACQB_17_. yaacqb_18 YAACQB_18_. yaacqb_19 YAACQB_19_. yaacqb_20 YAACQB_20_. yaacqb_21 YAACQB_21_. yaacqb_22 YAACQB_22_. yaacqb_23 YAACQB_23_. yaacqb_24 YAACQB_24_. dd_1 DD_1_. dd_2 DD_2_. dd_3 DD_3_. dd_4 DD_
4_. dd_5 DD_5_. dd_6 DD_6_. dd_7 DD_7_. dd_8 DD_8_. dd_9 DD_9_. dd_10 DD_10_. dd_11 DD_11_. dd_12 DD_12_. dd_13 DD_13_. dd_14 DD_14_. dd_15 DD_15_. dd_16 DD_16_. dd_17 DD_17_. apt_1 BEST12. apt_2 BEST12. apt_3 BEST12. apt_4 BEST12. apt_5 BEST12. apt_6 BEST
12. apt_7 BEST12. apt_8 BEST12. apt_9 BEST12. apt_10 BEST12. apt_11 BEST12. apt_12 BEST12. apt_13 BEST12. apt_14 BEST12. apt_15 BEST12. apt_16 BEST12. apt_17 BEST12. apt_18 BEST12. rdea_index_1 BEST12. rdea_index_2 BEST12. past30_savings BEST12. ac_lvl_wod
_freq1 AC_LVL_WOD_FREQ1_. ac_lvl_wod_freq2 AC_LVL_WOD_FREQ2_. ac_lvl_wod_freq3 AC_LVL_WOD_FREQ3_. ac_lvl_wod_freq4 AC_LVL_WOD_FREQ4_. ac_lvl_wod_freq5 AC_LVL_WOD_FREQ5_. ac_lvl_wod_freq6 AC_LVL_WOD_FREQ6_. ac_lvl_wod_freq7 AC_LVL_WOD_FREQ7_. ac_lvl_wod_fre
q8 AC_LVL_WOD_FREQ8_. ac_lvl_wod_freq9 AC_LVL_WOD_FREQ9_. ac_lvl_wod_freq10 AC_LVL_WOD_FREQ10_. ac_lvl_wod_freq11 AC_LVL_WOD_FREQ11_. ac_lvl_wod_freq12 AC_LVL_WOD_FREQ12_. ac_lvl_wod_freq13 AC_LVL_WOD_FREQ13_. ac_lvl_wod_freq14 AC_LVL_WOD_FREQ14_. ac_lvl_w
od_freq15 AC_LVL_WOD_FREQ15_. ac_lvl_wod_freq16 AC_LVL_WOD_FREQ16_. ac_lvl_wod_freq17 AC_LVL_WOD_FREQ17_. ac_lvl_wod_freq18 AC_LVL_WOD_FREQ18_. ac_lvl_wod_freq19 AC_LVL_WOD_FREQ19_. ac_lvl_wod_freq20 AC_LVL_WOD_FREQ20_. ac_lvl_wod_freq21 AC_LVL_WOD_FREQ21_
. ac_lvl_wod_freq22 AC_LVL_WOD_FREQ22_. ac_lvl_wod_freq23 AC_LVL_WOD_FREQ23_. ac_lvl_wod_freq24 AC_LVL_WOD_FREQ24_. ac_lvl_wod_freq25 AC_LVL_WOD_FREQ25_. ac_lvl_wod_freq26 AC_LVL_WOD_FREQ26_. ac_lvl_wod_freq27 AC_LVL_WOD_FREQ27_. ac_lvl_wod_freq28 AC_LVL_W
OD_FREQ28_. ac_lvl_wod_freq29 AC_LVL_WOD_FREQ29_. ac_lvl_wod_freq30 AC_LVL_WOD_FREQ30_. ac_lvl_wod_freq31 AC_LVL_WOD_FREQ31_. ac_lvl_wod_freq32 AC_LVL_WOD_FREQ32_. ac_lvl_wod_freq33 AC_LVL_WOD_FREQ33_. ac_lvl_wod_freq34 AC_LVL_WOD_FREQ34_. ac_lvl_wod_freq3
5 AC_LVL_WOD_FREQ35_. ac_lvl_wod_freq36 AC_LVL_WOD_FREQ36_. act_lvl_wd_freq1 ACT_LVL_WD_FREQ1_. act_lvl_wd_freq2 ACT_LVL_WD_FREQ2_. act_lvl_wd_freq3 ACT_LVL_WD_FREQ3_. act_lvl_wd_freq4 ACT_LVL_WD_FREQ4_. act_lvl_wd_freq5 ACT_LVL_WD_FREQ5_. act_lvl_wd_freq6
 ACT_LVL_WD_FREQ6_. act_lvl_wd_freq7 ACT_LVL_WD_FREQ7_. act_lvl_wd_freq8 ACT_LVL_WD_FREQ8_. act_lvl_wd_freq9 ACT_LVL_WD_FREQ9_. act_lvl_wd_freq10 ACT_LVL_WD_FREQ10_. act_lvl_wd_freq11 ACT_LVL_WD_FREQ11_. act_lvl_wd_freq12 ACT_LVL_WD_FREQ12_. act_lvl_wd_fre
q13 ACT_LVL_WD_FREQ13_. act_lvl_wd_freq14 ACT_LVL_WD_FREQ14_. act_lvl_wd_freq15 ACT_LVL_WD_FREQ15_. act_lvl_wd_freq16 ACT_LVL_WD_FREQ16_. act_lvl_wd_freq17 ACT_LVL_WD_FREQ17_. act_lvl_wd_freq18 ACT_LVL_WD_FREQ18_. act_lvl_wd_freq19 ACT_LVL_WD_FREQ19_. act_
lvl_wd_freq20 ACT_LVL_WD_FREQ20_. act_lvl_wd_freq21 ACT_LVL_WD_FREQ21_. act_lvl_wd_freq22 ACT_LVL_WD_FREQ22_. act_lvl_wd_freq23 ACT_LVL_WD_FREQ23_. act_lvl_wd_freq24 ACT_LVL_WD_FREQ24_. act_lvl_wd_freq25 ACT_LVL_WD_FREQ25_. act_lvl_wd_freq26 ACT_LVL_WD_FRE
Q26_. act_lvl_wd_freq27 ACT_LVL_WD_FREQ27_. act_lvl_wd_freq28 ACT_LVL_WD_FREQ28_. act_lvl_wd_freq29 ACT_LVL_WD_FREQ29_. act_lvl_wd_freq30 ACT_LVL_WD_FREQ30_. act_lvl_wd_freq31 ACT_LVL_WD_FREQ31_. act_lvl_wd_freq32 ACT_LVL_WD_FREQ32_. act_lvl_wd_freq33 ACT_
LVL_WD_FREQ33_. act_lvl_wd_freq34 ACT_LVL_WD_FREQ34_. act_lvl_wd_freq35 ACT_LVL_WD_FREQ35_. act_lvl_wd_freq36 ACT_LVL_WD_FREQ36_. pbss20_1 PBSS20_1_. pbss20_2 PBSS20_2_. pbss20_3 PBSS20_3_. pbss20_4 PBSS20_4_. pbss20_5 PBSS20_5_. pbss20_6 PBSS20_6_. pbss20
_7 PBSS20_7_. pbss20_8 PBSS20_8_. pbss20_9 PBSS20_9_. pbss20_10 PBSS20_10_. pbss20_11 PBSS20_11_. pbss20_12 PBSS20_12_. pbss20_13 PBSS20_13_. pbss20_14 PBSS20_14_. pbss20_15 PBSS20_15_. pbss20_16 PBSS20_16_. pbss20_17 PBSS20_17_. pbss20_18 PBSS20_18_. pbss
20_19 PBSS20_19_. pbss20_20 PBSS20_20_. bscq_1 BEST12. bscq_2 BEST12. bscq_3 BEST12. bscq_4 BEST12. bscq_5 BEST12. bscq_6 BEST12. bscq_7 BEST12. bscq_8 BEST12. behavior_change_ladder_2 BEHAVIOR_CHANGE_LADDER_2_. snq_1_age BEST12. snq_1_relation SNQ_1_RELAT
ION_. snq_person1_q1 SNQ_PERSON1_Q1_. snq_person1_q2 SNQ_PERSON1_Q2_. snq_person1_q3 SNQ_PERSON1_Q3_. snq_person1_q4 SNQ_PERSON1_Q4_. snq_person1_q5 SNQ_PERSON1_Q5_. snq_person1_q6 SNQ_PERSON1_Q6_. snq_person1_q7 SNQ_PERSON1_Q7_. snq_person1_q8 SNQ_PERSON1
_Q8_. snq_person1_q9 SNQ_PERSON1_Q9_. snq_person1_q10 SNQ_PERSON1_Q10_. snq_2_age BEST12. snq_person2_relationship SNQ_PERSON2_RELATIONSHIP_. snq_person2_q1 SNQ_PERSON2_Q1_. snq_person2_q2 SNQ_PERSON2_Q2_. snq_person2_q3 SNQ_PERSON2_Q3_. snq_person2_q4 SNQ
_PERSON2_Q4_. snq_person2_q5 SNQ_PERSON2_Q5_. snq_person2_q6 SNQ_PERSON2_Q6_. snq_person2_q7 SNQ_PERSON2_Q7_. snq_person2_q8 SNQ_PERSON2_Q8_. snq_person2_q9 SNQ_PERSON2_Q9_. snq_person2_q10 SNQ_PERSON2_Q10_. snq_3_age BEST12. snq_person3_relationship SNQ_P
ERSON3_RELATIONSHIP_. snq_person3_q1 SNQ_PERSON3_Q1_. snq_person3_q2 SNQ_PERSON3_Q2_. snq_person3_q3 SNQ_PERSON3_Q3_. snq_person3_q4 SNQ_PERSON3_Q4_. snq_person3_q5 SNQ_PERSON3_Q5_. snq_person3_q6 SNQ_PERSON3_Q6_. snq_person3_q7 SNQ_PERSON3_Q7_. snq_person
3_q8 SNQ_PERSON3_Q8_. snq_person3_q9 SNQ_PERSON3_Q9_. snq_person3_q10 SNQ_PERSON3_Q10_. snq_4_age BEST12. snq_person4_relationship SNQ_PERSON4_RELATIONSHIP_. snq_person4_q1 SNQ_PERSON4_Q1_. snq_person4_q2 SNQ_PERSON4_Q2_. snq_person4_q3 SNQ_PERSON4_Q3_. sn
q_person4_q4 SNQ_PERSON4_Q4_. snq_person4_q5 SNQ_PERSON4_Q5_. snq_person4_q6 SNQ_PERSON4_Q6_. snq_person4_q7 SNQ_PERSON4_Q7_. snq_person4_q8 SNQ_PERSON4_Q8_. snq_person4_q9 SNQ_PERSON4_Q9_. snq_person4_q10 SNQ_PERSON4_Q10_. add_nw_member5 ADD_NW_MEMBER5_. 
snq_5_age BEST12. snq_person5_relationship SNQ_PERSON5_RELATIONSHIP_. snq_person5_q1 SNQ_PERSON5_Q1_. snq_person5_q2 SNQ_PERSON5_Q2_. snq_person5_q3 SNQ_PERSON5_Q3_. snq_person5_q4 SNQ_PERSON5_Q4_. snq_person5_q5 SNQ_PERSON5_Q5_. snq_person5_q6 SNQ_PERSON5
_Q6_. snq_person5_q7 SNQ_PERSON5_Q7_. snq_person5_q8 SNQ_PERSON5_Q8_. snq_person5_q9 SNQ_PERSON5_Q9_. snq_person5_q10 SNQ_PERSON5_Q10_. add_nw_member6 ADD_NW_MEMBER6_. snq_6_age BEST12. snq_person6_relationship SNQ_PERSON6_RELATIONSHIP_. snq_person6_q1 SNQ
_PERSON6_Q1_. snq_person6_q2 SNQ_PERSON6_Q2_. snq_person6_q3 SNQ_PERSON6_Q3_. snq_person6_q4 SNQ_PERSON6_Q4_. snq_person6_q5 SNQ_PERSON6_Q5_. snq_person6_q6 SNQ_PERSON6_Q6_. snq_person6_q7 SNQ_PERSON6_Q7_. snq_person6_q8 SNQ_PERSON6_Q8_. snq_person6_q9 SNQ
_PERSON6_Q9_. snq_person6_q10 SNQ_PERSON6_Q10_. add_nw_member7 ADD_NW_MEMBER7_. snq_7_age BEST12. snq_person7_relationship SNQ_PERSON7_RELATIONSHIP_. snq_person7_q1 SNQ_PERSON7_Q1_. snq_person7_q2 SNQ_PERSON7_Q2_. snq_person7_q3 SNQ_PERSON7_Q3_. snq_person
7_q4 SNQ_PERSON7_Q4_. snq_person7_q5 SNQ_PERSON7_Q5_. snq_person7_q6 SNQ_PERSON7_Q6_. snq_person7_q7 SNQ_PERSON7_Q7_. snq_person7_q8 SNQ_PERSON7_Q8_. snq_person7_q9 SNQ_PERSON7_Q9_. snq_person7_q10 SNQ_PERSON7_Q10_. add_nw_member_8 ADD_NW_MEMBER_8_. snq_8_
age BEST12. snq_person8_relationship SNQ_PERSON8_RELATIONSHIP_. snq_person8_q1 SNQ_PERSON8_Q1_. snq_person8_q2 SNQ_PERSON8_Q2_. snq_person8_q3 SNQ_PERSON8_Q3_. snq_person8_q4 SNQ_PERSON8_Q4_. snq_person8_q5 SNQ_PERSON8_Q5_. snq_person8_q6 SNQ_PERSON8_Q6_. 
snq_person8_q7 SNQ_PERSON8_Q7_. snq_person8_q8 SNQ_PERSON8_Q8_. snq_person8_q09 SNQ_PERSON8_Q09_. snq_person8_q10 SNQ_PERSON8_Q10_. add_nw_member9 ADD_NW_MEMBER9_. snq_9_age BEST12. snq_person9_relationship SNQ_PERSON9_RELATIONSHIP_. snq_person9_q1 SNQ_PER
SON9_Q1_. snq_person9_q2 SNQ_PERSON9_Q2_. snq_person9_q3 SNQ_PERSON9_Q3_. snq_person9_q4 SNQ_PERSON9_Q4_. snq_person9_q5 SNQ_PERSON9_Q5_. snq_person9_q6 SNQ_PERSON9_Q6_. snq_person9_q7 SNQ_PERSON9_Q7_. snq_person9_q8 SNQ_PERSON9_Q8_. snq_person9_q9 SNQ_PER
SON9_Q9_. snq_person9_q10 SNQ_PERSON9_Q10_. add_nw_member_10 ADD_NW_MEMBER_10_. snq_10_age BEST12. snq_person10_relationship SNQ_PERSON10_RELATIONSHIP_. snq_person10_q1 SNQ_PERSON10_Q1_. snq_person10_q2 SNQ_PERSON10_Q2_. snq_person10_q3 SNQ_PERSON10_Q3_. s
nq_person10_q4 SNQ_PERSON10_Q4_. snq_person10_q5 SNQ_PERSON10_Q5_. snq_person10_q6 SNQ_PERSON10_Q6_. snq_person10_q7 SNQ_PERSON10_Q7_. snq_person10_q8 SNQ_PERSON10_Q8_. snq_person10_q9 SNQ_PERSON10_Q9_. snq_person10_q10 SNQ_PERSON10_Q10_. lost_relationship
 LOST_RELATIONSHIP_. spouse_not_available SPOUSE_NOT_AVAILABLE_. child_not_available CHILD_NOT_AVAILABLE_. relative_not_available RELATIVE_NOT_AVAILABLE_. friends_not_available FRIENDS_NOT_AVAILABLE_. other_not_available OTHER_NOT_AVAILABLE_. lost_support 
LOST_SUPPORT_. options_reduce_drink1 OPTIONS_REDUCE_DRINK1_. options_reduce_drink2 OPTIONS_REDUCE_DRINK2_. options_reduce_drink3 OPTIONS_REDUCE_DRINK3_. options_reduce_drink4 OPTIONS_REDUCE_DRINK4_. options_reduce_drink5 OPTIONS_REDUCE_DRINK5_. options_red
uce_drink6 OPTIONS_REDUCE_DRINK6_. options_reduce_drink7 OPTIONS_REDUCE_DRINK7_. options_reduce_drink8 OPTIONS_REDUCE_DRINK8_. options_reduce_drink9 OPTIONS_REDUCE_DRINK9_. options_reduce_drink10 OPTIONS_REDUCE_DRINK10_. almost BEST12. research_survey_of_d
_v_1 RESEARCH_SURVEY_OF_D_V_1_.;
datalines;
2     6/16/2017 19:26 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32312 Female White Yes Living with a partner or boyfriend/girlfriend 0 Some college or a 2-year degree $5,000 to $9,999
$10,000 to $19,999 No No No No Yes 100 50 20 15 19 years old 19 years old 9 3 Unchecked Unchecked Unchecked Unchecked Checked Unchecked Yes No No No Yes Yes Yes Yes No Yes No Yes Yes No Yes Yes Yes No No Yes Yes Yes Yes Yes No Yes Yes No $540 today
$750 in 61 days? $190 today $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $670 today $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 10 10 10 10 8 7 7 6 4 3
2 2 2 1 1 0 0 0 80 30 0 4 = more than once a day 0 = 0 times 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 3 = about once a day 0 = 0 times 2 = 2-4 times a week 0 = 0 times
2 = 2-4 times a week 0 = 0 times 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 3 = about once a day 1 = once a week or less 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week
0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 3 = about once a day 3 = about once a day 2 = 2-4 times a week 0 = 0 times 0 = 0 times 3 = about once a day 2 = 2-4 times a week 3 = about once a day 0 = 0 times
1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times
2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 1 = once a week or less 5: Always 2: Rarely 3: Sometimes 3: Sometimes 1: Never 2: Rarely 4: Often 4: Often 2: Rarely 3: Sometimes 1: Never 2: Rarely 2: Rarely 2: Rarely 3: Sometimes 4: Often 4: Often 2: Rarely 4: Often 3: Sometimes 10 22 83 84
18 10 34 79 ___ ╠═ 30  ═╣Think I need to consider changing my drinking someday. 26 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 3: Moderately 2: A little 3: Moderately Yes 27
Friend 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 5: A great deal 4: Quite a bit 3: Moderately 1: Not at all 2: A little Yes 75 Other family member or relative 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit
5: A great deal 5: A great deal 1: Not at all 5: A great deal 1: Not at all No 33 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . No . . . . . not at all 3 = Moderate interest 3 = Moderate interest 1 = No interest, I would not use this option 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 1 = No interest, I would not use this option
1 = No interest, I would not use this option 2 = Minimal interest 2 = Minimal interest Larping . 2
3     3/22/2018 11:10 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 12345 Female White No Single/Divorced or separated 0 Post-graduate or advanced professional degree I choose not to answer
I choose not to answer I choose not to answer I choose not to answer I choose not to answer I choose not to answer I choose not to answer 25 24 12 5 I choose not to answer I choose not to answer 1 1 Unchecked Unchecked Unchecked Unchecked Checked Unchecked
6                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

I choose not to answer No No No No No No No No No No No No No No No No No No No No No No No No No No No $540 today $750 in 61 days? $250 in 53 days? $850 in 7 days? $250 in 19 days $500 in 160 days? $350 in 13 days? $600 in 14 days? $780 today
$550 in 62 days? $300 in 7 days? $750 in 119 days? $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 2 2 2 2 2 2 2 2 2 2 2 2 2 2 1 1 0 0 500 0 250 4 = more than once a day 1 = once a week or less 0 = 0 times 0 = 0 times
1 = once a week or less 2 = 2-4 times a week 4 = more than once a day 5 = I choose not to answer 4 = more than once a day 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 3 = about once a day 3 = about once a day 2 = 2-4 times a week 0 = 0 times
4 = more than once a day 2 = 2-4 times a week 0 = 0 times 4 = more than once a day 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week 4 = more than once a day
5 = I choose not to answer 1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week 4 = more than once a day 0 = 0 times 0 = 0 times 4 = more than once a day 3 = about once a day 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 5: Always 5: Always 3: Sometimes 5: Always 5: Always 3: Sometimes 2: Rarely 5: Always 5: Always 5: Always 1: Never 5: Always
5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 100 100 100 100 100 100 90 100 ___ ╠═ 00  ═╣No thought of changing my drinking. 67 Other family member or relative 4: Quite a bit 4: Quite a bit 3: Moderately
4: Quite a bit 3: Moderately 3: Moderately 1: Not at all 1: Not at all 1: Not at all Yes 70 Friend 3: Moderately 3: Moderately 2: A little 4: Quite a bit 4: Quite a bit 2: A little 1: Not at all 1: Not at all 1: Not at all Yes 55 Work or school associate
3: Moderately 3: Moderately 2: A little 3: Moderately 3: Moderately 2: A little 1: Not at all 1: Not at all 1: Not at all Yes 30 Friend 3: Moderately 3: Moderately 2: A little 4: Quite a bit 1: Not at all 1: Not at all 1: Not at all 1: Not at all
1: Not at all No No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone 3 = Moderate interest 2 = Minimal interest
2 = Minimal interest 2 = Minimal interest 3 = Moderate interest 3 = Moderate interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 3 = Moderate interest decker . 2
6     4/17/2018 20:06 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32204 Female White No Single/Never married 0 Post-graduate or advanced professional degree $60,000 to $69,999
$60,000 to $69,999 No No No No No 30 15 15 15 21 years old 21 years old 15 3 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No Yes No No Yes Yes Yes Yes Yes No No Yes No No No Yes No No No No No No No No No No No No $540 today $750 in 61 days?
$250 in 53 days? $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $850 in 91 days? $490 today $800 today 6 6 6 6 5 5 5 3 3 3 2 2 2 2 2 1 1 1 1000 50
500 4 = more than once a day 1 = once a week or less 2 = 2-4 times a week 5 = I choose not to answer 4 = more than once a day 4 = more than once a day 4 = more than once a day 3 = about once a day 4 = more than once a day 1 = once a week or less
1 = once a week or less 2 = 2-4 times a week 4 = more than once a day 4 = more than once a day 2 = 2-4 times a week 1 = once a week or less 4 = more than once a day 3 = about once a day 4 = more than once a day 4 = more than once a day 2 = 2-4 times a week
3 = about once a day 1 = once a week or less 4 = more than once a day 2 = 2-4 times a week 1 = once a week or less 4 = more than once a day 1 = once a week or less 1 = once a week or less 0 = 0 times 3 = about once a day 3 = about once a day 0 = 0 times
0 = 0 times 4 = more than once a day 4 = more than once a day 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 1 = once a week or less 1 = once a week or less 1 = once a week or less
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 1 = once a week or less
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 5: Always 4: Often 5: Always 4: Often 2: Rarely 2: Rarely 2: Rarely 5: Always
3: Sometimes 5: Always 5: Always 3: Sometimes 4: Often 2: Rarely 3: Sometimes 5: Always 5: Always 3: Sometimes 4: Often 5: Always 100 100 24 100 100 100 49 52 ___ ╠═ 20  ═╣ 26 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 3: Moderately 2: A little 1: Not at all 2: A little Yes 29 Spouse or partner 4: Quite a bit 4: Quite a bit 4: Quite a bit 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit 2: A little 2: A little Yes 61
Other family member or relative 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 2: A little 1: Not at all 1: Not at all No 27 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 4: Quite a bit 3: Moderately 1: Not at all 1: Not at all Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Yes 0 0 0 2 1 a little
3 = Moderate interest 3 = Moderate interest 2 = Minimal interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option 2 = Minimal interest 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option Joe . 2
8     4/24/2018 18:56 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32825 Male White No Single/Never married 0 4-year college degree $5,000 to $9,999 $5,000 to $9,999 No No No No No 150 150
50 30 18 years old 21 years old 8 6 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes Yes Yes Yes No No Yes No Yes Yes Yes No Yes No Yes Yes No No No No No No No $540 today $750 in 61 days? $190 today $850 in 7 days?
$250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $690 today $490 today $800 today 15 10 10 10 10 8 7 5 3 3 2 2 2 1 1 0 0 0 200 100 0 4 = more than once a day
3 = about once a day 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 3 = about once a day 1 = once a week or less 1 = once a week or less 3 = about once a day 1 = once a week or less 1 = once a week or less 3 = about once a day
3 = about once a day 3 = about once a day 1 = once a week or less 0 = 0 times 4 = more than once a day 4 = more than once a day 0 = 0 times 4 = more than once a day 1 = once a week or less 3 = about once a day 1 = once a week or less
4 = more than once a day 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 4 = more than once a day 4 = more than once a day
1 = once a week or less 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 1 = once a week or less
0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times
2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 5: Always 3: Sometimes 2: Rarely 5: Always 2: Rarely 3: Sometimes 5: Always 5: Always 1: Never 3: Sometimes 1: Never 3: Sometimes
3: Sometimes 3: Sometimes 5: Always 5: Always 5: Always 2: Rarely 5: Always 5: Always 100 100 40 100 100 100 75 25 ___ ╠═ 80  ═╣Starting to think about how to change my drinking patterns. 57 Other family member or relative 5: A great deal
5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 1: Not at all 2: A little 1: Not at all Yes 22 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 5: A great deal Yes 23 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 1: Not at all 4: Quite a bit 4: Quite a bit Yes 23 Friend 5: A great deal 5: A great deal 5: A great deal
5: A great deal 5: A great deal 5: A great deal 5: A great deal 2: A little 5: A great deal Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No
. . . . . a little 4 = High interest 4 = High interest 2 = Minimal interest 4 = High interest 3 = Moderate interest 4 = High interest 3 = Moderate interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option
3 = Moderate interest Knights . 2
10     5/6/2018 17:12 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32084 Male White No Married 0 A high school diploma or GED $30,000 to $39,999 $60,000 to $69,999 No No No No No 20 20 20
15 15 years old 15 years old 15 4 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes Yes Yes No No Yes No No Yes No No No No No Yes Yes No No No No No No No $540 today $550 today $190 today $850 in 7 days? $140 today $470 today
$150 today $250 today $780 today $400 today $300 in 7 days? $670 today $340 today $270 today $690 today $490 today $800 today 10 10 10 10 7 5 5 3 2 1 1 1 0 0 0 0 0 0 100 20 150 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times
1 = once a week or less 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 3 = about once a day 0 = 0 times 0 = 0 times 3 = about once a day 3 = about once a day 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week
1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times
0 = 0 times 4 = more than once a day 3 = about once a day 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
2: Rarely 4: Often 3: Sometimes 1: Never 5: Always 4: Often 1: Never 3: Sometimes 3: Sometimes 5: Always 3: Sometimes 3: Sometimes 3: Sometimes 3: Sometimes 2: Rarely 3: Sometimes 5: Always 5: Always 3: Sometimes 3: Sometimes 99 93 89 90 85 89 92 85
___ ╠═ 00  ═╣No thought of changing my drinking. 25 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 21 Friend 5: A great deal
5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 43 Neighbor 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately
3: Moderately Yes 23 Friend 5: A great deal 3: Moderately 4: Quite a bit 4: Quite a bit 3: Moderately 1: Not at all 5: A great deal 3: Moderately 5: A great deal Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . moderately 3 = Moderate interest 3 = Moderate interest 4 = High interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest
3 = Moderate interest 3 = Moderate interest 3 = Moderate interest Hotcakes . 2
11     5/6/2018 17:25 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32084 Male White No Married 0 A high school diploma or GED $30,000 to $39,999 $60,000 to $69,999 No No No No No 20 20 20
10 15 years old 15 years old 6 10 Unchecked Unchecked Unchecked Unchecked Unchecked Checked No No No No No Yes Yes No No No No No No No No No No No No No No No No No No No No No $540 today $550 today $190 today $850 in 7 days? $250 in 19 days $470 today
$350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $270 today $690 today $490 today $800 today 10 10 10 10 7 5 5 5 2 2 1 0 0 0 0 0 0 0 100 20 100 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times
7                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times 3 = about once a day 4 = more than once a day 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week
1 = once a week or less 3 = about once a day 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 5: Always 5: Always 5: Always 1: Never
5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 5: Always 93 98 95 97 96 97 97 96 ___ ╠═ 00  ═╣No thought of changing my drinking. 25
Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 21 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 43 Neighbor 5: A great deal 5: A great deal 3: Moderately 4: Quite a bit 2: A little 4: Quite a bit 2: A little 5: A great deal 3: Moderately Yes 54 Friend 5: A great deal 1: Not at all
5: A great deal 2: A little 4: Quite a bit 4: Quite a bit 2: A little 3: Moderately 5: A great deal Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . No . . . . . moderately 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest Hotcakes
. 2
15     5/6/2018 18:07 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32084 Female White No Single/Never married 0 Post-graduate or advanced professional degree $40,000 to $49,999
$40,000 to $49,999 No No No No No 16 7 4 4 21 years old 22 years old 7 4 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes Yes No No No No No No No No No No No No No Yes No No No No No No No $540 today $550 today $190 today
$850 in 7 days? $140 today $470 today $150 today $250 today $780 today $400 today $110 today $670 today $340 today $270 today $690 today $490 today $800 today 6 6 6 5 5 3 3 2 1 1 1 1 1 1 1 1 1 1 200 20 250 4 = more than once a day 0 = 0 times 0 = 0 times
2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times 0 = 0 times 4 = more than once a day 4 = more than once a day 1 = once a week or less 1 = once a week or less
0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times
4: Often 5: Always 3: Sometimes 4: Often 5: Always 3: Sometimes 4: Often 4: Often 4: Often 5: Always 4: Often 5: Always 3: Sometimes 5: Always 4: Often 4: Often 3: Sometimes 5: Always 3: Sometimes 5: Always 76 81 75 90 82 95 69 92
___ ╠═ 00  ═╣No thought of changing my drinking. 25 Friend 5: A great deal 4: Quite a bit 3: Moderately 4: Quite a bit 5: A great deal 4: Quite a bit 4: Quite a bit 3: Moderately 5: A great deal Yes 27 Friend 5: A great deal 4: Quite a bit
5: A great deal 5: A great deal 3: Moderately 5: A great deal 3: Moderately 4: Quite a bit 3: Moderately Yes 43 Other family member or relative 5: A great deal 4: Quite a bit 4: Quite a bit 5: A great deal 4: Quite a bit 4: Quite a bit 4: Quite a bit
5: A great deal 5: A great deal Yes 31 Work or school associate 5: A great deal 3: Moderately 4: Quite a bit 3: Moderately 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 3: Moderately Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . a little 3 = Moderate interest 4 = High interest 3 = Moderate interest 2 = Minimal interest 3 = Moderate interest 3 = Moderate interest
3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 2 = Minimal interest Sushi . 2
17     5/21/2018 18:38 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 33063 Male White No Married 0 Some college or a 2-year degree $40,000 to $49,999 $80,000 to $89,999 No No No No No 60 45
30 20 18 years old 18 years old 7 2 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes No Yes No No No Yes No Yes No No No Yes No No Yes No Yes No No No No No $540 today $550 today $250 in 53 days? $850 in 7 days? $250 in 19 days
$470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $690 today $490 today $800 today 5 5 5 5 4 4 4 3 2 2 1 1 0 0 0 0 0 0 250 30 200 4 = more than once a day 0 = 0 times 0 = 0 times
0 = 0 times 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 3 = about once a day 1 = once a week or less 3 = about once a day
4 = more than once a day 1 = once a week or less 0 = 0 times 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less
2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 3: Sometimes 4: Often 4: Often 5: Always 3: Sometimes 5: Always 5: Always 5: Always 4: Often 4: Often 1: Never 4: Often 4: Often 5: Always 5: Always
5: Always 5: Always 5: Always 5: Always 5: Always 93 87 87 96 94 93 94 89 ___ ╠═ 00  ═╣No thought of changing my drinking. 25 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal
2: A little 2: A little 2: A little Yes 22 Friend 4: Quite a bit 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 3: Moderately 2: A little 2: A little 2: A little Yes 30 Friend 3: Moderately 3: Moderately 3: Moderately 3: Moderately
4: Quite a bit 2: A little 4: Quite a bit 1: Not at all 3: Moderately Yes 28 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 3: Moderately 3: Moderately 3: Moderately Yes No . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . not at all 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 2 = Minimal interest 1 = No interest, I would not use this option 2 = Minimal interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option 2 = Minimal interest
1 = No interest, I would not use this option tony . 2
18     5/29/2018 17:06 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 33716 Male White No Living with a partner or boyfriend/girlfriend 0 Post-graduate or advanced professional degree
$60,000 to $69,999 $100,000 or more No No No No No 500 50 25 10 16 years old 17 years old 14 3 Unchecked Unchecked Unchecked Unchecked Checked Unchecked Yes Yes Yes Yes No Yes Yes No No No No No Yes No No No No No Yes No Yes No No No No Yes Yes No
$540 today $750 in 61 days? $250 in 53 days? $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $690 today $600 in 89 days? $800 today 10 10 10 10 10 10
10 7 7 7 5 5 5 5 2 2 2 1 1000 500 500 4 = more than once a day 1 = once a week or less 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 4 = more than once a day 2 = 2-4 times a week 4 = more than once a day 2 = 2-4 times a week
0 = 0 times 4 = more than once a day 4 = more than once a day 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 3 = about once a day 3 = about once a day 3 = about once a day 1 = once a week or less 2 = 2-4 times a week
2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week
2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 1 = once a week or less 5: Always 3: Sometimes 4: Often 1: Never 1: Never 3: Sometimes 3: Sometimes 5: Always 3: Sometimes 5: Always
2: Rarely 2: Rarely 2: Rarely 2: Rarely 5: Always 5: Always 5: Always 1: Never 5: Always 5: Always 87 85 84 86 87 86 86 86 ___ ╠═ 30  ═╣Think I need to consider changing my drinking someday. 28 Spouse or partner 5: A great deal 5: A great deal
5: A great deal 4: Quite a bit 5: A great deal 5: A great deal 3: Moderately 1: Not at all 4: Quite a bit Yes 28 Friend 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately Yes 25
Other family member or relative 4: Quite a bit 4: Quite a bit 4: Quite a bit 4: Quite a bit 5: A great deal 5: A great deal 3: Moderately 1: Not at all 3: Moderately Yes 26 Friend 3: Moderately 3: Moderately 3: Moderately 3: Moderately 3: Moderately
3: Moderately 3: Moderately 3: Moderately 3: Moderately No No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone
3 = Moderate interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest Snowball . 2
19     5/29/2018 17:30 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32605 Male White No Married 0 Post-graduate or advanced professional degree $50,000 to $59,999 $50,000 to $59,999 No No
No No No 150 150 150 20 18 years old 18 years old 15 4 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes No No No No No No No No No No No Yes Yes No No No No No No No No No $540 today $750 in 61 days? $190 today $850 in 7 days?
$250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $690 today $490 today $800 today 5 5 5 5 5 5 5 5 5 4 4 3 3 2 2 2 2 1 400 100 500 4 = more than once a day
1 = once a week or less 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week
2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 3 = about once a day 0 = 0 times 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times
1 = once a week or less 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 3 = about once a day 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week
8                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 4: Often 3: Sometimes 2: Rarely 3: Sometimes 2: Rarely 2: Rarely 2: Rarely 2: Rarely
2: Rarely 3: Sometimes 1: Never 1: Never 3: Sometimes 2: Rarely 2: Rarely 4: Often 5: Always 2: Rarely 3: Sometimes 3: Sometimes 30 57 37 62 86 35 72 68 ___ ╠═ 30  ═╣Think I need to consider changing my drinking someday. 26 Spouse or partner
3: Moderately 2: A little 4: Quite a bit 2: A little 2: A little 4: Quite a bit 3: Moderately 3: Moderately 2: A little Yes 25 Friend 5: A great deal 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 3: Moderately 2: A little 4: Quite a bit
3: Moderately Yes 29 Friend 4: Quite a bit 4: Quite a bit 4: Quite a bit 3: Moderately 4: Quite a bit 3: Moderately 3: Moderately 3: Moderately 3: Moderately Yes 32 Friend 5: A great deal 4: Quite a bit 4: Quite a bit 5: A great deal 4: Quite a bit
3: Moderately 4: Quite a bit 4: Quite a bit 4: Quite a bit Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . not at all
1 = No interest, I would not use this option 1 = No interest, I would not use this option 2 = Minimal interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest 3 = Moderate interest
2 = Minimal interest Cashdog13 . 2
23     6/1/2018 10:40 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 34689 Male White No Married 0 4-year college degree $30,000 to $39,999 $30,000 to $39,999 No No No No No 85 25 15 20
14 years old 14 years old 26 3 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No Yes Yes Yes No Yes No No No No Yes No No No No No No No No No Yes No No No No Yes Yes Yes $540 today $750 in 61 days? $250 in 53 days? $850 in 7 days?
$250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $750 in 119 days? $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $850 in 157 days? 20 15 12 10 8 6 5 5 5 3 3 2 2 2 2 1 0 0 400 150 500
4 = more than once a day 3 = about once a day 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 4 = more than once a day 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times
0 = 0 times 3 = about once a day 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times
2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 4 = more than once a day 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times
1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times
2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 4: Often 3: Sometimes 2: Rarely 1: Never 2: Rarely 4: Often
1: Never 4: Often 3: Sometimes 3: Sometimes 1: Never 3: Sometimes 4: Often 4: Often 5: Always 4: Often 1: Never 2: Rarely 2: Rarely 3: Sometimes 71 72 23 87 86 85 95 18 ___ ╠═ 70  ═╣ 27 Spouse or partner 5: A great deal 5: A great deal
5: A great deal 5: A great deal 5: A great deal 5: A great deal 3: Moderately 3: Moderately 3: Moderately Yes 28 Friend 4: Quite a bit 4: Quite a bit 4: Quite a bit 4: Quite a bit 4: Quite a bit 4: Quite a bit 4: Quite a bit 2: A little 3: Moderately Yes
27 Friend 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 4: Quite a bit 4: Quite a bit 4: Quite a bit 2: A little 3: Moderately Yes 60 Other family member or relative 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 5: A great deal 1: Not at all 3: Moderately 1: Not at all Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . .
I did not lose anyone 4 = High interest 2 = Minimal interest 2 = Minimal interest 3 = Moderate interest 3 = Moderate interest 2 = Minimal interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option Mark . 2
24     6/1/2018 10:31 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 34609 Male White No Single/Never married 0 Some college or a 2-year degree $50,000 to $59,999 $100,000 or more Yes No No
No No 300 100 50 20 16 years old 18 years old 4 6 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes Yes Yes No No Yes Yes Yes Yes No No Yes Yes No $540 today $550 today $250 in 53 days?
$850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $670 today $340 today $500 in 21 days? $850 in 91 days? $490 today $800 today 6 6 6 6 6 6 6 6 6 6 5 4 3 2 2 2 2 1 200 100 400
4 = more than once a day 4 = more than once a day 4 = more than once a day 0 = 0 times 2 = 2-4 times a week 4 = more than once a day 3 = about once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 0 = 0 times
4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day
4 = more than once a day 1 = once a week or less 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day
4 = more than once a day 0 = 0 times 1 = once a week or less 4 = more than once a day 4 = more than once a day 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times
1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times
1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 4: Often 4: Often 4: Often 4: Often 4: Often 4: Often 4: Often 4: Often 4: Often 4: Often 4: Often
4: Often 4: Often 4: Often 4: Often 4: Often 3: Sometimes 3: Sometimes 3: Sometimes 4: Often 71 80 94 73 90 92 70 87 ___ ╠═ 70  ═╣ 25 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 5: A great deal 5: A great deal Yes 50 Other family member or relative 4: Quite a bit 4: Quite a bit 3: Moderately 4: Quite a bit 4: Quite a bit 5: A great deal 5: A great deal 5: A great deal 3: Moderately No 22
Other family member or relative 5: A great deal 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit 5: A great deal 4: Quite a bit 3: Moderately No 26 Friend 4: Quite a bit 2: A little 2: A little 3: Moderately 2: A little
4: Quite a bit 2: A little 2: A little 2: A little Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . quite a bit
2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest Football . 2
25     6/1/2018 11:35 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32605 Female American Indian/Alaska Native Yes Living with a partner or boyfriend/girlfriend 0 4-year college degree
$50,000 to $59,999 $70,000 to $79,999 No No No No No 20 20 20 10 16 years old 18 years old 4 6 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes Yes Yes No Yes No No Yes No No No No No No No Yes No No No No No No No $540 today
$750 in 61 days? $250 in 53 days? $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $670 today $340 today $500 in 21 days? $690 today $490 today $800 today 7 7 7 7 6 5 4 3 3 2 2 1 1 1 0
0 0 0 500 50 200 4 = more than once a day 0 = 0 times 0 = 0 times 2 = 2-4 times a week 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 4 = more than once a day 0 = 0 times 2 = 2-4 times a week
4 = more than once a day 4 = more than once a day 4 = more than once a day 1 = once a week or less 2 = 2-4 times a week 3 = about once a day 3 = about once a day 0 = 0 times 4 = more than once a day 1 = once a week or less 3 = about once a day
1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 3 = about once a day 4 = more than once a day 0 = 0 times 0 = 0 times 4 = more than once a day
4 = more than once a day 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less
1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 3: Sometimes 3: Sometimes 2: Rarely 1: Never 1: Never 1: Never 2: Rarely 3: Sometimes 2: Rarely 3: Sometimes 2: Rarely 2: Rarely 3: Sometimes 3: Sometimes 2: Rarely
5: Always 5: Always 2: Rarely 5: Always 5: Always 100 100 23 19 100 82 20 17 ___ ╠═ 00  ═╣No thought of changing my drinking. 22 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal
1: Not at all 2: A little 1: Not at all Yes 23 Friend 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 1: Not at all 1: Not at all Yes 25 Friend 4: Quite a bit 4: Quite a bit 3: Moderately 4: Quite a bit
3: Moderately 3: Moderately 4: Quite a bit 1: Not at all 1: Not at all Yes 27 Other family member or relative 4: Quite a bit 4: Quite a bit 4: Quite a bit 3: Moderately 3: Moderately 3: Moderately 3: Moderately 1: Not at all 1: Not at all Yes No . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone 1 = No interest, I would not use this option 2 = Minimal interest
1 = No interest, I would not use this option 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 1 = No interest, I would not use this option 2 = Minimal interest 1 = No interest, I would not use this option Fries . 2
26     6/1/2018 14:47 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32210 Female White No Single/Never married 0 4-year college degree $40,000 to $49,999 $40,000 to $49,999 No No No No No
1000 100 30 10 19 years old 19 years old 15 5 Unchecked Unchecked Unchecked Checked Unchecked Unchecked No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes Yes No $540 today $750 in 61 days?
$250 in 53 days? $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 10 10 10 10 10 10 9 8 5 4 4 3 3 2 2 2 2
1 200 50 0 4 = more than once a day 1 = once a week or less 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 4 = more than once a day 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 3 = about once a day
3 = about once a day 3 = about once a day 0 = 0 times 0 = 0 times 4 = more than once a day 3 = about once a day 1 = once a week or less 4 = more than once a day 1 = once a week or less 0 = 0 times 0 = 0 times 3 = about once a day 3 = about once a day
0 = 0 times 3 = about once a day 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times 4 = more than once a day 3 = about once a day 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 0 = 0 times
2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 1 = once a week or less
3: Sometimes 3: Sometimes 2: Rarely 1: Never 1: Never 2: Rarely 2: Rarely 2: Rarely 1: Never 2: Rarely 1: Never 2: Rarely 3: Sometimes 1: Never 2: Rarely 4: Often 5: Always 3: Sometimes 3: Sometimes 4: Often 68 86 93 77 33 28 22 30 ___ ╠═ 70  ═╣ 28
9                                                                                                                        The SAS System                                                                                       09:02 Wednesday, February 20, 2019

Spouse or partner 5: A great deal 4: Quite a bit 5: A great deal 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit 4: Quite a bit Yes 25 Friend 5: A great deal 4: Quite a bit 4: Quite a bit 4: Quite a bit 5: A great deal
4: Quite a bit 4: Quite a bit 2: A little 3: Moderately Yes 27 Friend 4: Quite a bit 5: A great deal 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit 2: A little 2: A little Yes 26 Friend 2: A little 1: Not at all 2: A little
3: Moderately 1: Not at all 2: A little 5: A great deal 2: A little 2: A little Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Yes 2 0 0 1 0
quite a bit 1 = No interest, I would not use this option 1 = No interest, I would not use this option 2 = Minimal interest 2 = Minimal interest 2 = Minimal interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option Pizza . 2
28     6/2/2018 12:44 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 34655 Female White No Single/Never married 0 4-year college degree $30,000 to $39,999 $30,000 to $39,999 No No No No No 20
20 10 7 14 years old 14 years old 15 5 Unchecked Checked Unchecked Checked Unchecked Unchecked Yes Yes Yes Yes Yes Yes Yes Yes Yes No Yes Yes Yes Yes No No Yes Yes No Yes Yes No Yes Yes Yes No No Yes $540 today $750 in 61 days? $250 in 53 days?
$850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $670 today $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 5 5 5 5 5 5 5 5 5 4 3 2 1 0 0 0 0 0 300 100 100
4 = more than once a day 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 4 = more than once a day 0 = 0 times 3 = about once a day 0 = 0 times 3 = about once a day
2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 4 = more than once a day
0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 4 = more than once a day 4 = more than once a day 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 4: Often 3: Sometimes 4: Often 2: Rarely 4: Often 3: Sometimes 3: Sometimes 5: Always 4: Often 5: Always 2: Rarely 2: Rarely 2: Rarely
4: Often 4: Often 4: Often 5: Always 3: Sometimes 4: Often 4: Often 70 80 60 70 70 71 72 67 ___ ╠═ 50  ═╣Think I should change my drinking, but not quite ready. 34 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal
5: A great deal 5: A great deal 2: A little 4: Quite a bit 3: Moderately Yes 27 Friend 4: Quite a bit 4: Quite a bit 5: A great deal 3: Moderately 5: A great deal 3: Moderately 4: Quite a bit 2: A little 3: Moderately Yes 47 Work or school associate
3: Moderately 4: Quite a bit 4: Quite a bit 3: Moderately 3: Moderately 2: A little 2: A little 4: Quite a bit 3: Moderately No 38 Friend 2: A little 2: A little 2: A little 3: Moderately 1: Not at all 1: Not at all 4: Quite a bit 1: Not at all
3: Moderately Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone 4 = High interest
1 = No interest, I would not use this option 4 = High interest 5 = I would definitely use this option 5 = I would definitely use this option 3 = Moderate interest 3 = Moderate interest 4 = High interest 4 = High interest 4 = High interest Slick . 2
29     6/4/2018 17:39 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 33511 Male White Yes Living with a partner or boyfriend/girlfriend 0 Post-graduate or advanced professional degree
Less than $5,000 $70,000 to $79,999 No No No No No 1000 20 20 100 18 years old 18 years old 12 5 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No No No No Yes Yes No No Yes No Yes No No No No No No No No No Yes No No No No Yes No No $540 today
$750 in 61 days? $250 in 53 days? $850 in 7 days? $250 in 19 days $500 in 160 days? $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $750 in 119 days? $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 8 7
7 7 7 7 6 6 5 5 4 4 3 3 3 2 2 1 300 100 0 4 = more than once a day 1 = once a week or less 1 = once a week or less 0 = 0 times 1 = once a week or less 4 = more than once a day 0 = 0 times 2 = 2-4 times a week 4 = more than once a day 0 = 0 times
0 = 0 times 2 = 2-4 times a week 0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times 4 = more than once a day 4 = more than once a day 1 = once a week or less 4 = more than once a day 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times
2 = 2-4 times a week 0 = 0 times 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 3 = about once a day 0 = 0 times 0 = 0 times 4 = more than once a day 4 = more than once a day 2 = 2-4 times a week 1 = once a week or less
1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times
0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 5: Always
2: Rarely 3: Sometimes 2: Rarely 2: Rarely 2: Rarely 4: Often 4: Often 3: Sometimes 3: Sometimes 3: Sometimes 1: Never 3: Sometimes 3: Sometimes 4: Often 3: Sometimes 1: Never 1: Never 3: Sometimes 4: Often 100 75 18 49 30 84 27 0
___ ╠═ 00  ═╣No thought of changing my drinking. 25 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 5: A great deal 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit Yes 24 Other family member or relative
5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 3: Moderately 3: Moderately 1: Not at all 1: Not at all Yes 21 Other family member or relative 4: Quite a bit 5: A great deal 3: Moderately 2: A little 2: A little 2: A little
5: A great deal 1: Not at all 1: Not at all Yes 29 Friend 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 2: A little 3: Moderately Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone 3 = Moderate interest 1 = No interest, I would not use this option 2 = Minimal interest
1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option azkaban . 2
33     6/5/2018 15:09 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32261 Female More than one race Yes Single/Divorced or separated 0 Some post-graduate work $20,000 to $29,999
$20,000 to $29,999 No No No No No 100 100 100 5 19 years old 19 years old 13 4 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No Yes No Yes Yes Yes Yes No Yes No Yes No Yes No Yes Yes Yes No No No Yes Yes No Yes Yes Yes Yes No $540 today
$750 in 61 days? $250 in 53 days? $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $750 in 119 days? $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 8 8 4 4 4
4 4 3 3 2 2 2 1 1 1 1 1 0 500 200 0 4 = more than once a day 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 4 = more than once a day 0 = 0 times 2 = 2-4 times a week 3 = about once a day 0 = 0 times 2 = 2-4 times a week 0 = 0 times
1 = once a week or less 3 = about once a day 0 = 0 times 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 0 = 0 times 4 = more than once a day 0 = 0 times 3 = about once a day
2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 1 = once a week or less 0 = 0 times 0 = 0 times 4 = more than once a day 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week
0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2: Rarely 2: Rarely 3: Sometimes
2: Rarely 1: Never 1: Never 3: Sometimes 3: Sometimes 2: Rarely 3: Sometimes 2: Rarely 3: Sometimes 3: Sometimes 2: Rarely 2: Rarely 2: Rarely 1: Never 2: Rarely 3: Sometimes 2: Rarely 66 73 22 74 67 78 19 85
___ ╠═ 00  ═╣No thought of changing my drinking. 25 Minister, priest, or rabbi 1: Not at all 1: Not at all 1: Not at all 1: Not at all 1: Not at all 1: Not at all 1: Not at all 2: A little 1: Not at all No 50 Other family member or relative
4: Quite a bit 3: Moderately 4: Quite a bit 2: A little 5: A great deal 4: Quite a bit 2: A little 3: Moderately 2: A little Yes 23 Spouse or partner 5: A great deal 3: Moderately 3: Moderately 3: Moderately 5: A great deal 5: A great deal 5: A great deal
3: Moderately 5: A great deal Yes 23 Other family member or relative 5: A great deal 5: A great deal 5: A great deal 5: A great deal 3: Moderately 2: A little 1: Not at all 2: A little 1: Not at all No No . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone 4 = High interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 2 = Minimal interest 1 = No interest, I would not use this option 1 = No interest, I would not use this option 2 = Minimal interest 2 = Minimal interest 1 = No interest, I would not use this option Suta . 2
36     6/5/2018 21:32 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 33449 Female White No Married 0 4-year college degree $5,000 to $9,999 $10,000 to $19,999 No No No No No 200 50 10 7
16 years old 16 years old 2 10 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No Yes No No Yes Yes Yes Yes Yes No No No Yes No No No No No Yes No Yes No No No No No No No $540 today $550 today $250 in 53 days? $850 in 7 days? $250 in 19 days
$470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $690 today $490 today $800 today 3 3 3 3 3 3 3 3 3 3 2 2 2 1 1 1 0 0 400 50 600 4 = more than once a day 1 = once a week or less
1 = once a week or less 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week
1 = once a week or less 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 2 = 2-4 times a week
2 = 2-4 times a week 2 = 2-4 times a week 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 1 = once a week or less
0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less
0 = 0 times 0 = 0 times 2 = 2-4 times a week 1 = once a week or less 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times
0 = 0 times 0 = 0 times 3: Sometimes 4: Often 5: Always 3: Sometimes 3: Sometimes 3: Sometimes 5: Always 5: Always 3: Sometimes 3: Sometimes 2: Rarely 3: Sometimes 3: Sometimes 3: Sometimes 3: Sometimes 5: Always 3: Sometimes 5: Always 5: Always 5: Always
72 77 71 100 87 83 100 81 ___ ╠═ 00  ═╣No thought of changing my drinking. 27 Spouse or partner 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 31
Other family member or relative 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 22 Friend 5: A great deal 5: A great deal 4: Quite a bit 5: A great deal
10                                                                                                                       The SAS System                                                                                       09:02 Wednesday, February 20, 2019

5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal Yes 31 Work or school associate 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal 5: A great deal
Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . No . . . . . I did not lose anyone 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option karma . 2
37     6/6/2018 14:12 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 32304 Female White No Single/Never married 0 4-year college degree $5,000 to $9,999 $100,000 or more No No No No No 100 60
50 15 15 years old 15 years old 15 5 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No Yes Yes Yes Yes Yes Yes Yes Yes No No Yes Yes Yes No Yes Yes No No Yes Yes No No No No No Yes No $540 today $750 in 61 days? $250 in 53 days? $850 in 7 days?
$250 in 19 days $500 in 160 days? $350 in 13 days? $600 in 14 days? $780 today $550 in 62 days? $300 in 7 days? $750 in 119 days? $340 today $500 in 21 days? $850 in 91 days? $600 in 89 days? $800 today 7 7 7 6 6 6 6 5 4 4 3 3 3 3 2 2 2 1 500 250 0
4 = more than once a day 1 = once a week or less 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 3 = about once a day 1 = once a week or less 3 = about once a day 0 = 0 times 1 = once a week or less 1 = once a week or less
3 = about once a day 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 2 = 2-4 times a week 3 = about once a day 1 = once a week or less 4 = more than once a day 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week
0 = 0 times 4 = more than once a day 1 = once a week or less 1 = once a week or less 0 = 0 times 3 = about once a day 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 3 = about once a day 2 = 2-4 times a week 1 = once a week or less
2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week
1 = once a week or less 2 = 2-4 times a week 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 2 = 2-4 times a week 4: Often 2: Rarely 3: Sometimes 4: Often 2: Rarely 2: Rarely 4: Often 5: Always 3: Sometimes 4: Often 3: Sometimes 4: Often 4: Often 4: Often 5: Always 4: Often 5: Always 2: Rarely 4: Often 5: Always 50 79 20 50 40 100 50 0
___ ╠═ 30  ═╣Think I need to consider changing my drinking someday. 52 Other family member or relative 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit 5: A great deal 5: A great deal 1: Not at all 2: A little 1: Not at all No 21
Friend 5: A great deal 4: Quite a bit 4: Quite a bit 4: Quite a bit 5: A great deal 4: Quite a bit 5: A great deal 1: Not at all 3: Moderately Yes 21 Friend 5: A great deal 5: A great deal 4: Quite a bit 4: Quite a bit 5: A great deal 5: A great deal
5: A great deal 2: A little 2: A little Yes 26 Friend 3: Moderately 3: Moderately 3: Moderately 4: Quite a bit 3: Moderately 3: Moderately 4: Quite a bit 3: Moderately 4: Quite a bit Yes No . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Yes 1 0 1 0 0 a great deal 2 = Minimal interest 2 = Minimal interest 3 = Moderate interest 3 = Moderate interest 2 = Minimal interest 4 = High interest
3 = Moderate interest 3 = Moderate interest 2 = Minimal interest 4 = High interest vision . 2
39     6/7/2018 9:23 Yes - I have read and understand this information. I consent and agree to participate in this research study. . 33609 Female White No Single/Never married 0 Post-graduate or advanced professional degree Less than $5,000
Less than $5,000 No No No No No 50 15 10 5 16 years old 16 years old 10 2 Unchecked Unchecked Unchecked Unchecked Checked Unchecked No Yes Yes Yes Yes Yes Yes Yes No No Yes No No No No No Yes Yes No No Yes Yes Yes No No Yes Yes Yes $540 today
$750 in 61 days? $190 today $850 in 7 days? $250 in 19 days $470 today $350 in 13 days? $600 in 14 days? $780 today $400 today $300 in 7 days? $670 today $340 today $500 in 21 days? $850 in 91 days? $490 today $800 today 10 10 10 10 8 8 8 7 6 5 5 4 4 3 3 2
2 1 500 300 50 4 = more than once a day 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 2 = 2-4 times a week 4 = more than once a day
2 = 2-4 times a week 0 = 0 times 0 = 0 times 3 = about once a day 1 = once a week or less 0 = 0 times 4 = more than once a day 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 3 = about once a day
0 = 0 times 0 = 0 times 0 = 0 times 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 3 = about once a day 3 = about once a day 2 = 2-4 times a week 1 = once a week or less 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times
0 = 0 times 1 = once a week or less 1 = once a week or less 2 = 2-4 times a week 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 1 = once a week or less 1 = once a week or less 0 = 0 times
2 = 2-4 times a week 0 = 0 times 2 = 2-4 times a week 0 = 0 times 1 = once a week or less 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 0 = 0 times 1 = once a week or less 0 = 0 times 5: Always 2: Rarely 3: Sometimes 2: Rarely
2: Rarely 3: Sometimes 1: Never 4: Often 2: Rarely 3: Sometimes 1: Never 2: Rarely 3: Sometimes 3: Sometimes 4: Often 3: Sometimes 2: Rarely 1: Never 4: Often 5: Always 37 72 58 74 63 83 32 39
___ ╠═ 30  ═╣Think I need to consider changing my drinking someday. 29 Friend 5: A great deal 4: Quite a bit 5: A great deal 4: Quite a bit 5: A great deal 4: Quite a bit 3: Moderately 1: Not at all 3: Moderately Yes 26
Other family member or relative 3: Moderately 3: Moderately 4: Quite a bit 4: Quite a bit 5: A great deal 3: Moderately 5: A great deal 1: Not at all 1: Not at all Yes 25 Friend 5: A great deal 5: A great deal 5: A great deal 4: Quite a bit 5: A great deal
5: A great deal 3: Moderately 1: Not at all 1: Not at all Yes 24 Work or school associate 3: Moderately 4: Quite a bit 4: Quite a bit 3: Moderately 4: Quite a bit 3: Moderately 1: Not at all 1: Not at all 1: Not at all Yes No . . . . . . . . . . . . . . .
. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . Yes 0 0 0 2 3 or more a little 3 = Moderate interest 2 = Minimal interest 2 = Minimal interest
1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option 1 = No interest, I would not use this option
1 = No interest, I would not use this option 1 = No interest, I would not use this option jameson . 2
;;;;
NOTE: There were 20 observations read from the data set RDS.REDCAP_CHARACTER.
NOTE: DATA statement used (Total process time):
      real time           0.37 seconds
      cpu time            0.28 seconds

I apologize for the length, but i wanted to be inclusive. 

RW9
Diamond | Level 26 RW9
Diamond | Level 26

In the informat section of the read step you have for DOB:

yymmdd10.

When your data looks like:

12/18/1994

 As you can see the data is Not in yymmdd format at all, it is in mmddyy format.  Hence you get invalid data, as your data is invalid for the specified informat.

joebacon
Pyrite | Level 9
Thank you!

Obviously I am not familiar with the differences between informat and format. I was trying to put them in that format, but instead i was trying to read them in that format.

Very quick and helpful. Thanks again.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

Mastering the WHERE Clause in PROC SQL

SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 3 replies
  • 1997 views
  • 0 likes
  • 2 in conversation