DEFINE 497 ALCO6 Ivresses alcooliques et traitement antabus:
if IVR6B<=1 then alco6=0
if IVR6B>1 and <5 then alco6=1
if IVR6B>=5 then alco6=2
if CONSACT6=30 or =70 or =90 then alco6=2
DEFINE SCAUTR6 Score de consommation pour les drogues rarement consommées (cocaïne, hallucinogène, amphétamines):
scautr6=0
scautr6= sc6subst - IVR6b-CAN6b-MED6b
if scautr6<1 then scautr6=0
DEFINE AUTR6 Score binaire de consommation pour les drogues rarement consommées (cocaïne, hallucinogène, amphétamines) :
if scautr6=0 then autr6=0
if scautr6>0 then autr6=1
DEFINE BZ6 Médicaments non prescrits (benzodiazépine) :
if MED6B=0 then bz6=0
if MED6B>0 and <5 then bz6=1
if MED6B>=5 then bz6=2
DEFINE CAN6 Consommation de cannabis :
if CAN6B=0 or =1 then can6=0
if CAN6B>1 and <6 then can6=1
if CAN6B=6 then can6=2
DEFINE GRURPO6 Consommation d'héroïne :
RECODE urpos6 to grurpo6 0=0 1-5=1 6-31=2
DEFINE SC7DR6 Indice de toxicomanie récente :
sc7dr6= ALCO6+BZ6+CAN6+AUTR6+GRURPO6
DEFINE GRSC7DR6 Création de 3 groupes de consommateurs (Faibles Consommateurs; Consommateurs Moyens et Gros Consommateurs) :
RECODE sc7dr6 to grsc7dr6 0-2=0 3,4=1 5-8=2
Nous reprenons tels quels les programmes et commandes EPI INFO utilisés pour créer les nouvelles variables.