You must specify TCP/IP
as the communications access method at the server before a client
can access it. You can use the COMAMID= option in an OPTIONS statement.
For example:
options comamid=tcp;
The COMAMID= option
specifies the communications access method. TCP specifies the TCP/IP
access method.
Alternatively, you can
specify the COMAMID= option in a SAS start-up command or in a SAS
configuration file.
The COMAUX1= option
specifies an auxiliary communications access method and can be specified
only in a SAS start-up command or in a SAS configuration file.
Here is the syntax for
the COMAUX1= option:
COMAUX1=alternate-method
If the first method
fails to access a server, the second method is used. You can specify
one auxiliary access method.
Example:
comamid=tcp
comaux1=xms