SQL/MX 2.x Messages Manual (G06.24+, H06.03+)
MXCI Messages (15000 through 15999)
HP NonStop SQL/MX Messages Manual—523730-004
14-73
SQL 15546
Cause. You specified a heading clause that resulted in an item heading spanning
more than 15 lines.
Effect. Although the command is accepted at parser level, it will fail at build time.
Recovery. Specify the heading clause with fewer “newline” characters.
SQL 15547
Cause. The column ID that you specified was a detail-alias name. In this command, a
column ID must be a column name, COL n, or an alias name.
Effect. The operation fails.
Recovery. Reissue the command using only a column name, COL n, or an alias
name.
SQL 15548
Cause. The right margin value that you specified did not exceed the left margin value,
so the line width was less than or equal to zero.
Effect. The last margin value specified is ignored.
Recovery. Specify values that result in a right margin greater than the left margin.
SQL 15549
Cause. You specified a nonnumeric column in a TOTAL or SUBTOTAL command.
Only numeric columns can be totaled or subtotaled.
Effect. The command is ignored.
Recovery. Reissue the command, using only numeric columns.
15546 Headings cannot span more than 15 lines.
15547 name is a detail-alias-name. It not allowed in this
command.
15548 The right margin does not exceed the left margin.
15549 column is nonnumeric. All total and subtotal items must
be numeric.