isNull()

Returns TRUE if the object is tagged as null, otherwise FALSE. This is the case for null valued input variables read from the input stream.

Syntax

Boolean isNull()

Usage

For backward compatibility, null values do not have special behavior when used with the various operators. Specifically a numeric input variable that is null behaves in arithmetic like the 0 value.