VMS Help
COBOL, DATA_DIVISION, clauses, Data-Name

 *Conan The Librarian

  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