SAS Institute. The Power to Know

SAS(R) Data Quality Server 9.2: Reference

Previous Page | Next Page

The DQSRVSVC Procedure

Example: Run a dfPower Architect Service

The following example runs a dfPower Architect service on a DataFlux Integration Server that is installed on the local host:

proc dqsrvsvc 
   service="myService" 
   data=work.insrv 
   out=work.outsrv;
run;

The server communicates over the default port. The input and output data sets are stored in the temporary WORK library. The service was previously created and uploaded to the Integration Server.

Previous Page | Next Page | Top of Page