Built-in functions
Built-in functions are functions that come with DB2® for z/OS®. These functions provide a single-value result.
Built-in functions include operator functions such as "+", aggregate functions such as AVG, and scalar functions such as SUBSTR. For a list of the built-in aggregate and scalar functions and information on these functions, see Built-in functions.
The built-in functions are in schema SYSIBM.
The RANK, DENSE_RANK, and ROW_NUMBER specifications are sometimes referred to as built-in functions. Refer to OLAP specification for more information on these specifications.