Notes
Variable construite à partir des variables suivantes :
- SEXE (Sexe)
- ELOISIRA (1er loisir préféré)
- ELOISIRB (2e loisir préféré)
- ELOISIRC (3e loisir préféré)
- ELOISIRD (4e loisir préféré)
- ELOISIRE (5e loisir préféré)
- CLOISIRA (1er loisir préféré du conjoint)
- CLOISIRB (2e loisir préféré du conjoint)
- CLOISIRC (3e loisir préféré du conjoint)
- CLOISIRD (4e loisir préféré du conjoint)
- CLOISIRE (5e loisir préféré du conjoint)
Programme SAS :
if (eloisira in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or eloisirb in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or eloisirc in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or eloisird in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or eloisire in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106)) then do;
if sexe=1 then hinactiv=1; if sexe=2 then finactiv=1; end;
if (cloisira in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or cloisirb in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or cloisirc in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or cloisird in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106) or cloisire in (10 11 12 13 14 15 16 11 12 20 21 22 23 24 25 30 40 41 50 53 60 61 62 63 70 71 90 91 92 93 99 100 101 106)) then do;
if sexe=1 then finactiv=1; if sexe=2 then hinactiv=1; end;
if hinactiv ne 1 then hinactiv=0; if finactiv ne 1 then finactiv=0;