of在sas程序中有什么功能和作用

如题所述

1.设定index索引:data new(index=(ssn));*数据new中将变量ssn设为索引;
2.字符串中查找字符:
data _null_;
a='ABC.DEF (X=Y)';
b='X=Y';
x=index(a,b);
put x;
run;
温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答