o******6 发帖数: 538 | 1 ☆─────────────────────────────────────☆
careerchange (Stupid) 于 (Fri Feb 20 15:52:56 2009) 提到:
I have a dataset, which has numerical variables AB, CCCC, DF, DFG.
I need to generate AB_score, CCCC_score, DF_score, DFG_score.
I would do the following. Anyway to make it work? Thanks.
data new;
set old;
do str=AB, CCCC, DF, DFG;
str_score=func(str);
end;
run;
☆─────────────────────────────────────☆
Alexwater (Water) 于 (Fri Feb 20 20:24:56 2009) 提到:
一共几个variable?
☆───── |
|