Chapter Contents

Previous

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

UNIX: TELNET Access Method


SAS/CONNECT

Local Host

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

filename rlink '!sasroot\misc\connect\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 contains a prompt 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 statement performs the sign-on process.

Remote Host

SAS Institute does not provide support for connections to the UNIX 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.