|
>All I want is to take the trigger buffer and just dump >it to a file. I don't want any other processing to occurs. >The file I am trying to place triggers on is used very >extensively in the app. Batch updates, real-time >updates etc. 3000 bytes is the limit. >dataq is not an option on this project. The performance cost for a SBMJOB for every database update will be very high. Much better performance will result if you log the record "in line" rather than start a new job for each record. In your trigger program, declare an externally described data structure that matches the file you want to log and do a move and a write. A non-RPG alternative is to journal the file. --buck
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.