ALLBASE/SQL Message Manual (36216-90213)

42 Chapter2
ALLBASE/SQL Warning Messages
you have validated the module successfully in this
manner, you will then be able to use the VALIDATE
statement on this module.
2076 MESSAGE Failed to validate module !.!. (DBWARN 2076)
CAUSE The module specified does not exist.
ACTION Check module name in the SYSTEM.SECTION view or
with the ISQL LIST INSTALL command.
2077 MESSAGE Failed to validate module !.!.(!). (DBWARN
2077)
CAUSE An error occurred during validation process.
ACTION Check the other error messages generated.
2078 MESSAGE No modules to be validated. (DBWARN 2078)
CAUSE There are no modules to be validated.
ACTION You specified the ALL option, but there are no modules to
be validated.
2079 MESSAGE Failed to validate procedure !.!. (DBWARN
2079)
CAUSE A procedure specified by name in the VALIDATE
statement does not exist.
ACTION Check your spelling, and verify the procedure owner and
name, then reissue the VALIDATE statement.
2080 MESSAGE No procedure(s) to be validated. (DBWARN
2080)
CAUSE You issued a VALIDATE ALL PROCEDURES statement,
but there are no procedures to be validated.
ACTION No action is required.
2081 MESSAGE Warning(s) occurred processing statement !
during
procedure creation/validation. (DBWARN 2081)
CAUSE An SQL statement in the procedure could not be compiled
at procedure creation or validation time. The procedure
was created or validated, but the section corresponding to
the statement was stored as an invalid section.
ACTION Use the statement number in the message to determine
which procedure statement generated the warning. Refer
to the accompanying message or messages for more
information.
2082 MESSAGE LABEL ! defined but not used. (DBWARN 2082)
CAUSE A procedure statement label is not referenced in any
GOTO statement in the procedure.