Constants

A constant (also called a literal) specifies a value. Constants are classified as Start of changenull constants,End of change string constants, numeric constants, datetime constants, or Start of changeBoolean constantsEnd of change. String constants are further classified as character, graphic, or binary. Numeric constants are further classified as integer, floating-point, decimal floating-point, or decimal.

All constants, Start of changeexcept null constants,End of change have the attribute NOT NULL. A negative sign in a numeric constant with a value of zero is ignored.