由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - 再求个 sas 的 quick answer
相关主题
平时都是在windows 下用SAS,和在UNIX 下用SAS差别大不大[合集] 请问如何把一个SAS PROGRAM做成可执行文件
SAS under UnixCan R perform scheduled batch job run?
还在为SAS的时间限制烦恼?怎么避免sas batch模式打开sas文件
请问:为什么if then 在do loop 中就不起作用了呢?help please: automatic run SAS in a batch mode.thanks
求教linux bash 命令象R那样处理数据问一个不产生SAS Log的命令
新手问:如何STEP BY STEP 地运行SAS MACROAny limits about SAS in batch modes
What is R equivalent to SAS format?how to do batch replace ?
[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教再问一个SAS data select的问题
相关话题的讨论汇总
话题: sas话题: file话题: 程序话题: quick话题: answer
进入Statistics版参与讨论
1 (共1页)
b*****e
发帖数: 223
1
有一些对数据做 decoding 的程序,因为数据比较大,一个个 run 要等。我想把程序
写好,然后用另外的程序去一个个 incl 这些 decoding 程序(有没有更好的方法?)
,晚上我睡觉的时候 run 节省时间。但是我不想因为某个程序出错就 stop 住了,因
为他们之间是无关的。请问怎么写啊。最近比较缺觉,白天想不出来就指望晚上爬上了
问个 quick answer。
R*********i
发帖数: 7643
2
Can those programs run independently? If yes, you can create a batch file, e
.g. under Windows system the file may look like
start/w C:\"Program Files"\SAS\"SAS 9.1"\sas.exe -sysin pgm1.sas
start/w C:\"Program Files"\SAS\"SAS 9.1"\sas.exe -sysin pgm2.sas
etc.
Once the batch file is submitted the programs will run individually
according to the order in the file. Good luck!
b*****e
发帖数: 223
3
thanks!
looks like I really need to start learning writing batch file. I'll do it
this time!

e

【在 R*********i 的大作中提到】
: Can those programs run independently? If yes, you can create a batch file, e
: .g. under Windows system the file may look like
: start/w C:\"Program Files"\SAS\"SAS 9.1"\sas.exe -sysin pgm1.sas
: start/w C:\"Program Files"\SAS\"SAS 9.1"\sas.exe -sysin pgm2.sas
: etc.
: Once the batch file is submitted the programs will run individually
: according to the order in the file. Good luck!

D******n
发帖数: 2836
4
u should learn UNIX.

【在 b*****e 的大作中提到】
: thanks!
: looks like I really need to start learning writing batch file. I'll do it
: this time!
:
: e

b*****e
发帖数: 223
5
可是我的机器是 win 啊

【在 D******n 的大作中提到】
: u should learn UNIX.
b*****e
发帖数: 223
6
再问个问题,proc sql 和 data merge 处理大数据到底哪个快有没有统一的说法?
b*****e
发帖数: 223
7
I made it work just now :-D
Many thinks!

e

【在 R*********i 的大作中提到】
: Can those programs run independently? If yes, you can create a batch file, e
: .g. under Windows system the file may look like
: start/w C:\"Program Files"\SAS\"SAS 9.1"\sas.exe -sysin pgm1.sas
: start/w C:\"Program Files"\SAS\"SAS 9.1"\sas.exe -sysin pgm2.sas
: etc.
: Once the batch file is submitted the programs will run individually
: according to the order in the file. Good luck!

b*****e
发帖数: 223
8
我明白怎样用 x command 弄了,看下面这篇文章
http://www2.sas.com/proceedings/sugi27/p105-27.pdf
以前用 x command 在 sas 里 run 过 R,当时觉得够傻。没想到这里用得很 smart,
不用 copy paste modify 那么多行 commands 了
1 (共1页)
进入Statistics版参与讨论
相关主题
再问一个SAS data select的问题求教linux bash 命令象R那样处理数据
SAS Output 窗口里的东西怎么编辑?新手问:如何STEP BY STEP 地运行SAS MACRO
Help: an I/O ERROR occuredWhat is R equivalent to SAS format?
how to automatted run a SAS program on every monday?[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教
平时都是在windows 下用SAS,和在UNIX 下用SAS差别大不大[合集] 请问如何把一个SAS PROGRAM做成可执行文件
SAS under UnixCan R perform scheduled batch job run?
还在为SAS的时间限制烦恼?怎么避免sas batch模式打开sas文件
请问:为什么if then 在do loop 中就不起作用了呢?help please: automatic run SAS in a batch mode.thanks
相关话题的讨论汇总
话题: sas话题: file话题: 程序话题: quick话题: answer