You cannot change the table name with CREATE OR REPLACE TABLE.
If you want to rename your Table, you need the RENAME Statement:
Rename Table YourSchema.YourFile
To Your_Long_SQ_Table_Name For System Name YourFile;
Mit freundlichen Grüßen / Best regards
Birgitta Hauser
Modernization ? Education ? Consulting on IBM i
Database and Software Architect
IBM Champion since 2020
"Shoot for the moon, even if you miss, you'll land among the stars." (Les
Brown)
"If you think education is expensive, try ignorance." (Derek Bok)
"What is worse than training your staff and losing them? Not training them
and keeping them!"
"Train people well enough so they can leave, treat them well enough so they
don't want to. " (Richard Branson)
"Learning is experience ? everything else is only information!" (Albert
Einstein)
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Mark
Murphy
Sent: Thursday, 8 February 2024 15:37
To: Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: I have come across an interesting SQL issue
Maybe someone can explain this.
create or replace table usr_initial_program_override
FOR SYSTEM name INLPGM
(prefix char(2) default ' ' primary key,
library char(10) default ' ' not null,
name char(10) default ' ' not null
);
The above fails with SQL Error [42710]: [SQL0601]
USR_INITIAL_PROGRAM_OVERRIDE in JMMLIB type *FILE already exists.
It doesn't exist, I *ALLOBJ on this box, and I can't find it using WRKOBJ or
by querying SYSTABLES. In addition:
SELECT * FROM jmmlib.usr_initial_program_override;
Fails with SQL Error [42704]: [SQL0204] USR_INITIAL_PROGRAM_OVERRIDE in
JMMLIB type *FILE not found.
If I change the SQL file name, it works. I have 2 files this happened with,
both ended with override, and when I changed the override part of the name
to ovrd, they started working.
???
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe,
unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related
questions.
As an Amazon Associate we earn from qualifying purchases.