HP Neoview Messages Manual page 152

Table of Contents

Advertisement

Recovery
SQL 4129
4129 An IF statement should have the same set of output host variables
on both sides of IF THEN statement list and the ELSE statement list.
Cause
You specified an IF statement that does not have the same set of output host variables
on both sides of its IF THEN statement list and its ELSE statement list.
Effect
The operation fails.
Recovery
SQL 4130
4130 SIGNAL parameter 3 must be of type string
Cause
You specified a SIGNAL parameter of an incorrect type.
Effect
The operation fails.
Recovery
SQL 4133
4133 Both trim character and source have to be CHARACTER type.
Cause
The type of the trim source and trim character is not CHARACTER.
Effect
The operation fails.
Recovery
SQL 4134
4134 The operation (name) is not allowed. Try UNION ALL instead.
Cause
You attempted to perform an operation that the HP Neoview database software does
not allow.
Effect
The operation fails.
Recovery
SQL 4135
4135 In an INSERT-SELECT, each column in the ORDER BY clause must be
one of the columns in the selected list of the query. Column in error:
B.
Cause
You tried to SQL-compile an INSERT-SELECT statement that specified an ORDER
BY column that is not in the select list of the query.
Effect
The operation fails.
Recovery
select list of the INSERT-SELECT query and resubmit.
SQL 4136
4136 An outer SELECT was used in a DELETE [FIRST N] statement without
using the [LAST 1] clause.
Cause
An outer SELECT was used in a Delete [FIRST N] statement without using the
[LAST 1] clause.
Effect
The statement does not compile.
Recovery
152
Binder and Compilation Messages (4000 Through 4999)
Check the =_DEFAULTS define and resubmit.
Correct the syntax and resubmit.
Correct the syntax and resubmit.
Ensure that the type of the source and trim character is CHARACTER.
Try a UNION ALL operation and resubmit.
Omit the ORDER BY clause or specify an ORDER BY column that is also in the
Use a [LAST 1] clause in the outer SELECT.

Advertisement

Table of Contents
loading

Table of Contents