Chapter Contents |
Previous |
Next |
Communications Access Methods for SAS/CONNECT and SAS/SHARE Software |
SAS/CONNECT |
The following example illustrates the statements that you specify in a Windows local host SAS session to connect to a remote host with the EHLLAPI access method:
filename rlink '!sasroot\connect\saslink\tso.scr'; options comamid=ehllapi remote=a; signon;
The first line identifies the script file that you use to sign on to
an OS/390 remote host. The script file contains a prompt for a userid and
a password that are valid on the remote host. The EHLLAPI communications access
method is declared with a connection to the remote host A, which is the remote
session identifier that was specified when the emulation package was configured
on your local host. The SIGNON statement performs the sign-on process.
SAS Institute does not provide support for connections to the Windows remote host with the EHLLAPI access method.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.