HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 19
the page header and page trailer sections is too large for the
size of page you are using.
ACTION Adjust the line specification on the PAGE LENGTH, PAGE HEADER,
or PAGE TRAILER statements so that at least three lines are
left on the page after subtracting out blank top, blank bottom,
header size, and trailer size.
------------------------------------------------------------------------------------
259 MESSAGE Illegal execution of a Report Description section statement.
CAUSE All GOSUB statements activated from a Report Writer section
have not returned before the end of the section has been seen.
The end of the report writer section is marked by the execution
of any Report Section statement (HEADER, END REPORT
DESCRIPTION).
ACTION The program logic must be changed so that all GOSUBs have been
RETURNed from before the next report section statement is
executed.
------------------------------------------------------------------------------------
260 MESSAGE Insufficient space for printed output within the current page.
CAUSE 1. There are no lines left on the page for Report Writer
output before the PAGE TRAILER or bottom blank lines are
printed.
2. The PAGE TRAILER prints more lines than are reserved.
ACTION 1. Check the size of the PAGE. Make sure that all Report
Section statements use the WITH <number> LINES clause, and that
the number of lines includes all output produced by the Report
Section. Make sure that DETAIL LINE uses the WITH clause and
that it includes all output which may occur before the next
DETAIL LINE or Report Section. Output from PRINT, PRINT USING,
and COPYFILE is considered report output. DISP, DISP USING,
DISP, and all Business BASIC system output (such as CAT, error
messages) are not considered report output.
2. Change the number of lines reserved in the WITH clause, or
change the number of lines printed by the PAGE TRAILER section.
------------------------------------------------------------------------------------
261 MESSAGE Left margin specified is less than 1 or greater than printer
width.
CAUSE 1. LEFT MARGIN is set to 0 or less.
2. LEFT MARGIN is too close to the right margin for output
device.
3. LEFT MARGIN is too close to the right margin of COPY ALL
OUTPUT device.
ACTION 1. Set value to at least 1.
2. Set value to (at most) one tab stop (20 characters) from
the right margin.
3. LEFT MARGIN must also be at least one tab stop less than
the device size of the COPY OUTPUT device. Change the value of
left margin, turn off COPY ALL OUTPUT, or change the size of
COPY device.
------------------------------------------------------------------------------------
264 MESSAGE Level number is out of the range 1 through 9.
CAUSE 1. The level number is less than zero or greater than nine in
one of the following: HEADER, TRAILER, BREAK WHEN, BREAK IF,
SUPPRESS PRINT AT.