|
This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible. -- [ Picked text/plain from multipart/alternative ] Hi Piotr, As mentioned previously, this is probably not an MI subject unless you were wanting to intercept SEPT calls to system I/O functions or something. Less drastic methods would be: If you want to "catch this string" before the record is written to the database, you could write a trigger program to handle the before insert event and add the trigger program to your file. If you want to "catch this string" after the record is written to the database, but synchronously, you could write a trigger program to handle the after insert event and add the trigger program to your file. If you want to "catch this string" after the record is written to the database, but asynchronously, you could either journal the file and process the journal in a separate job, or write a trigger program to handle the after insert event that sends an entry to a data queue or submits a separate job to do the processing and add the trigger program to your file. More information on these topics is available in IBM documentation by searching on "trigger", "journal", "data queue", similarly the archives of the various midrange lists at midrange.com. Regards, Kevin W. > -----Original Message----- > From: Piotr Nowak [mailto:nowak18@poczta.onet.pl] > Sent: Tuesday, 19 March 2002 8:58 > To: mi400@midrange.com > Subject: [MI400] String... > > > HI ! > For example in RPG program I have: > > write record > > I press ENTER and what's AS/400 do ??? > I want catch this string, and change some information in this > string... > How can I do this ???? > PLEASE HELP ME :-) > > REGARDS > Piotr > > > > -- > > Okresl Swoje potrzeby - my znajdziemy oferte za Ciebie! > [ http://oferty.onet.pl ] > > _______________________________________________ > This is the MI Programming on the AS400 / iSeries (MI400) mailing list > To post a message email: MI400@midrange.com > To subscribe, unsubscribe, or change list options, > visit: http://lists.midrange.com/cgi-bin/listinfo/mi400 > or email: MI400-request@midrange.com > Before posting, please take a moment to review the archives > at http://archive.midrange.com/mi400. >
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.