|
Ok... I figured out what caused the SQL0805 error... <<SNIP>>
But now I get an SQL0312 error (Variable xxx not defined or usable),
except that no variable is noted. And the only variable in the SQL
is readily viewed when debugging the code in STRDBG.
"Variable not defined or not usable." Note: There are two
blanks after "Variable" where the 'bad' variable should be.
<<SNIP>>
The only variable in that SQL is defined using like() from the
table.
exec sql insert into local_machine.needles.test
(select * from remote_machine.needles.test
where key = :key );
dtest e ds extname(test)
d prefix(d_)
dtest_row ds
d key like(d_key)
Still struggling along.
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.