The DMSRVPROCESSSVC procedure runs a service on a DataFlux Data Management Server.
identifies the host of the DataFlux Data Management Server. The host name can be a variable or a literal string. The literal string or the value of the variable is the URL of the server in single quotation marks.
https
instead
of http
(for example, https://myhost.unx.com).
Default | localhost. |
takes a quoted string as its value. The contents of the string is a series of name-value pairs. These pairs are passed to the service. If the service uses a parmlist with a name that matches a name in the parmlist list, the name is assigned the corresponding parmlist value.
if the SERVICEINFO option is specified, suppresses writing the SERVICEINFO information to the SAS log.
identifies the name of the output data set. DataFlux Data Management real-time services always create new data sets or overwrite existing data sets.
Default | If the OUT= option is not specified, the input data set _LAST_ is used. |
authenticates the user according to the registry in the DataFlux Data Management Server. The password can be plain text or encoded in SAS.
Note | If security has not been configured on the server, the PASSWORD= option is ignored. |
identifies the port
number through which the host
communicates
with the DataFlux Data Management Server. If this option is not specified,
or if the value is zero or a negative number, the default port number
21036 is used.
Default | 21036 |
identifies the service on the DataFlux Data Management Server.
writes the input and output columns used by the given service to the data set specified by the OUT= option.
Default | The service information is also written to the SAS log. |
Restriction | If SERVICEINFO is specified, the service is not run. Any options related to the execution of the service, such as the BLOCKSIZE= option, are ignored. |
specifies a time in
seconds after which the procedure terminates if the localhost
has
not received a response from the DataFlux Data Management Server.
If data is delivered to the server in multiple messages using the
BLOCKSIZE= option, the TIMEOUT= value is applied to each message.
Tip | A value of zero or a negative number enables the procedure to run without a time limit. |
identifies the user according to the registry in the DataFlux Data Management Server.
Note | If security has not been configured on the server, the USERID= option is ignored. |