由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - help please: automatic run SAS in a batch mode.thanks
相关主题
how to automatted run a SAS program on every monday?[合集] 请问如何把一个SAS PROGRAM做成可执行文件
help on a vary strange result: length statement[合集] how to combine ATE files using R
弱问关于R的问题Can R perform scheduled batch job run?
请问:为什么if then 在do loop 中就不起作用了呢?怎么避免sas batch模式打开sas文件
用SAS生成CSV 文件平时都是在windows 下用SAS,和在UNIX 下用SAS差别大不大
#刚考完SAS BASE,问其中的一个题目#问一个不产生SAS Log的命令
SAS新手求推荐容易上手的Editor (in Unix)Any limits about SAS in batch modes
[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教how to do batch replace ?
相关话题的讨论汇总
话题: sas话题: run话题: batch话题: files话题: automatic
进入Statistics版参与讨论
1 (共1页)
l***o
发帖数: 194
1
I never used this before. I am just learning.
I want to run a sas program (called testingb.sas) in a batch mode(later I
will have multiple files need to be run this way).
here is what I did:
I wrote a .bat file in notepad:
C:\Program Files\SAS\SAS 9.1\sas.exe -sysin C:\batch run SAS\testingb.sas
then I saved it as batchc.bat. then I went to Window Exploer to schedual to
run this at certain time, but it doesn't work.
can any expert give me some directions. I already googled some articles, I
guess
l***a
发帖数: 12410
2
in scheduled tasks, make a new tast. in the property, task tab, add this in
the blank of run:
"C:\Program Files\SAS\SAS 9.1\sas.exe" -sysin "C:\batch run SAS\testingb.sas"
then setup other parts of the properties

to

【在 l***o 的大作中提到】
: I never used this before. I am just learning.
: I want to run a sas program (called testingb.sas) in a batch mode(later I
: will have multiple files need to be run this way).
: here is what I did:
: I wrote a .bat file in notepad:
: C:\Program Files\SAS\SAS 9.1\sas.exe -sysin C:\batch run SAS\testingb.sas
: then I saved it as batchc.bat. then I went to Window Exploer to schedual to
: run this at certain time, but it doesn't work.
: can any expert give me some directions. I already googled some articles, I
: guess

l***o
发帖数: 194
3
thank you so very very much for the help,libra (秤子)!
it worked. this is so exciting. :-)
thanks,
mimi

in
sas"

【在 l***a 的大作中提到】
: in scheduled tasks, make a new tast. in the property, task tab, add this in
: the blank of run:
: "C:\Program Files\SAS\SAS 9.1\sas.exe" -sysin "C:\batch run SAS\testingb.sas"
: then setup other parts of the properties
:
: to

h***i
发帖数: 634
4
有意思
1 (共1页)
进入Statistics版参与讨论
相关主题
how to do batch replace ?用SAS生成CSV 文件
SAS under Unix#刚考完SAS BASE,问其中的一个题目#
再问一个SAS data select的问题SAS新手求推荐容易上手的Editor (in Unix)
SAS Output 窗口里的东西怎么编辑?[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教
how to automatted run a SAS program on every monday?[合集] 请问如何把一个SAS PROGRAM做成可执行文件
help on a vary strange result: length statement[合集] how to combine ATE files using R
弱问关于R的问题Can R perform scheduled batch job run?
请问:为什么if then 在do loop 中就不起作用了呢?怎么避免sas batch模式打开sas文件
相关话题的讨论汇总
话题: sas话题: run话题: batch话题: files话题: automatic