You must specify the
name of the server in the SERVER= option in the PROC SERVER statement.
SERVER=server
server can
be either a
server-ID or a
port number.
The value for
server-ID corresponds
to the service that was configured in the SERVICES file.
For details, see Configuring the SERVICES File. port is the unique number
that is associated with the service that is used for transferring
data between a client and a server.
Precede the port number
with two consecutive underscores.
Note: Do not space after the first
underscore or the second underscore.
proc server server=apex;
proc server server=_ _5000;
For details about SAS
naming rules, see
SAS Language Reference: Concepts. For details about the PROC SERVER statement, see
the
SAS/SHARE User's Guide.