DQVERBF Function

Returns the version of Blue Fusion.
Valid in: DATA step, PROC SQL, and SCL

Syntax

DQVERBF ()

Details

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

Example: DQVERBF Function

The following example returns the Blue Fusion version.
version=DQVERBF ();