%include "U:\html\software.html\case_control_parent\hotel_fam.sas";
filename ein "U:\html\software.html\case_control_parent\example.dat";
data examp;
infile ein;
input fam ind father mother sex aff
snpa_1 snpa_2 snpb_1 snpb_2 snpc_1 snpc_2 snpd_1 snpd_2
snpe_1 snpe_2 snpf_1 snpf_2 snpg_1 snpg_2 snph_1 snph_2
snpi_1 snpi_2 snpj_1 snpj_2 snpk_1 snpk_2 snpl_1 snpl_2
snpm_1 snpm_2 snpn_1 snpn_2;
run;
%hotel_fam(examp,3,snpa snpb snpc,U:\html\software.html\case_control_parent\testdata.out,100000);