The SAS Data Quality
Server system options DQLOCALE= and DQSETUPLOC= must be asserted before
you run data cleansing programs. The DQOPTIONS= system option is used
at SAS invocation to set data quality parameters.
CAUTION:
It is not
recommended that you specify these system options by any means other
than invoking the %DQLOAD AUTOCALL macro. Failure to use %DQLOAD or
misapplied use of default settings for these system options can result
in data that is cleansed with inappropriate locales.
-
DQLOCALE must be run
prior to running data cleansing programs. See
DQLOCALE for additional
information.
-
The DQOPTIONS= system
option enables you to optimize your SAS session for data quality.
The value of the system option is a set of option-value pairs that
you specify on the SAS start-up command or in the SAS configuration
file. The data quality system options can be referenced by the OPTIONS
procedure by specifying GROUP=DATAQUALITY.
See: DQOPTIONS.
-
DQSETUPLOC must be
run prior to running data cleansing programs. See
DQSETUPLOC for additional
information.