ContentsIndexPreviousNext

Example with Output

You don't have to use a table data-item when you're doing output:

SCREEN SECTION.
01  LINES-SCREEN.
    03  "-" OCCURS 10 TIMES.

This would cause "----------" to be displayed. This is an example of rule 4, where no OCCURS clause applies to the source item.