|
Hello,got
I have an SQLRPGLE program that first calls a procedure to insert records
into File A. I then have another procedure that is called repeatedly for
different files. This procedure uses dynamic SQL to insert records into
different files using certain criteria along with File A. Then it uses
dynamic SQL to delete the same records it inserted, also using File A.
My program will run okay for a few files, then it just hangs up on the
insert or delete portion of the SQL. I have put it in debug and it remains
on the execute statement, it isn't looping within the program. There is
nothing changing in the call stack or open files. I removed the file it
hung up on and ran it again. It will run then it will hang up on adifferent
file.it
Is there something specific that needs to be done in my program to allow
to properly handle repeated dynamic SQL's? I can include portions of mycode
if helpful. I am not using cursor open/close. I just have Prepare and
Execute statements.
Any help would be appreciated.
Thanks,
Kelly
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.