Chapter Contents

Previous

Next
Communications Access Methods for SAS/CONNECT and SAS/SHARE Software

Windows: TELNET Access Method


SAS/CONNECT

Local Host

The following example illustrates the statements that you specify in a Windows local host SAS session to connect to a remote host with the TELNET access method:

filename rlink '!sasroot\connect\saslink\telcms.scr';
options comamid=telnet remote=rmtnode;
signon;

The first line identifies the script file that you use to sign on to a CMS remote host. The script file prompts for a userid and a password that are valid on the remote host. The TELNET communications access method is declared with a connection to the remote host RMTNODE. The SIGNON command performs the sign-on process.

Remote Host

SAS Institute does not provide support for connections to the Windows remote host with the TELNET access method.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.