sas中"/"是什么意思?比如:strength='1000KG';strength1=compress(strength,'QWERTYUIOPLKJHGFDSAZXCVBNM');if index(strength1,"/")=0 then strength1=strength1;中的index函数中“/"是什么意思呢?
来源:学生作业帮助网 编辑:六六作业网 时间:2024/11/27 05:15:51
sas中"/"是什么意思?比如:strength=''1000KG'';strength1=compress(strength,''QWERTYUIOPLKJHGFDSAZXCVBNM'');ifindex(
sas中"/"是什么意思?比如:strength='1000KG';strength1=compress(strength,'QWERTYUIOPLKJHGFDSAZXCVBNM');if index(strength1,"/")=0 then strength1=strength1;中的index函数中“/"是什么意思呢?
sas中"/"是什么意思?
比如:
strength='1000KG';
strength1=compress(strength,'QWERTYUIOPLKJHGFDSAZXCVBNM');
if index(strength1,"/")=0 then strength1=strength1;
中的index函数中“/"是什么意思呢?
sas中"/"是什么意思?比如:strength='1000KG';strength1=compress(strength,'QWERTYUIOPLKJHGFDSAZXCVBNM');if index(strength1,"/")=0 then strength1=strength1;中的index函数中“/"是什么意思呢?
index(x,'a')就是从变量x找string'a'在第几位
你上面'/'就是要找的对象
举个例子
data null;
a='abc/cd';
x=index(a,'/');
put x=;
run;
x=4
block在sas中是什么意思?
sas lemean中slice是什么意思
SAS是什么意思
sas是什么意思?
sas中/是什么意思?比如:strength='1000KG';strength1=compress(strength,'QWERTYUIOPLKJHGFDSAZXCVBNM');if index(strength1,/)=0 then strength1=strength1;中的index函数中“/是什么意思呢?
sas中alpha是什么意思sas语句proc ttest h=100 alpha=0.1;
SAS
sas
sas程序中options sortpgm=host msglevel=i是什么意思
sas中符号$什么意思
SAS是什么意思啊?恩恩不明白?
弱电中BAS,CAS,OAS,SAS是什么意思?
SAS中的连续的&&&是什么意思啊?
SAS数据集里的@@是什么意思
SAS中UNIVARIATE过程中盒形图的意思
数学中sas表示什么hl呢
sas中tables语怎么定义变量
sas程序中input x1 x2