× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.


  • Subject: Re: Trigger Program
  • From: DAsmussen@xxxxxxx
  • Date: Tue, 28 Dec 1999 12:03:12 EST

Jeff,

In a message dated 12/28/99 8:20:48 AM Eastern Standard Time, 
jlcrosby@fwi.com writes:

> You're the first person, besides myself, that I have heard request
>  something like this.  What I have wished for is being able to have a
>  trigger program that is fired when the file is _closed_.  There are a
>  number of instances where a batch process dumps a bunch of records into
>  a file.  When that is done, I want the trigger to fire.  Not for each
>  record, but just once after all records have been added to the file.

How about this:
1.  Journal the file.
2.  Add the trigger to the file.
3.  STRCMTCTL LCKLVL(*CHG).
4.  COMMIT.
5.  CALL program that dumps a bunch of records into the file with the file 
open under commitment control.
6.  COMMIT (records are dumped en masse).
7.  ENDCMTCTL.

May have left something out, and this won't help if multiple jobs are 
updating the file, but it should work if the file is only updated by a batch 
program at night.  The trigger may still fire for every record, though, you'd 
have to test it.  I still don't understand why this is a desirable goal...

Regards,

Dean Asmussen
Enterprise Systems Consulting, Inc.
Fuquay-Varina, NC  USA
E-mail:  DAsmussen@aol.com

"I'd rather be a failure at something I enjoy than a success at something I 
hate." -- George Burns
+---
| This is the RPG/400 Mailing List!
| To submit a new message, send your mail to RPG400-L@midrange.com.
| To subscribe to this list send email to RPG400-L-SUB@midrange.com.
| To unsubscribe from this list send email to RPG400-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---


As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.