ALLBASE/SQL Message Manual (36216-90213)

Chapter 2 63
ALLBASE/SQL Warning Messages
result set
(DBWARN 23040). In other words, the procedure
includes at
least one SELECT statement with no INTO
clause. This feature
is not supported under the target version of
ALLBASE/SQL, so
this procedure will be dropped during the
migration.
CAUSE A backward migration was PREVIEWED when this
message was issued. User data which takes advantage of
functionality that is not present in the target release has
been detected.
ACTION If you need to transfer this procedure to the target release,
use the SQLGEN GEN PROCEDURE command.
23050 MESSAGE WARNING - Procedure !.! has a multiple row
result set
(DBWARN 23050). In other words, the procedure
includes at
least one SELECT statement with no INTO
clause. This feature
is not supported under the target version of
ALLBASE/SQL, so
this procedure is being dropped.
CAUSE A backward migration was in progress when this message
was issued. User data which takes advantage of
functionality that is not present in the target release has
been detected.
ACTION No action is necessary. If you need to recover the
procedure, the backup version of the DBEnvironment
must be restored. If you need to transfer this procedure to
the target release, use the SQLGEN GEN PROCEDURE
command.
23060 MESSAGE WARNING - Table !.! has more than 255
columns, which is not
supported under the target version of
ALLBASE/SQL(DBWARN 23060).
This table will be dropped during the
migration.
CAUSE A backward migration was PREVIEWED when this
message was issued. User data which takes advantage of
functionality that is not present in the target release has
been detected.
ACTION If you need to transfer this data to the target release, use
the ISQL UNLOAD EXTERNAL command.