DQVERBF Function

Returns the version of the SAS Data Quality engine.

Valid in: DATA step, PROC SQL, and SCL

Syntax

DQVERBF()

Details

The DQVERBF function takes no arguments and returns the version number of the SAS Data Quality engine that has been loaded by the SAS Data Quality product.

Example: DQVERBF Function

The following example returns the SAS Data Quality engine version.
version=DQVERBF ();