cobol1.hlp (Topic list)
DISPLAY (↑ Statements)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Verb:         DISPLAY
 
  Function:     Sends data to a physical device, such as the screen.
 
  Syntax:       Which format?  Line at a time  Screen item
                                Full screen
 
               ┌───────────────────────────────────────────────────────────┐
               ▼                                                           │
  ───DISPLAY─┬─identifier-1─┬────                                       │
               └─literal-1────┘                                            │
                                                                           │
  ┬─────────────────────────────────────────────────────────────────────┬│
   ├─AT─┬────────────────────────────┬─┬────────────────────────────────┬┤ │
   │    └─LINE┬──────┬┬─identifier-2─┤ ├─COLUMN─┬┬──────┬┬─identifier-3─┤│ │
   │          └NUMBER┘└─integer-1────┘ └─COL────┘└NUMBER┘└─integer-2────┘│ │
   │                                                                     │ │
   └─AT─┬─identifier-4─┬─────────────────────────────────────────────────┘ │
        └─integer-3────┘                                                   │
                                                                           │
  ──┬────────────────────┬───┬─────────────────┬───────────              │
     └─UPON─┬─CRT───────┬─┘   └─MODE─┬──┬─BLOCK─┘                          │
            └─CRT-UNDER─┘            └IS┘                 ┌────────────────┘
                                                          │
  ─┬─────────────────────────────────────────────────────┬─
    │      ┌──────────────────────────────────────────┐   │
    │      ▼                                          │   │
    └─WITH─┬─┬─BELL─┬─────────────────────────────────┬───┘
           │ └─BEEP─┘                                 │
           ├─BLINK────────────────────────────────────┤
           ├─ERASE─┬─EOS─┬────────────────────────────┤
           │       └─EOL─┘                            │
           ├─GRID─────────────────────────────────────┤
           ├─┬─HIGHLIGHT─┬────────────────────────────┤
           │ └─LOWLIGHT──┘                            │
           ├─LEFTLINE─────────────────────────────────┤
           ├─OVERLINE─────────────────────────────────┤
           ├─REVERSE-VIDEO────────────────────────────┤
           ├─SIZE─┬──┬─┬─identifier-6─┬───────────────┤
           │      └IS┘ └─integer-4────┘               │
           ├─UNDERLINE────────────────────────────────┤
           ├─┬─FOREGROUND-COLOR──┬─┬──┬─integer-5─────┤
           │ └─FOREGROUND-COLOUR─┘ └IS┘               │
           ├─┬─BACKGROUND-COLOR──┬─┬──┬─integer-6─────┤
           │ └─BACKGROUND-COLOUR─┘ └IS┘               │
           ├─CONTROL─┬──┬─┬─identifier-7─┬────────────┤
           │         └IS┘ └─literal-2────┘            │
           └─BLANK─┬─SCREEN─┬─────────────────────────┘
                   └─LINE───┘
 
  ─┬─────────────┬──
    └─END-DISPLAY─┘
                                    -♦-