HP Business BASIC/XL Reference Manual - HP 3000 MPE/iX Computer Systems - Edition 1 (32715-90001)
a- 12
ACTION Change the SELECT and CASE statements to use data of the same
type.
------------------------------------------------------------------------------------
151 MESSAGE This statement cannot occur in this report section
CAUSE The interpreter has detected a statement in a report section
that does not belong there. This error is part of error 157,
VERIFY error.
ACTION Delete the statement.
------------------------------------------------------------------------------------
152 MESSAGE Structured construct mismatch with lines N and M.
CAUSE A multi-line construct is mismatched in its begin and end. For
instance, an multi-line IF is closed with an ENDWHILE statement
or vice versa. This error is part of error 157, VERIFY error.
ACTION Add the necessary statement.
------------------------------------------------------------------------------------
153 MESSAGE Structured construct error with line N.
CAUSE The interpreter has detected a statement that is not meaningful
in that context. For instance, an ELSE statement found in the
program that is not part of any multi-line IF statement. This
error is part of error 157, VERIFY error.
ACTION Delete line N.
------------------------------------------------------------------------------------
154 MESSAGE GRAND TOTALS must go in REPORT HEADER, REPORT TRAILER or REPORT
EXIT.
CAUSE The GRAND TOTALS statement is in the wrong part of a report
writer section. This error is part of error 157, VERIFY error.
ACTION Move this line to the appropriate section.
------------------------------------------------------------------------------------
155 MESSAGE TOTALS must go in HEADER or TRAILER section.
CAUSE The TOTALS line is in the wrong section of the Report Writer
code. This error is part of error 157, VERIFY error.
ACTION Move the TOTALS line to the appropriate section.
------------------------------------------------------------------------------------
156 MESSAGE This statement must occur within a report definition.
CAUSE The interpreter detected a statement in the report description
section that should be in the report definition section. This
error is part of error 157, VERIFY error.
ACTION Remove the statement.
------------------------------------------------------------------------------------
157 MESSAGE VERIFY error(s) in program.
CAUSE The interpreter, before executing your program, must first
verify that the program is correctly structured. Any errors
detected during VERIFY are reported separately, followed by
this error message.
ACTION Correct the error indicated and re-run the program.
------------------------------------------------------------------------------------
158 MESSAGE This statement may not be used in a report definition.