PROC REPORT DATA = livre.voitures NOWD ; COLUMNS type conso_auto,(MEAN MEDIAN STD) ; DEFINE type / GROUP ; DEFINE conso_auto / ANALYSIS ; DEFINE MEAN / "Moyenne" FORMAT=5.1 ; DEFINE MEDIAN / "Médiane" FORMAT=5.1 ; DEFINE STD / "Ecart-type" FORMAT=5.2 ; RUN ;