cobol1.hlp (Topic list)
Report Group Description Entry (↑ Statements)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Construct:    Report Group Description Entry
 
  Function:     Specifies the characteristics of a report group and of the
                individual items within a report group.
 
  Syntax:       Which format?  TYPE   level-no    PICTURE
 
    ───level-number─┬─────────────┬───────────────────────────────
                      └─data-name-1─┘
 
    ─┬─PICTURE─┬─┬──┬─character-string─────────────────────────────
      └─PIC─────┘ └IS┘
 
    ─┬────────────────────────┬────────────────────────────────────
      └┬────────────┬─DISPLAY──┘
       └─USAGE─┬──┬─┘
               └IS┘
 
    ─┬─────────────────────────────────────────────┬───────────────
      └─SIGN─┬──┬─┬─LEADING──┬─SEPARATE─┬─────────┬─┘
             └IS┘ └─TRAILING─┘          └CHARACTER┘
 
    ─┬────────────────────┬──────┬───────────────────────┬─────────
      └┬─JUSTIFIED─┬─RIGHT─┘      └─BLANK WHEN─┬─ZERO───┬─┘
       └─JUST──────┘                           ├─ZEROS──┤
                                               └─ZEROES─┘
 
    ─┬─────────────────────────────────────────────────────┬───────
      └─LINE─┬──────┬┬──┬─┬─integer-1─┬────────────────┬──┬─┘
             └NUMBER┘└IS┘ │           └─┬──┬─NEXT PAGE─┘  │
                          │             └ON┘              │
                          ├─PLUS integer-2────────────────┤
                          └─NEXT PAGE─────────────────────┘
 
    ─┬───────────────────────────────┬─────────────────────────────
      └─COLUMN─┬──────┬┬──┬─integer-3─┘
               └NUMBER┘└IS┘
 
    ─┬─SOURCE─┬──┬─identifier-1────────────────────────────────────────┬─
      │        └IS┘                                                     │
      ├─VALUE─┬──┬─literal-1────────────────────────────────────────────┤
      │       └IS┘                                                      │
      │ ┌─────────────────────────────────┐                             │
      │ │   ┌───────────┐      ┌──────────┐                             │
      │ ▼   ▼           │      ▼          │                             │
      └─SUM identifier-2──UPON data-name-2─┬───────────────────────────┬┘
                                           └─RESET─┬──┬─┬─data-name-3─┬┘
                                                   └ON┘ └─FINAL───────┘
 
    ─┬──────────────────┬────────────. ────────────────────────────
      └─GROUP─┬────────┬─┘
              └INDICATE┘
                                    -♦-