Functions and CALL Routines |
Valid in: | DATA step, PROC SQL, and SCL |
Syntax | |
Arguments | |
Details | |
Example | |
See Also |
Syntax |
DQSRVVER (<host> <,port>) |
is the host of the DataFlux Integration Server. If this value is not specified, localhost is used.
is the port through which the local host communicates with the DataFlux Integration Server. If the value is not specified, the default 21036 is used.
Details |
The DQSRVVER function takes two arguments, a host name and a port number. If host is not specified, the local host is used. If port is not specified, or if the value is zero or a negative number, the default port number 21036 is used.
DQSRVVER returns a string listing the version number of the integration server, designated by the host and port values.
Example |
The following example sets the value of the version to the character string of the DataFlux Integration Server, running on machine 'myhost' and communicating with port 19525.
version=DQSRVVER ('myhost',19525);
See Also |
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.