Définit une variable et initialise sa valeur.
Exemple
            
            Dans un trigger pour la table AUTEUR, la macro suivante :
            
                .DEFINE "TRIGGER" "T_%TABLE%"
message 'Error: Trigger(%TRIGGER%) of table %TABLE%'
             
            Génère le script de trigger qui suit :
            
                message 'Error: Trigger(T_AUTHOR) of table AUTHOR';