PCB-00235: Table size mismatch in INTO/USING. Minimum is: number
Answer / guest
Cause: The size of a table variable in an INTO/USING clause
of a dynamic EXECUTE statement has been ARRAYLEN...EXECUTE'd
while the other host variable has not and is not a table of
dimension 1 or a plain non-table host variable. Example: 01
X PIC X(10) OCCURS 10. 01 Y PIC S9(4) COMP OCCURS 10. 01 Z
PIC S9(4) COMP. ... EXEC SQL ARRAYLEN X (DIM) EXECUTE
END-EXEC. ... EXEC SQL EXECUTE S1 USING :X, :Y END-EXEC. <--
error EXEC SQL EXECUTE S1 USING :X, :Z END-EXEC. <-- ok
Please note that this error differs from 233 in that it is
an ERROR not a WARNING.
Action: ARRAYLEN...EXECUTE all of the table variables in the
INTO/USING clause or those host variables not
ARRAYLEN...EXECUTEd need to be of dimension 1.
Please add more information about this Error
| Is This Answer Correct ? | 0 Yes | 0 No |
CLSR-00507: The length of the facility name string exceeds the limit (number)
DRG-11511: specified table does not contain a LONG RAW column
ORA-27148: spawn wait error
AMD-00154: Cannot delete session object "string" in Workspace "string"
TNS-04016: Connecting to string
ORA-14175: a subpartition maintenance operation may not be combined with other operations
LSX-00118: fixed facet value cannot be changed
TNS-12550: TNS:syntax error
ORA-02297: cannot disable constraint (string.string) - dependencies exist
ORA-13781: The tuning task does not exist.
LPX-00105: element "~S" is not empty as required by the DTD
ORA-13215: window object is out of range