DSNU767I csect-name - INVALID object-name IS SPECIFIED, REASON reason-code

Explanation

The CATMAINT utility encountered an invalid object name during update processing.

csect-name
The name of the control section that issued the message.
object-name
The invalid name, which corresponds to the specific CATMAINT UPDATE option.
CATMAINT UPDATE OWNER
The name identifies an object owner.
CATMAINT UPDATE SCHEMA
The name identifies an owner, creator, or schema.
CATMAINT UPDATE VCAT
The name identifies an integrated catalog facility catalog.
reason-code
The reason for the message or SQL code, indicated by one of the following values:
1
The name cannot be longer than 8 bytes in EBCDIC representation.
2
The name cannot be specified more than once.
3
The name cannot be the qualifier of an existing object.
4
The name SYSIBM is not allowed.
6
The OWNER and SCHEMA clauses are mutually exclusive, and cannot be specified in the same CATMAINT UPDATE statement.
7
The OWNER option is specified, but no role is present. The user must run under a trusted context.
8
A name cannot be referenced in check conditions.
9
The name is too long to fit in PATHSCHEMA. PATHSCHEMA cannot exceed 2048 bytes.
Start of change10End of change
Start of changeThe name cannot be the qualifier of an existing expression-based index, column mask, materialized query table, or row permission. The SYSDEPENDENCIES catalog table BSCHEMA column is used for existence checking.End of change
Start of change11End of change
Start of changeThe name cannot be the qualifier of an existing trigger, materialized query table, or native SQL procedure. The SYSPACKDEP catalog table BQUALIFIER column is used for existence checking.End of change
Start of change12End of change
Start of changeThe name cannot be the qualifier of an existing native SQL procedure or SQL function. The SYSROUTINES catalog table SCHEMA column is used for existence checking.End of change
Start of change13End of change
Start of changeThe name cannot be the qualifier of an existing trigger. The SYSTRIGGERS catalog table SCHEMA column is used for existence checking.End of change
Start of change14End of change
Start of changeThe name cannot be the qualifier of an existing view, SQL function, or materialized query table. The SYSVIEWDEP catalog table BCREATOR column is used for existence checking.End of change
Start of change15End of change
Start of changeThe name cannot be the qualifier of an existing view, SQL function, or materialized query table. The SYSVIEWS catalog table CREATOR column is used for existence checking.End of change

System action

The utility terminates with return code 8.

User response

Remove or modify the invalid name, and then rerun the utility.

Severity

8 (error)