VMS Help  —  COBOL  PROCEDURE_DIVISION, DISPLAY  1format_statement
  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 extract

src-item
output-dest
Close Help