Master Mainframe Technologies - COBOL, JCL, DB2, VSAM, CICS & More
ABEND Codes SQLCODEs File Status Interview Prep Contact
← Back to SQLCODE Reference
Error

SQLCODE -601

Duplicate object name

Explanation

Object with this name already exists.

Solution

Use different name, drop existing object first, or use CREATE OR REPLACE.

Example

CREATE TABLE when table exists