IMXFER Procedure
SERVER Statement
The SERVER statement is used to specify a server
instance to use in a transfer. In the statement, you assign a logical
name to the server and you use that name subsequently to refer to
the particular server instance. There is no limit to the number of
SERVER statements. You can establish connections to more than two
servers with the IMXFER procedure.
Syntax
SERVER server-name <HOST=host-name> <PORT=number>;
Required Argument
server-name
specifies the name
to use for referring to the server instance. The name is used in the
TABLE statement to identify the exporting server and the importing
server.
SERVER Statement Options
HOST="host-name"
specifies the host
name for the SAS LASR Analytic Server.
If this option is not specified, then the GRIDHOST environment variable
is used.
PORT=number
specifies the port
number for the SAS LASR Analytic Server.
Copyright © SAS Institute Inc. All rights reserved.