×
The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.
On 26 Feb 2013 12:38, rob@xxxxxxxxx wrote:
<<SNIP>>
embedded sql:
exec sql create table qtemp/deleteme as (select * from aaakey) with data;
AAAKEY in *LIBL type *FILE not found.
<<SNIP>>
Try a DML-only statement, instead of the DDL CREATE TABLE. That
should work.
I seem to recall in some old release(s) whereby a DDL statement did
not honor an override for a select-statement. But IIRC, that same issue
was /corrected/ so that the override was honored.
However when I tried the equivalent to the above on v5r3, I get the
same -204. Perhaps my memory of no SQL0204 for the files on the FROM
clause of the SELECT on a DDL SQL CREATE TABLE is incorrect. I was not
successful in finding any doc about OVRDBF and DDL or Overrides and DDL
when searching InfoCenter... but surely such a notation is there, if
indeed the error condition is correct.
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.