HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)

a- 17
------------------------------------------------------------------------------------
246 MESSAGE The SORTINIT intrinsic failed during SORT.
CAUSE The SORT statement encountered some system level problem.
ACTION Use the CCODE function to check the condition code returned by
SORTINIT and consult the
SORT-MERGE/XL General Users Guide
for
an explanation of the error condition.
------------------------------------------------------------------------------------
250 MESSAGE BEGIN REPORT does not reference a REPORT HEADER statement.
CAUSE The statement referenced by BEGIN REPORT is not a REPORT
HEADER.
ACTION Make sure BEGIN REPORT reference a REPORT HEADER statement.
------------------------------------------------------------------------------------
251 MESSAGE Report Writer is already active.
CAUSE A Report Writer has been executed more than once or more than
one report was active at one time.
ACTION Only one active Report is allowed at any one time. Stop the
active Report before starting another one.
------------------------------------------------------------------------------------
252 MESSAGE Duplicate Report Writer Section statement with line {line
number}.
CAUSE 1. A Report Writer Section which may only be defined once
within a report has been defined more than once.
2. Two or more HEADER N or TRAILER N statements use the same
value for N, resulting in two sections with the same level
number.
ACTION 1. Remove or consolidate sections so that only one such
section is defined in the report.
2. Change HEADER level values and TRAILER level values so that
each level is used only once.
------------------------------------------------------------------------------------
253 MESSAGE Duplicate Report Writer Block statement.
CAUSE 1. More than one of the following occurs in a report
definition: PRINT DETAIL IF, GRAND TOTALS, PAGE LENGTH, PAUSE
AFTER, SUPPRESS PRINT AT, SUPPRESS PRINT FOR, LEFT MARGIN
2. TOTALS ON occurs in both a HEADER and a TRAILER section
with the same level number, or more than one TOTALS ON
statement occurs within one section.
3. Two or more BREAK WHEN or BREAK IF statements are defined
at the same level number.
ACTION 1. Remove the duplicate statements.
2. Consolidate the TOTALS ON statements for a section into one
statement. Include this in either the HEADER or TRAILER
statement, but not both.
3. All BREAK statements must specify different levels. Change
the level numbers to ensure that each BREAK WHEN and BREAK IF
statement refers to a unique level.
------------------------------------------------------------------------------------
254 MESSAGE 1. Blank lines specified are larger than page size.
2. Blank lines value out of the range 0 to 255.