VMS Help
COBOL, PROCEDURE_DIVISION, DISPLAY, 3format_screen_section_extensions

 *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 3 -

   DISPLAY screen-name

      [    {| LINE NUMBER { line-num }     |} ]
      [    {|             { line-id  }     |} ]
      [ AT {|                              |} ]
      [    {| COLUMN NUMBER { column-num } |} ]
      [    {|               { column-id  } |} ]

      [ END-DISPLAY ]

  Additional Information (explode) :

  Close     Help