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
 
     ───01─┬─────────────┬──────────────────────────────────────────
             └─data-name-1─┘
 
      ─┬─────────────────────────────────────────────────────┬───────
        └─LINE─┬──────┬┬──┬─┬─integer-1─┬────────────────┬──┬─┘
               └NUMBER┘└IS┘ │           └─┬──┬─NEXT PAGE─┘  │
                            │             └ON┘              │
                            ├─PLUS integer-2────────────────┤
                            └─NEXT PAGE─────────────────────┘
 
      ─┬─────────────────────────────────────┬───────────────────────
        └─NEXT GROUP─┬──┬─┬─integer-3──────┬──┘
                     └IS┘ ├─PLUS integer-4─┤
                          └─NEXT PAGE──────┘
 
      ───TYPE IS─┬─┬─REPORT HEADING──┬──────────────────┬────────────
                  │ └─RH──────────────┘                  │
                  ├─┬─PAGE HEADING────┬──────────────────┤
                  │ └─PH──────────────┘                  │
                  ├─┬─CONTROL HEADING─┬─┬─data-name-2─┬──┤
                  │ └─CH──────────────┘ └─FINAL───────┘  │
                  ├─┬─DETAIL──────────┬──────────────────┤
                  │ └─DE──────────────┘                  │
                  ├─┬─CONTROL FOOTING─┬─┬─data-name-3─┬──┤
                  │ └─CF──────────────┘ └─FINAL───────┘  │
                  ├─┬─PAGE FOOTING────┬──────────────────┤
                  │ └─PF──────────────┘                  │
                  └─┬─REPORT FOOTING──┬──────────────────┘
                    └─RF──────────────┘
 
      ─┬────────────┬─DISPLAY──. ─ ──────────────────────────────────
        └─USAGE─┬──┬─┘
                └IS┘
                                    -♦-