| Functions and CALL Routines |
| Valid in: | DATA step, PROC SQL, and SCL |
| Syntax | |
| Details | |
| Example |
Syntax |
| DQVERBF () |
| Details |
The DQVERBF function returns the version number of Blue Fusion that has been loaded by the SAS Data Quality product.
| Example |
The following example returns the Blue Fusion version.
version=DQVERBF ();
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.