data _null_;
a='Dogcat';
b=' Dog cat';
c=' Dog cat   ';
Ra=length(a);
Rb=length(b);
Rc=length(c);
put Ra=
Rb=
Rc=
;
run;

相关文章: