结果:找到“sas index”相关内容19个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
sas能不能做一个excel里的index呢?
8 个回复 - 1352 次查看
现在想用ods输出一个excel表格。因为excel里面有很很多sheet,所以想在第一个sheet里做一个目录。
假设目录里面有;
a
b
c
要是我点击a,excel就直接跳转至sheet a。请问
sas有能做这样的功能吗?
2013-5-18 22:25 - 6203479170 - SAS专版
[分享]The Complete Guide to SAS Indexes
8 个回复 - 2684 次查看
The Complete Guide to SAS Indexes--By Michael A. Raithel--Publisher: SAS Publishing (January 27, 2006) /***************************************************************************************/It descr ...
2008-3-21 05:55 - 蜻蜓点水 - 商业数据分析
sas index
0 个回复 - 1359 次查看
The following data set work.in has an
index in the variable id and the following SAS program is submitted:
为什么这道题的答案是:
The
index on id is deleted
我查了一下dictionary 这个library,发现i ...
2017-9-19 20:19 - jeremyyang - SAS专版
SAS Index
0 个回复 - 926 次查看
[*]To reduce the number of I/Os performed when you create an
index, first sort the data by the key variable. Then to improve performance, maintain the data file in sorted order by the k ...
2017-9-17 10:36 - jeremyyang - SAS专版
关于sas adv 63中Index一个问题
2 个回复 - 2502 次查看
Item 59 of 63 Mark item for review The SAS data set WORK.TEST has an
index on the variable Id and the following SAS program is submitted. data WORK.TEST; set WORK.TEST( keep= ...
2015-6-7 23:08 - hwyale - SAS专版
SAS index函数求助
0 个回复 - 3926 次查看
data _null_;
length a b $14;
a = 'ABC.DEF(X=Y)';
b = 'X=Y';
q=
index(a,b);
put q= ;
run;
显示结果为Q=0;
如果去掉lenth行,结果q=9; 我很好奇为什么去掉加上length后反而会查不到位置? ...
2015-11-9 12:13 - m648273034 - 新手入门区
SAS中的index问题
4 个回复 - 8626 次查看
使用
index的时候,我想对两个变量创建
index。那么是建立两个simple
index好呢?还是建立一个composite
index好?请大家给我点建议。谢谢了!
2010-6-4 02:01 - librarynow - SAS专版