PROC DOCUMENT NAME = sasuser.exemple (UPDATE) ; IMPORT DATA=livre.voitures (KEEP=constructeur modele puissance type WHERE=(type = "Sportive")) TO ^ / FIRST ; RUN ; ODS RTF FILE="c:\temp\table et document.doc" ; REPLAY ^ / LEVELS=ALL ; RUN ; QUIT ; ODS RTF CLOSE ;