Chapter Contents

Previous

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

OpenVMS: TELNET Access Method


SAS/CONNECT

Local Host

The following example illustrates the statements that you specify in an OpenVMS local host SAS session to connect to a remote host using the TELNET access method.

filename rlink '!sasroot:[tools]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 TELNET communications access method is declared with a connection to the remote host RMTNODE. The SIGNON statement performs the sign-on process.

Remote Host

You do not perform any tasks at the OpenVMS remote host for the TELNET access method.


Chapter Contents

Previous

Next

Top of Page

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