SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual—523730-004
14-67
Recovery. Revise the TOTAL, SUBTOTAL, or DETAIL command so that all of the
TOTAL items also appear in the DETAIL print list.
SQL 15521
Cause. You specified a SUBTOTAL command, but there are no break columns to
subtotal.
Effect. The operation fails.
Recovery. Enter a BREAK command or delete the SUBTOTAL command by using
RESET.
SQL 15522
Cause. A BREAK, SUBTOTAL, or TOTAL command was specified after some rows
were listed, and then a LIST NEXT command was specified, as in the following
sequence: SELECT; LIST FIRST n; BREAK ON...;LIST NEXT n.
Effect. Instead of listing the next n rows, the report is started over from the first row.
Recovery. Informational message only; no corrective action is needed.
SQL 15523
Cause. The value that you specified for the SPACE option was not in the range 0
through 255.
Effect. The DETAIL command fails.
Recovery. Correct the value of SPACE and resubmit.
SQL 15524
Cause. The value that you specified for the TAB clause was less than the left margin
or greater than the right margin.
15521 You have a SUBTOTAL command but not a BREAK command.
The SUBTOTAL command is being ignored.
15522 Because of the new report definition command(s), the
report is being regenerated from the start.
15523 The value of SPACE is out of range. The valid range is
0 through 255.
15524 The value of TAB is out of range. The valid range is
the set of values from left margin to right margin.