space
Previous Page | Next Page

SAS/SHARE General SAS System Options

COMAUX1= System Option



Specifies the first alternate communication access method.
Client: Optional
Server: Optional
Client: Valid in: configuration file, SAS invocation
Server: Valid in: configuration file, SAS invocation
Category: Communications : Networking and Encryption
PROC OPTIONS Group: Communications

Syntax
Details

Syntax

COMAUX1=name

Details

The COMAUX1= option specifies the first auxiliary communication access method. For example, you can specify COMAMID=XMS and COMAUX1=TCP. These specifications indicate that the primary method of communication is cross-memory services. If this access method is unable to establish a connection, TCP/IP communication is attempted.

If the COMAUX1= option is specified in a destination (server) session, it defines additional communication support to be initialized. In an originating (user) session, it specifies that the communication access method should try to connect to the destination session if the initial COMAMID-based attempt is unsuccessful.

space
Previous Page | Next Page | Top of Page