If you need a specific format in your output, you use the proper format. You can't force a numeric variable in SAS to have the appearance you want any other way.
data a;
a=12.10;
format a 5.2;
run;
-- Paige Miller
Catch up on SAS Innovate 2026
Nearly 200 sessions are now available on demand with the SAS Innovate Digital Pass.