HELPLIB.HLB  —  COBOL  DATA_DIVISION, clauses  Data-Name
  Data-name specifies a data item that your program can explicitly
  reference.  FILLER specifies an item that cannot be explicitly
  referenced.

  Format -

   [ data-name ]
   [ FILLER    ]
Close Help