1 %let rmt=Server;
2 options comamid=tcp remote=&rmt.;
3 filename rlink 'C:\Program Files\SAS Institute\SAS V8\Connect\SASlink\TCPWin.scr';
4
5 signon;
NOTE: Remote signon to SERVER commencing (SAS Release 8.02.02M0P012301).
NOTE: Script file 'tcpwin.scr' entered.
NOTE: Logged onto Windows... Starting remote SAS now.
ERROR: Script file interpretation terminated due to error.
ERROR: A communication subsystem partner link setup request failure has occurred.
ERROR: recv call failed, lost connection with client.
ERROR: Remote signon to SERVER cancelled.
6
7 rsubmit;
ERROR: A link must be established by executing the SIGNON command before you can communicate
with SERVER.
ERROR: Remote submit to SERVER cancelled.
另外,我发现TCPWin.scr中有如下一段:
/*-- notes: 1. You must have the spawner program executing on --*/
/*-- the remote 95 or NT workstation in order for the --*/
/*-- local session to be able to establish the --*/
/*-- connection. If the spawner is not running on the --*/
/*-- remote node, you will receive a message telling --*/
/*-- you the connection has been refused. --*/