VMS Help
COBOL, PROCEDURE_DIVISION, DISPLAY, 1format_statement

 *Conan The Librarian

  The DISPLAY statement transfers low-volume data from the program to
  the default system output device or to the object of a mnemonic-name.
  The HP extensions to the DISPLAY statement (formats 2 and 3) are
  COBOL language additions that facilitate video forms design and data
  handling.

  Format 1 -

   DISPLAY { src-item } ... [ UPON output-dest ] [ WITH NO ADVANCING ]
                            [ WITH CONVERSION]
      [ END-DISPLAY ]

  Additional Information (explode) :

  Close     Help