× 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: Changing triggers
  • From: "Rich Duzenbury" <rduz@xxxxxxxxxxxxxxxxxxx>
  • Date: Mon, 27 Mar 2000 15:20:07 -0600
  • Importance: Normal

I don't think they did anything special inside the generic trigger processor.  
From what I remember, they simply take the trigger buffer, load it into a 4 or 
5k field, and write it to a database.  

A batch job pulls in the record, and resignals the data to the appropriate 
trigger program(s).  There is at least one secondary trigger program that deals 
with handling the records for each file, and most of them at least reference 
the DDS of the original file so they can properly pull apart the buffer.

Regards,
Rich


-----Original Message-----
From: owner-rpg400-l@midrange.com [mailto:owner-rpg400-l@midrange.com]On
Behalf Of John P Carr
Sent: Monday, March 27, 2000 1:35 PM
To: RPG400-L
Subject: RE: Changing triggers




I would like to see how they accommodated the different buffer
layouts(Before/After image) based on the record length of each file evoking
the trigger.

John Carr
----------------------------------

One of the software vendors I work with has done this.

What they did was to build a generic trigger program, which they reference
on the ADDPFTRG command. The generic trigger when activiated writes it's
data to file.  A batch job waiting on the same file with an end of file
delay then refers to a table to determine which program(s) should be called
to re-signal the trigger.

Of course, the generic trigger program has to be well thought out, and
including extra program calls to re-signal the trigger does have a
performance penalty.  

AFAIK, these triggers are only *AFTER style triggers, just intended to let
another application or interface know that a record had been
added/changed/deleted.  

This setup was written in RPG III
Regards,
Rich
+---
| 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
+---

+---
| 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 ...

Replies:

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.