MISCELLANEOUS

Describe miscellaneous report options

MISCELLANEOUS [LINES PERPAGE lines] [NUMBLANK LINES blank_lines] 
[NUMBRKBLANK LINES brk_blank_lines] [BREAK COUNT] [NODATE ANDPAGNUM] 
[NODETAIL LINES] [NORECORD COUNT] [NOFORMFEED] [NODASHED LINES] 
[NOTOTAL DESCR] [REPORT DESCR "description"]

LINES PERPAGE lines

(optional) The number of lines per page in the report. The default and the maximum is 66.

NUMBLANK LINES blank_lines

(optional) The number of blank lines between data records. The default is 0.

NUMBRKBLANK LINES brk_blank_lines

(optional) The number of blank lines between break sets. The default is 2.

BREAK COUNT

(optional) Indicates that the report should include the number of breaks that occurred for each break (sort) level. If your report has only one break level, the break field count appears at the end of the report. If your report has more than one break level, a break field count appears at the end of each break level (except for the lowest level).

NODATE ANDPAGNUM

(optional) Indicates that no date or page number will be printed in the report’s page headers.

NODETAIL LINES

(optional) Indicates that no detail lines will be printed in the report.

NORECORD COUNT

(optional) Indicates that the total record count in the report will not be printed.

NOFORMFEED

(optional) Indicates that blank lines will be issued for the remaining lines on a report page rather than issuing a form feed.

NODASHED LINES

(optional) Indicates that no dashed lines will be printed above a totaled field.

NOTOTAL DESCR

(optional) Indicates that the break and report summary total descriptions will not be printed.

REPORT DESCR “description”

(optional) The report summary description. The maximum size is 64 characters.

The MISCELLANEOUS statement defines global ReportWriter settings and can be set only once per report.

MISCELLANEOUS LINES PERPAGE 50
MISCELLANEOUS NOFORMFEED NODETAIL LINES 
REPORT DESCR "Test Report Summary"
MISCELLANEOUS NODASHED LINES NOTOTAL DESCR