Nulls

Description

Client-Library allows parameters to have a “null” value; that is, to contain no information, not even blanks. A null value is usually represented in COBOL by LOW-VALUES.

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-FMT-PADNULL pads with LOW-VALUES; CS-FMT-PADBLANK pads with blanks.