|
My email is wjmoore@xxxxxxxxxxxxxxx Thank you, William.. -----Original Message----- From: ttufankj@xxxxxxxxx [mailto:ttufankj@xxxxxxxxx] Sent: Wednesday, August 27, 2003 9:24 AM To: RPG programming on the AS400 / iSeries Subject: Re: trigger error help I can email you outside the mailing list, a sample program if you provide me with your email address. "Willie J. Moore" <WJMoore@xxxxxxxxxxxxxxx> Sent by: rpg400-l-bounces@xxxxxxxxxxxx 08/27/2003 11:24 AM Please respond to RPG programming on the AS400 / iSeries <rpg400-l@xxxxxxxxxxxx> To <rpg400-l@xxxxxxxxxxxx> cc Subject trigger error help I am having trouble with a 'trigger' program. This is my first try. Here is what I am trying to do. I have a physical file (slitmtot) that when a record is added a CL program is called. The CL notifies QC that a record has been entered. Enclosed is a copy of the trigger and CL. I am getting the following error: CPF502B, with an error code of 2 = *after *insert trigger. I did CHGJOB LOG(4 0 0 *SECLVL) and ran job. The error was happening at the write statement (RMAJOBNO), and that there is a Data Decimal Error. I am not passing any data to the program that the trigger is calling. If I remove the trigger, the program runs fine. Any help would be greatly appreciated. Willie Moore California Fine Wire, Co. TRIGGER: ADDPFTRG FILE(TESTFILE/RMAJOBNO) TRGTIME(*AFTER) TRGEVENT(*INSERT) PGM(WJMWORK/RMANOTIFY) CL: RMANOTIFY: PGM DSPPGMMSG MSG('A RECORD HAS BEEN ENTERED') MSGTYPE(*RQS) ENDPGM: _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/rpg400-l. _______________________________________________ This is the RPG programming on the AS400 / iSeries (RPG400-L) mailing list To post a message email: RPG400-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/rpg400-l or email: RPG400-L-request@xxxxxxxxxxxx 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.