由买买提看人间百态

topics

全部话题 - 话题: sas9
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)
s******y
发帖数: 352
1
Code works only on SAS9.2.
data class;
set sashelp.class;
array temp $10. name sex cheight cweight cage;
cheight=cats(height);
cweight=cats(height);
cage=cats(age);
do over temp;
if ranuni(123456)<0.3 then call missing(temp);
end;
keep name sex c:;
run;
proc print;
run;
proc format;
value $miss " "="missing"
other="nomissing";
run;
proc tabulate data=class missing out=out;
class _character_;
table _all_,N;
format _character_ $miss.;
run;
data want(keep=var N rename=(N=miss));
set out;
array all
h******e
发帖数: 1791
2
proc power;
logistic
alpha = 0.05
vardist ("LAV") = normal(103.3352, 29.82325) /*according to the data
*/
testpredictor = "LAV"
testoddsratio = 1.058
intercept = -5.9684
ntotal = 62
power = . ;
run;
请把结果发至站内信箱,多谢了。
h******e
发帖数: 1791
3
已经搞定了。
b**********i
发帖数: 1059
4
有包子吗? 哈哈

data
b**********i
发帖数: 1059
5
还有叔叔阿姨呢。
c********e
发帖数: 125
6
正版 windows xp 2002 Professional (我为了它刚装上的)
卸掉了所有java,关闭了所有application,关掉了 杀毒 防火墙。。。。
然后开始安装sas9.2,刚点了setup,然后弹出窗口,没有1秒钟,就回去了。。。。
然后。。。死一般的寂静
我是sas的蔡鸟,版上大牛们,帮帮看看问题出在哪啊~~~~
s***1
发帖数: 343
7
非常感谢你给的SUGI26链接!
但是我在自己机器上用sas9.1试了里面的example,用的column input,试了missover
和truncover,但是结果竟然都是一样的,都是:
Obs lastn Firstn Empid Jobcode
1 LANGKAMM SARAH E0045 Mechanic
2 TORRES JAN E0029 Pilot
3 SMITH MICHAEL E0065
4 LEISTNER COLIN E0116 Mechanic
5 TOMAS HA... 阅读全帖
b*****o
发帖数: 817
8
打算换个新电脑,新电脑都是win7操作系统,不知道能不能安装verycd上那个多国语言
版本的sas?
谢谢
o****o
发帖数: 8077
b*****o
发帖数: 817
10
thank you very much!
Now I can look for a deal for a new laptop...
s***g
发帖数: 1173
11
64位系统的话我这里反正装不上去
p**n
发帖数: 1437
12
可以32位但是不能64位
P****D
发帖数: 11146
13
VeryCD上的那个版本不知道。我从自己学校搞的32位的SAS 9.2装在64位的Windows 7
Professional下没有问题。
y****d
发帖数: 432
14
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
前面说明:
需要的童鞋请到我的签名档的博客查找!谢谢!发E-mail太累了!
觉得有价值的话可以顶一下,以便更多的人看到!谢谢!
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
不会安装SAS的同学,请先耐心读完本页
s*******r
发帖数: 769
15
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
do you have 9.2?
y****d
发帖数: 432
16
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
9.2还没有亲自测试~~
需要否?!
f*******n
发帖数: 392
17
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
ding
y****d
发帖数: 432
18
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
看来这个不受欢迎哈!
x***n
发帖数: 103
19
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
win7 home可以吗?
l******t
发帖数: 12659
20
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
非常感谢!
l******t
发帖数: 12659
21
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
需要可以在Windows XP 64bit上面运行的版本, 请问可以找到吗?
多谢!
h******3
发帖数: 190
22
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid

同问!
v*********0
发帖数: 941
23
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
thanks.
w*******w
发帖数: 2051
24
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
thanks a lot!
how about Windows 7 home edition?
b**********8
发帖数: 286
25
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
我全部都下载了,可是怎么没法解压缩啊?而且每个文件都只有几十K,是我搞错了吗
b**********8
发帖数: 286
26
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
我全部都下载了,可是怎么没法解压缩啊?而且每个文件都只有几十K,是我搞错了吗
y****d
发帖数: 432
27
来自主题: Statistics版 - [下载]史上最完整SAS9.13模块和sid
不能用工具下载
实在不行换个下载链接试试!
p*****o
发帖数: 543
28
I have a routine work which I need to run a SAS code every Monday and then
created one excel file and then mail it out to certain people. I need to
automate this work. I have completed all part except how I can make SAS
program to run by itself every Monday (say 9:00am)?
I created a batch which I still need to click it and revoke SAS program to
run. Any idea how i could get it done?
Any thoughts would be greatly appreciated! Thanks.
In case it helps, following is the batch file I was using to ru... 阅读全帖
W*******R
发帖数: 1224
29
咋找呀?多谢
k*****u
发帖数: 1688
30
要找了干什么?
W*******R
发帖数: 1224
31
没人知道吗?
B******y
发帖数: 9065
32
SAS 9.2才开始对64位系统开始支持。
W*******R
发帖数: 1224
33
所以SAS913不能在64位机上用?
k*****u
发帖数: 1688
34
有的人说可以安装 好像要sp4什么的
64位机器还是搞 9.2 吧
l******t
发帖数: 2243
35
好像说要装虚拟XP
c********s
发帖数: 483
36
来自主题: Statistics版 - 有没有人能贡献点UNIX SAS的经验?
Use ultraedit or texpad or eg as your unix sas editor(need set up, some code
you may download from internet).
You can run Unit SAS directly from your editor or run under unix.
cut point is easy, you may use endsas and output dataset. log is also there.
be careful when you use interactive sas, the language is different from Unix
sometimes, such like "/" and "" on path.
alias is very helpful. ex: as below:
__A=
__B=
autoload='typeset -fu'
command='command '
study1=' '
study2='cd/'
functions='types... 阅读全帖
c********s
发帖数: 483
37
来自主题: Statistics版 - 有没有人能贡献点UNIX SAS的经验?
Use ultraedit or texpad or eg as your unix sas editor(need set up, some code
you may download from internet).
You can run Unit SAS directly from your editor or run under unix.
cut point is easy, you may use endsas and output dataset. log is also there.
be careful when you use interactive sas, the language is different from Unix
sometimes, such like "/" and "" on path.
alias is very helpful. ex: as below:
__A=
__B=
autoload='typeset -fu'
command='command '
study1=' '
study2='cd/'
functions='types... 阅读全帖
c********s
发帖数: 483
38
来自主题: Statistics版 - 有没有人能贡献点UNIX SAS的经验?
Use ultraedit or texpad or eg as your unix sas editor(need set up, some code
you may download from internet).
You can run Unit SAS directly from your editor or run under unix.
cut point is easy, you may use endsas and output dataset. log is also there.
be careful when you use interactive sas, the language is different from Unix
sometimes, such like "/" and "" on path.
alias is very helpful. ex: as below:
__A=
__B=
autoload='typeset -fu'
command='command '
study1=' '
study2='cd/'
functions='types... 阅读全帖
c********s
发帖数: 483
39
来自主题: Statistics版 - 有没有人能贡献点UNIX SAS的经验?
Use ultraedit or texpad or eg as your unix sas editor(need set up, some code
you may download from internet).
You can run Unit SAS directly from your editor or run under unix.
cut point is easy, you may use endsas and output dataset. log is also there.
be careful when you use interactive sas, the language is different from Unix
sometimes, such like "/" and "" on path.
alias is very helpful. ex: as below:
__A=
__B=
autoload='typeset -fu'
command='command '
study1=' '
study2='cd/'
functions='types... 阅读全帖
s*********e
发帖数: 944
40
来自主题: Statistics版 - 问个简历和sas certificate的问题。
大家都是把如何sas证书放在简历里的啊?
我打算放在最后一段,但不知道改怎么写。题头打算写:SAS Certificate
然后后面就不知道怎么写了。是写SAS Certified Base Programmer for SAS9
credential还是写什么别的?
谢谢!
w******p
发帖数: 62
41
来自主题: Statistics版 - 请教SAS ADV 最新真题
Item 6 of 63 Mark item for review Item 6 of 63 Mark item for review Item 6 of 63 Mark item for review Item 6 of 63 Mark item for review

The table WORK.PILOTS contains the following data:
WORK.PILOTS
Id Name Jobcode Salary
--- ------ ------- ------
001 Albert PT1 50000
002 Brenda PT1 70000
003 Carl PT1 60000
004 Donna PT2 80000
005 Edward PT2 90000
006 Flora PT3 100000
The data set was summ... 阅读全帖
s*******o
发帖数: 392
42
原来的科罗拉多的那个似乎关闭了,不知道有没有好心人上传在那个网盘,可以下载用
呢—?多些各位了
j*******2
发帖数: 309
43
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
I cannot import access2007 database from SAS import wizard. The menu only
shows MS2000/2002/2003 database. what should I do to fix the problem? Thanks
!
d**********r
发帖数: 24123
44
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
Save as excel 2003 file or use DDE
j*******2
发帖数: 309
45
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
Thanks for your reply. The problem is the access dataset is too large. If I
export the dataset as excel, I can only export 65,000 records a time. It's
not convenient. So I want to try importing from SAS. What is DDE?
c*****1
发帖数: 131
46
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
you can try to export access 2007 to text file. Very easy, you can google it.
Also, save access 2007 to access 2003 should be very easy too.

I
j*******2
发帖数: 309
47
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
still I can only export 65000 records a time.

it.
c*****1
发帖数: 131
48
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
This problem occurs because you cannot export a table that contains more
than 65,000 rows by using the Export data with formatting and layout option.
To work around this problem, do not click Export data with formatting and
layout when you export a table that contains more than 65,000 rows.
Let me know if this works!
j*******2
发帖数: 309
49
来自主题: Statistics版 - Help: Import ACCESS 2007 data from SAS9.2
It works!Thanks a lot!

option.
y****d
发帖数: 432
50
SAS 系统全称为Statistics Analysis System,最早由北卡罗来纳大学的两位生物统计
学研究生编制,并于1976年成立了SAS软件研究所,正式推出了SAS软件。SAS是用于决
策支持的大型集成信息系统,但该软件系统最早的功能限于统计分析,至今,统计分析
功能也仍是它的重要组成部分和核心功能。
中文名: SAS 9.2多国语言版
英文名: SAS 9.2
发行时间: 2008年
制作发行: SAS统计分析系统公司
地区: 大陆
语言: 简体中文
★★下载地址以及重要说明请google“影视动漫MTV CFA SAS 数学统计金融”或者看我
的签名档!
首页 上页 1 2 3 4 5 6 7 8 9 10 下页 末页 (共10页)