| Using the SAS Data Quality Server Software |
Use the DQOPTIONS= system option to configure your SAS session for data quality. You can specify the option in your SAS start-up command or in your SAS configuration file, SASV9.CFG. DQOPTIONS= enables you to specify one or more option-value pairs that pertain to the operation of the SAS Data Quality Server software.
The DQOPTIONS= system option currently enables two option-value pairs. To improve data transfer performance, the value DQSRVPROTOCOL=WIRELINE is required in the z/OS operating environment, for DataFlux Integration Servers version 8.1.1 or newer. In other operating environments, the default SOAP protocol is recommended.
TRANSCODE=IGNORE | WARN specifies that transcoding errors between character sets are to be ignored, and SAS processing is allowed to continue. By default, transcoding errors terminate SAS processing.
To learn more about DQOPTIONS=, see DQOPTIONS=.
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.