Previous Page | Next Page

The DQSRVSVC Procedure

Example 1: Run a DataFlux dfPower Architect Service


The following example runs a DataFlux 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 PORT= option is not set, so the server communicates over the default port 21036. The DATA= option and the OUT= option specify that the input and output data sets are stored in the temporary WORK library. The service was previously created and uploaded to the DataFlux Integration Server.

Previous Page | Next Page | Top of Page