结果:找到“sas index”相关内容19个,排序为按回复时间降序,搜索更多相关帖子请点击“高级
sas能不能做一个excel里的index呢?
8 个回复 - 1337 次查看 现在想用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 个回复 - 2645 次查看 The Complete Guide to SAS Indexes--By Michael A. Raithel--Publisher: SAS Publishing (January 27, 2006) /***************************************************************************************/It descr ...2008-3-21 05:55 - 蜻蜓点水 - 商业数据分析
[下载]The.Complete.Guide.to.SAS.Indexes.Feb.2006
6 个回复 - 2081 次查看 <P></P> <P>Chapter 1 Introduction to Indexes<br>Chapter 2 Index Considerations for SAS Data Sets<br>Chapter 3 Index Variable Selection Considerations<br>Chapter 4 Index Centil ...2007-4-10 22:51 - bosstobe - 商业数据分析
Creating and Exploiting SAS&reg; Indexes
1 个回复 - 1064 次查看 2011-11-12 19:09 - 来梦来人 - SAS专版
[下载]The.Complete.Guide.to.SAS.Indexes
5 个回复 - 3106 次查看 <p></p><p> <br/></p><p><br/></p><p></p><p> <br/>这些都是sas公司出版的资料,学习sas的朋友应该识货!</p>2008-8-13 18:19 - aimms - 商业数据分析
sas 将数据集中变量赋值给宏变量,用index函数提取其宏变量,报错
5 个回复 - 1170 次查看 使用将数据集中变量赋值给宏变量,用index函数使用其宏变量,报错代码日志如下,内网。。没办法复制代码 请问是宏变量提取的变量这步有问题吗,还是index函数不应该这么用呀 谢谢~2021-4-16 12:03 - baibaibai002 - SAS专版
【学习笔记】sas index
0 个回复 - 312 次查看 sas index2019-11-16 08:24 - luciangele - Forum
sas宏中使用字符函数看不同变量结果存在不同数据集 find?index?如何实现
3 个回复 - 4601 次查看 请教大家一个sas程序。我的变量名字叫tw开头的,宏的最后一步想把数据存在x的数据集里面,类似的 变量名叫mb开头的,想存在y的数据集里面,如下是我想实现我这个目的的程序,结果不对,想请教下这个如何实现?(我如 ...2017-11-13 21:40 - 绿水菊 - SAS专版
sas index
0 个回复 - 1334 次查看 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 个回复 - 906 次查看 [*]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 EG无法进行Count Distinct (显示error index value too large)
1 个回复 - 2018 次查看 求教各位大神TAT...快急哭了 一共只有500多行数据,要count distinct的数据是数字数据,长度不超过8。就是没办法运行,显示的错误是如下: ERROR: Index TEMPINDX cannot be created on file WORK.'SASTMP-000 ...2016-11-10 11:49 - ξ绿茶ξ - SAS专版
SAS 如何可以做到 incremental load 及考慮速度 的indexing
0 个回复 - 848 次查看 如题 大大请帮忙2017-2-4 17:18 - superone - SAS专版
关于sas adv 63中Index一个问题
2 个回复 - 2470 次查看 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 个回复 - 3892 次查看 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 of Disimilarity
2 个回复 - 2136 次查看 本人还是菜鸟级sas学者,恳请各位大虾帮帮我!问题很棘手!这是一个关于用sas计算index of dimilarity的问题, 计算公式是这样的 (1/2)*SUM |bi /B – wi / W | bi 表示黑人住在住宅区 i的人数 wi表示白人住在住宅 ...2012-8-18 21:01 - /mgsisi - SAS专版
SAS中的index问题
4 个回复 - 8535 次查看 使用index的时候,我想对两个变量创建index。那么是建立两个simple index好呢?还是建立一个composite index好?请大家给我点建议。谢谢了!2010-6-4 02:01 - librarynow - SAS专版
SAS中sort和index有何区别?
2 个回复 - 7464 次查看 近日在看SAS ADV,其中说到using indexes的优点和使用方法,在SAS中有个proc sort ,请问index和sort有何区别? 谢谢。2011-7-29 10:19 - qiao2000 - SAS专版