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;
请把结果发至站内信箱,多谢了。 |
|
|
|
|
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?
谢谢 |
|
|
b*****o 发帖数: 817 | 10 thank you very much!
Now I can look for a deal for a new laptop... |
|
|
|
P****D 发帖数: 11146 | 13 VeryCD上的那个版本不知道。我从自己学校搞的32位的SAS 9.2装在64位的Windows 7
Professional下没有问题。 |
|
y****d 发帖数: 432 | 14 ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
前面说明:
需要的童鞋请到我的签名档的博客查找!谢谢!发E-mail太累了!
觉得有价值的话可以顶一下,以便更多的人看到!谢谢!
★★★★★★★★★★★★★★★★★★★★★★★★★★★★★
不会安装SAS的同学,请先耐心读完本页 |
|
|
|
|
|
|
|
l******t 发帖数: 12659 | 21 需要可以在Windows XP 64bit上面运行的版本, 请问可以找到吗?
多谢! |
|
|
|
w*******w 发帖数: 2051 | 24 thanks a lot!
how about Windows 7 home edition? |
|
b**********8 发帖数: 286 | 25 我全部都下载了,可是怎么没法解压缩啊?而且每个文件都只有几十K,是我搞错了吗
? |
|
b**********8 发帖数: 286 | 26 我全部都下载了,可是怎么没法解压缩啊?而且每个文件都只有几十K,是我搞错了吗
? |
|
|
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... 阅读全帖 |
|
|
|
|
|
|
k*****u 发帖数: 1688 | 34 有的人说可以安装 好像要sp4什么的
64位机器还是搞 9.2 吧 |
|
|
c********s 发帖数: 483 | 36 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 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 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 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 大家都是把如何sas证书放在简历里的啊?
我打算放在最后一段,但不知道改怎么写。题头打算写:SAS Certificate
然后后面就不知道怎么写了。是写SAS Certified Base Programmer for SAS9
credential还是写什么别的?
谢谢! |
|
w******p 发帖数: 62 | 41 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 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 Save as excel 2003 file or use DDE |
|
j*******2 发帖数: 309 | 45 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 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 still I can only export 65000 records a time.
it. |
|
c*****1 发帖数: 131 | 48 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 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 数学统计金融”或者看我
的签名档! |
|