if Age =' 11' then Age11 =1; else Age11 =0; if Age =' 12' then Age12 =1; else Age12 =0; if Age =' 13' then Age13 =1; else Age13 =0; if Age =' 14' then Age14 =1; else Age14 =0; if Age =' 15' then Age15 =1; else Age15 =0; if Age =' 16' then Age16 =1; else Age16 =0; if Name ='Alfred ' then NameAlfred =1; else NameAlfred =0; if Name ='Alice ' then NameAlice =1; else NameAlice =0; if Name ='Barbara ' then NameBarbara =1; else NameBarbara =0; if Name ='Carol ' then NameCarol =1; else NameCarol =0; if Name ='Henry ' then NameHenry =1; else NameHenry =0; if Name ='James ' then NameJames =1; else NameJames =0; if Name ='Jane ' then NameJane =1; else NameJane =0; if Name ='Janet ' then NameJanet =1; else NameJanet =0; if Name ='Jeffrey ' then NameJeffrey =1; else NameJeffrey =0; if Name ='John ' then NameJohn =1; else NameJohn =0; if Name ='Joyce ' then NameJoyce =1; else NameJoyce =0; if Name ='Judy ' then NameJudy =1; else NameJudy =0; if Name ='Louise ' then NameLouise =1; else NameLouise =0; if Name ='Mary ' then NameMary =1; else NameMary =0; if Name ='Philip ' then NamePhilip =1; else NamePhilip =0; if Name ='Robert ' then NameRobert =1; else NameRobert =0; if Name ='Ronald ' then NameRonald =1; else NameRonald =0; if Name ='Thomas ' then NameThomas =1; else NameThomas =0; if Name ='William ' then NameWilliam =1; else NameWilliam =0; if Sex ='F' then SexF=1; else SexF=0; if Sex ='M' then SexM=1; else SexM=0;