ISNORMAL Function

Purpose

When the argument with which it is invoked is not a 0 (zero), subnormal, infinity, or NaN, ISNORMAL returns a '1'B. For other invocations, it returns a '0'B.

Syntax

ISNORMAL(x)

Parameters

x
A FLOAT DECIMAL expression.

The -dfp compiler option (FLOAT DFP) must be in effect.