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

29419
No views found.
Cause: There were no views present in the current catalog and schema or there were no views
that matched the specified pattern.
Effect: The show views command does not return any entries.
Recovery: Verify that you are in the correct catalog and schema by issuing an env or a show
catalog and show schema commands. Set the correct catalog and schema.
29423
No procedures found.
Cause: There were no procedures present in the current catalog and schema or there were no
procedures that matched the specified pattern.
Effect: The show procedures command does not return any entries.
Recovery: Verify that you are in the correct catalog and schema by issuing an env or a show
catalog and show schema commands. Set the correct catalog and schema.
29427
No prepared statements found.
Cause: There were no prepared statements present in the current catalog and schema or there
were no procedures that matched the specified pattern.
Effect: The show prepared command does not return any entries.
Recovery: Verify that you are in the correct catalog and schema by issuing an env or a show
catalog and show schema commands. Set the correct catalog and schema.
29428
No parameters found.
Cause: Parameters were not set for the current session or there were no parameters that matched
the specified pattern name.
Effect: The show param command does not return any entries.
Recovery: Not applicable.
29429
Spooling is already ON.
Cause: An attempt was made to enable the log or spool option when log or spool option was
already enabled.
Effect: None.
Recovery: Not applicable.
29430
Spooling is already OFF.
Cause: An attempt was made to disable the log or spool option when log or spool option was
already disabled.
Effect: None.
Recovery: Not applicable.
29431
Prepared statement stmt name was not found.
Where stmt name is the statement name used in the prepare statement.
Cause: An attempt was made to run a nonexistent prepared statement.
123