HELPLIB.HLB  —  COBOL  DATA_DIVISION, clauses  BLANK_WHEN_ZERO
  THE BLANK WHEN ZERO clause replaces zeroes with spaces when a data
  item's value is zero.  In the context of the Screen Section, it
  displays spaces when the value of a screen item to be displayed on
  the screen is zero.

  Format -

   BLANK WHEN ZERO
Close Help