|
On 4/26/2016 12:53 PM, Charles Wilt wrote:
You need the JDBC settings in Run SQL Scripts to be set to
naming=*SYS.
That's the only way to use the LIBL to find unqualified tables.
Completely agree.
With naming=*SQL, unqualified tables are implicitly qualified with
your user ID. Thus it looks for the file in MKOESTER.
Almost completely agree. If I do:
set schema production;
select * from masterfile;
I will get results from the table in the PRODUCTION library. This
works fine is all of the interesting tables are in the same library.
If the tables are in multiple libraries, NAMING *SYS is the only sane
way to handle that.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.