SQL/MX Remote Conversational Interface (RMXCI) Guide for SQL/MX Release 3.1 (H06.23+, J06.12+)

Effect: The statement fails to run.
Recovery: To view the list of the prepared statements in the current session, run the show prepared
command.
29432
Invalid number of parameters for prepared statement stmt name .
Where stmt name is the statement name used in the prepare statement.
Cause: An incorrect number of parameters were specified for executing a prepared statement.
Effect: The statement fails to run.
Recovery: Specify the correct number of parameters and retry the command.
29433
Non-numeric value cannot be specified for numeric data type.
Cause: A nonnumeric value was specified for a column, defined as a numeric type.
Effect: The statement fails to run.
Recovery: Specify a numeric value and retry the command.
29434
Invalid IdleTimeout value. The value must be in the range 0-2147483647.
Cause: The value specified for set idletimeout command was not within the acceptable range.
Effect: The command fails to run.
Recovery: Specify a value within the acceptable range and retry the command.
29435
Invalid ListCount value. The value must be in the range 0-2147483647.
Cause: The value specified for set list_count command was not within the acceptable range.
Effect: The command fails to run.
Recovery: Specify a value within the acceptable range and retry the command.
29436
The specified statement does not exist in the history buffer.
Cause: There were no commands in the history buffer that matched the command pattern specified
in fc or repeat command.
Effect: The command fails to run.
Recovery: Specify a valid command from the history buffer and retry the command.
29437
The maximum size of the history buffer is 100.
Cause: The value specified for the history command exceeded 100.
Effect: The history command displays the warning. The last 100 commands in the history buffer
are returned, if the number of entered commands is greater than 100. All the commands in the
history buffer are returned, if the number of entered commands is less than or equal to 100.
Recovery: Specify a value that does not exceed 100 and retry the command.
29438
The history buffer is empty.
Cause: There were no commands in the history buffer. RMXCI session had just been started and
the first command was the history command.
Effect: The history command returns no entries.
124 Error messages