|
Gurrieri, On 13 May 2002 at 10:13, Gurrieri Fabrizio wrote: > The trigger events spring only from insert, update or delete permormed by an >application program or also by sql, DFU, and so on... operation??? > The event is what causes the trigger to "fire". The source of the event can by anything that precipitates the event. Program, DFU, SQL, ODBC, anything. > I need to debug a trigger pgm but I don't know what is the subsystem into >the trigger pgm run ? > Triggers run in the call stack of the program that fires them. Strdbg on your trigger, and do something that will fire it (interactively) like DFU. You can also debug a trigger called by a batch process using strsrvjob on the batch job. This works fine if the program is ILE, but if it's OPM it's a little trickier. --Chris
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.