由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Statistics版 - Can R perform scheduled batch job run?
相关主题
新人跪求指点平时都是在windows 下用SAS,和在UNIX 下用SAS差别大不大
请问:为什么if then 在do loop 中就不起作用了呢?怎样从database里extract需要的data 做statistical analysis
如何使sas程序在每天的固定时间运行SAS数据输入疑问
[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教help please: automatic run SAS in a batch mode.thanks
[合集] 请问如何把一个SAS PROGRAM做成可执行文件问一个不产生SAS Log的命令
能不能让R 读一个 150G 的 table?Any limits about SAS in batch modes
怎么避免sas batch模式打开sas文件how to do batch replace ?
求助!该如何准备这个电话面试?SAS under Unix
相关话题的讨论汇总
话题: job话题: perform话题: scheduled话题: batch话题: daily
进入Statistics版参与讨论
1 (共1页)
S******y
发帖数: 1123
1
We have been using a nightly SAS modeling and reporting application,
which perform data extraction against daily-updated csv files, and then
perform non-linear regression analysis daily.
I am told to re-write the whole thing in R.
I have no problem in building the same logic in R.
But how to make it a daily scheduled job on Windows XP? (for example, my
R job is named _main_job.R, which is a text code file)
Many Thanks!
s*****n
发帖数: 2174
2
I think it can. I do this in Linux (cron job), but I am sure Windows should
be capable of doing this also.
check Control Panel -> Scheduled Task.
q**j
发帖数: 10612
3
right, write a dos batch file and schedule it in control panel. you can find
the batch file format in both introduction to R and/or the little book i
wrote.
1 (共1页)
进入Statistics版参与讨论
相关主题
SAS under Unix[合集] 请问如何把一个SAS PROGRAM做成可执行文件
再问一个SAS data select的问题能不能让R 读一个 150G 的 table?
SAS Output 窗口里的东西怎么编辑?怎么避免sas batch模式打开sas文件
Help: an I/O ERROR occured求助!该如何准备这个电话面试?
新人跪求指点平时都是在windows 下用SAS,和在UNIX 下用SAS差别大不大
请问:为什么if then 在do loop 中就不起作用了呢?怎样从database里extract需要的data 做statistical analysis
如何使sas程序在每天的固定时间运行SAS数据输入疑问
[合集] SAS 程序 Editor 窗口显示 在 running,实际上是死了,请教help please: automatic run SAS in a batch mode.thanks
相关话题的讨论汇总
话题: job话题: perform话题: scheduled话题: batch话题: daily