《小白学SAS》是一本适合SAS初学者的书,针对书中的代码,尤其是数据部分,网络上没有合适的资源,因此手动输入相应的代码,供新学习者使用,节省输入无效代码时间。
2022-12-08 14:50:53 11KB SAS代码 小白学SAS
1
raid卡驱动下载
2022-12-07 13:03:10 134KB 驱动程序 raid
1
Hash programming in SAS. to show you how hash objects in SAS DATA steps can be used to lookup data, combine data, and organize data. After reading the discussions and trying the examples, you should be able to start wisely incorporating hash object programming techniques in your applications.
2022-11-30 21:50:09 2.18MB SAS Hash Programing
1
云计算基础架构应用
2022-11-30 10:18:26 1.11MB 云计算 架构 虚拟化技术 虚拟机
电子书,详细叙述了时序分析与使用sas程序编写
2022-11-26 21:05:36 38.02MB 时序分析
1
最新的!中国家庭跟踪调查(CFPS)2016年Stata数据,SAS数据
2022-11-25 14:52:29 39.32MB 文档资料 2016 CFPS STATA
1
作为并行SCSI的接班人,SAS规范出现在人们的视野中已有些时间了。在SAS走过的这些年之中,其规范一直在改进,虽然底层协议得以保留,基本没有太多的变化,但是外部接口连接器的规格却经历了多次变迁,这是SAS为适应市场环境而做出的调整,有了这些“积跬步而至千里”的不断改进,SAS规范才日益成熟,而不同规格的接口连接器则堪称SAS发展历史的见证人。
2022-11-08 16:24:22 5.31MB SAS接口互连完全指南
1
sas 免更改时间启动bat 右击记事本打开bat文件,更改里面的时间和路径,具体看我博客里面怎么更改, 以后每次只要右击管理员运行bat就能使用了。
2022-11-07 14:57:39 268B sas 免更改时间
1
SAS编程与数据挖掘商业案例_姚志勇code data test; input x y z @@; cards; 1 2 3 4 5 6 ; run; proc sql; create view view1 as select * from sashelp.class ; quit; proc format; value fmt 1='a' ; run; %macro test; data test; x=1; run; %mend test; %test; libname fv ' F:\Data_Model\Book_data\chapt2'; data fv.forever; Input x y z; Cards; 1 2 3 4 5 6 ; run; data temp; Input x y z; Cards; 1 2 3 4 5 6 ; run; libname user ' F:\Data_Model\Book_data\chapt2'; data forever; Input x y z; Cards; 1 2 3 4 5 6 ; run; options user=fv; libname fv ' F:\Data_Model\Book_data\chapt2'; data forever; Input x y z; Cards; 1 2 3 4 5 6 ; run; options user=work; data temp; Input x y z; Cards; 1 2 3 4 5 6 ; run; proc contents data=sashelp.class;run; proc contents data=sashelp.class out=class_cnt;run; libname hsdb db2 user=xxuser password="xxxx" datasrc=datadb; data idx(index=(x)); input x y z; cards; 1 2 3 ; run;
2022-09-29 23:52:58 92KB code
1
SAS Base 备考超全套餐 题目+解答+笔记 一套在手 通过必有!
2022-09-24 22:04:45 21.12MB sas SAS认证 备考
1