cheukys 发表于 2010-1-11 22:07 
各位,小弟不才,遇到一些麻烦,在单位里要运行一个数十G的文件;我想在个人PC运行的话,就不太现实!我想在自己个人的电脑写好程序,然后放到服务器里面运行,我要怎么才能连接服务器,结果最终会输出到哪里去?
或者有更好的办法!
谢谢啦!
1) ftp your pgm to your server
2) submit batch sas job on server, for example, command on a UNIX/LINUX server would be,
sas <your pgm>
3) the listing and log usually go to your home directory on the server.