About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Last updated: Feb 11, 2025
This page describes the conventions used throughout this guide when referring to items in a function.
Convention | Description |
---|---|
BOOL | A Boolean, or flag, such as true or false. |
NUM, NUM1, NUM2 | Any number. |
REAL, REAL1, REAL2 | Any real number, such as or . |
INT, INT1, INT2 | Any integer, such as or . |
CHAR | A character code, such as . |
STRING | A string, such as . |
LIST | A list of items, such as or or
. |
ITEM | A field, such as or . |
DATE | A date field, such as , where values are in a format such as
. |
TIME | A time field, such as , where values are in a format such as
. |
Functions in this guide are listed with the function in one column, the result
type (integer, string, and so on) in another, and a description (where available) in a third column.
For example, following is a description of the
function.rem
Function | Result | Description |
---|---|---|
|
Number | Returns the remainder of INT1 divided by INT2. For example, . |
Details on usage conventions, such as how to list items or specify characters in a function, are described elsewhere. See CLEM datatypes for more information.
Was the topic helpful?
0/1000