|
I've been using a REXX procedure for updating with SQL by simply
passing the SQL that I want to execute. Now I want to use it to
execute CREATE TABLE, but I get the message
Table REFER00001 de QTEMP incorrecte pour cette opération.
I think there's something up with the commitment control. I usually
just put with NC on the end but here there's already _With Data_ in
my command.
What's the syntax for using SET in the REXX procedure ?
Here's my call to REXX :
STRREXPRC SRCMBR(EXECSQL) SRCFILE(QREXSRC)
PARM('create table mytable as
( SELECT * from myothertable ) with data with nc')
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.