format



*unformat all variables in dataset;
data bk_ar1;
set bk_ar1;
format _all_ ;

登录后才可评论.