CATALOG_LEVEL built-in global variable
The CATALOG_LEVEL global variable contains the current Db2 catalog level.
The CATALOG_LEVEL global variable has the following characteristics:
- It is read only, with values maintained by the system.
- The type is VARCHAR(30).
- The schema is SYSIBM.
- The scope of this global variable is session.
The format is VvvRrMmmm, where vv is the version, r is the release, and mmm is the modification level. For example, V12R1M510 identifies function level 510. For a list of all available function levels in Db2 12, see Db2 12 function levels.
Values V10R1 and V11R1 are also supported.
