Nulls

Description

Client-Library allows parameters to have a “null” value — that is, to contain no information, not even blanks. In PL/1, a null value is usually represented by zeroes.

NULL and unused parameters

There are several rules for assigning null values to arguments:

Padding with NULLs

The FMT_FORMAT field of the DATAFMT structure of CTBBIND can be padded with either blanks or nulls. CS_FM_PADNULL pads with zeroes; CS_FM_PADBLANK pads with blanks.