|
Giri If your aim is to monitor/analyse updates/writes to a particular file, why don't you journal the file, then display the journal to a pf ? Chris -----Original Message----- From: Buck Calabro [mailto:Buck.Calabro@commsoft.net] Sent: 13 September 2001 15:03 To: rpg400-l@midrange.com Subject: RE: What's the limit on the parameter to pass for a sbmjob >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 _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@midrange.com To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/cgi-bin/listinfo/rpg400-l or email: RPG400-L-request@midrange.com Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l.
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.