Bonjour,
C'est une proposition :
Soit :

%let max=2.3;
%let nb=2;
%let a=%sysfunc(putn(%sysevalf(&max.-&nb.), 5.1)) ;
%put &a;
Ou :