CEILING

Restriction: This topic applies to Windows environments only.
ANSI DB2 SQL/DS XDB
      X

Finds the smallest integer greater than or equal to expr. The format appears below:

CEILING(expr)

For example:

CEILING(12.25) = 13
CEILING(12) = 12