SAS Institute. The Power to Know

SAS(R) Data Quality Server 9.2: Reference

Previous Page | Next Page

The DQSRVADM Procedure

DQSRVADM Procedure Syntax


Restriction: Cannot be used in the OpenVMS operating environment.

PROC DQSRVADM
<HOST=host-name>
<PORT=job-port-number>
<OUT=output-data-set>;

The DQSRVADM procedure offers the following options:

HOST=host-name

identifies the host of the DataFlux Integration Server. The local host is the default if this option is not specified.

PORT=port-number

identifies the port through which the local host communicates with the Integration Server. If the value is not specified, or the value is 0 or a negative number, the default port number is used. The default port number is 21036.

OUT=output-data-set

identifies the storage location of the job status data set.

Previous Page | Next Page | Top of Page