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
Using CLEM, you can specify that certain values in a field are to be regarded as "blanks," or missing values.
The following functions work with blanks.
Function | Result | Description |
---|---|---|
|
Boolean | Returns true for all records whose values are blank according to the blank-handling rules set in an upstream Type node or Import node (Types tab). |
|
Any | Returns the last value for FIELD that was not blank, as defined in an upstream Import
or Type node. If there are no nonblank values for FIELD in the records read so far,
is returned. Note that blank values, also called user-missing values, can be
defined separately for each field. |
|
Boolean | Returns true if the value of FIELD is the system-missing
Returns false for all other values, including user-defined blanks. If you want to check for both,
use and . |
|
Any | Used generally in CLEM to enter a value—for example, to fill blank
values with nulls in the Filler node. |
Blank fields may be "filled in" with the Filler node. In both Filler and
Derive nodes (multiple mode only), the special CLEM function
refers to the
current field(s) being examined. @FIELD
Was the topic helpful?
0/1000