Previous Page | Next Page

Functions and CALL Routines

DQVERQKB Function



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

Syntax
Details
Example

Syntax

DQVERQKB ()

Details

The DQVERQKB function returns a five-character string containing 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

The following example returns the version of the currently loaded QKB.

version= QVERQKB ();

Previous Page | Next Page | Top of Page