|
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.
???
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.