28%macro mf_getfmtname(fmt
29) /minoperator mindelimiter=
' ';
31%local out dsid nvars x rc fmt;
34%let fmt=%scan(&fmt,1,.);
35%
do %
while(%substr(&fmt,%length(&fmt),1) in 1 2 3 4 5 6 7 8 9 0);
36 %
if %length(&fmt)=1 %then %let fmt=W;
37 %
else %let fmt=%substr(&fmt,1,%length(&fmt)-1);
40%
if &fmt=$ %then %let fmt=$CHAR;
43%
do;%unquote(%upcase(&fmt))%end;