由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - how to automatted run a SAS program on every monday?
相关主题
help please: automatic run SAS in a batch mode.thanks最后问个 unzip 的问题
【包子】batch mode求教终于知道怎么破解SAS了
[SAS] multi-thread programming and parameters...请问:为什么if then 在do loop 中就不起作用了呢?
[合集] 请问如何把一个SAS PROGRAM做成可执行文件深夜抱怨一下
SAS: automatically generate xls file with updated dateClinical Trail多块能上手?
logistic, overfit了怎么办?我所认识的SAS Programming
SAS directo(Global pharma)关于automatic conversion
SAS renew[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教
相关话题的讨论汇总
话题: sas话题: monday话题: run话题: program话题: every
进入Statistics版参与讨论
1 (共1页)
p*****o
发帖数: 543
1
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 run the SAS code automattedly:
echo on
cd c:\V
"C:\PROGRAM FILES\SAS9.2\SASFoundation\9.2\SAS.EXE" "\\sample.SAS"---sample.SAS is the SAS code I need to run every Monday.
z**********i
发帖数: 12276
2
没用过,但GOOGLE了一下,很多答案.

code automattedly:

【在 p*****o 的大作中提到】
: 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 run the SAS code automattedly:
: echo on
: cd c:\V

D******n
发帖数: 2836
3
eeasy job in unix

code automattedly:

【在 p*****o 的大作中提到】
: 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 run the SAS code automattedly:
: echo on
: cd c:\V

p*****o
发帖数: 543
4
we dont have unix platform....

【在 D******n 的大作中提到】
: eeasy job in unix
:
: code automattedly:

c*******o
发帖数: 8869
5
http://support.sas.com/techsup/technote/ts648/ts648.pdf
http://support.sas.com/kb/19/767.html

code automattedly:

【在 p*****o 的大作中提到】
: 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 run the SAS code automattedly:
: echo on
: cd c:\V

1 (共1页)
进入Statistics版参与讨论
相关主题
[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教SAS: automatically generate xls file with updated date
[合集] how to combine ATE files using Rlogistic, overfit了怎么办?
Can R perform scheduled batch job run?SAS directo(Global pharma)
怎么避免sas batch模式打开sas文件SAS renew
help please: automatic run SAS in a batch mode.thanks最后问个 unzip 的问题
【包子】batch mode求教终于知道怎么破解SAS了
[SAS] multi-thread programming and parameters...请问:为什么if then 在do loop 中就不起作用了呢?
[合集] 请问如何把一个SAS PROGRAM做成可执行文件深夜抱怨一下
相关话题的讨论汇总
话题: sas话题: monday话题: run话题: program话题: every