Control Data Corporation 3300 Reference Manual page 163

Computer systems usasi cobol/ master
Table of Contents

Advertisement

5.2.2
REPORT
DESCRIPTION ENTRY
5-6
The REPORT clause cross references the report description entries with
associated file description entries:
1
REPORT IS
l
REPORTS ARE, report-name-l [, report-name-2] ...
The REPORT clause is required in the file description entry if the file is
an output report or
if
it is to contain output report records. Each report
name listed in the FD entry must be the subject of a report description
(RD) entry in the Report Section. The presence of more than one report
name indicates that the file contains more than one report. These reports
need not have the same description and the order in which they are listed
is not significant.
The Report Description defines the physical structure and identification of
a named report.
Format 1:
RD report-name-1 [WITH CODE mnemonic-name] COpy library-name.
This format is used only when the complete RD entry is contained in the
COBOL library.
Format 2:
RD report-name-2 [WITH CODE mnemonic-name-2]
r \
CONTROL IS
j
{
FINAL
I;
~
CONTRO
T
S •
R""~
identifier-l [identifier-2]
L
I
I
L
1\.r..)
FINAL identifier-l [identifier-2]
[
[1
LIMIT IS
l].
1
LINE
l
; PAGE
LiMITs
ARE,
mteger-l
LINES,
[HEADING integer-2]
]
[FIRST DETAIL integer-3]
[LAST DETAIL integer-4]
[FOOTING integer-5]
II
... ) J
The level indicator RD which identifies the Report Description must precede
the report name. The report name must appear in a REPORT clause of an
FD entry. All semicolons are optional in the Report Description. but the
entry must be terminated by a period.
60229400

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the 3300 and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

3500

Table of Contents