DQVERQKB Function

Returns the version of the currently loaded QKB.
Valid in: DATA step, PROC SQL, and SCL

Syntax

DQVERQKB ()

Details

The DQVERQKB function takes no arguments and returns a five-character string that contains the version of the currently loaded QKB. If the version cannot be determined (as with QKB versions before 2005A), the value UNKNW is returned.

Example: DQVERQKB Function

The following example returns the version of the currently loaded QKB.
version= DQVERQKB ();