|
VMS Help COBOL, DATA_DIVISION, rg_report-group-description-entry, 1format_01 *Conan The Librarian |
The Report Group Description entry specifies the characteristics of a
report group and of the individual items within a report group.
Format 1 -
01 [ group-data-name ]
[ LINE NUMBER IS { line-num [ ON NEXT PAGE ] } ]
[ { PLUS line-num-plus } ]
[ { next-group-line-num } ]
[ NEXT GROUP IS { PLUS next-group-line-num-plus } ]
[ { NEXT PAGE } ]
[ { REPORT HEADING } } ]
[ { RH } } ]
[ { PAGE HEADING } } ]
[ { PH } } ]
[ { CONTROL HEADING } { control-head-name } } ]
[ { CH } { FINAL } } ]
[ TYPE IS { DETAIL } } ]
[ { DE } } ]
[ { CONTROL FOOTING } { control-foot-name } } ]
[ { CF } { FINAL } } ]
[ { PAGE FOOTING } } ]
[ { PF } } ]
[ { REPORT FOOTING } } ]
[ { RF } } ]
[ [ USAGE IS ] DISPLAY ] .
|
|