×
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.
What do you think a monitor block is.
--
Duane Christen
Senior Software Engineer
(319) 790-7162
Duane.Christen@xxxxxxxxxx
Visit PAETEC.COM
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of Dieter Bender
Sent: Thursday, September 02, 2010 9:59 AM
To: Midrange Systems Technical Discussion
Subject: Re: Error handling between ILE modules
Hi,
IMHO an exception Handler is old style, modern style (the java style) would be to throw an Exception (translated to RPG: send an escape message with QMHSNDPM to the program boundary) up the callstack in all SQLRPGLE Modules and in your controlling programm you catch the Exception and handle it (translated to RPG: you would have a monitor block, translated to CL you would have a MONMSG)
D*B
Am Mittwoch 01 September 2010 21:42 schrieb Loyd Goodbar:
I have a new ILE program composed of a CLLE driver module and multiple
(SQL)RPGLE modules. It implements a one-way process over data for
first-of-the-month processing; we are automating a manual process. If
an error should occur in any of the modules, I would like control
passed to a module to perform cleanup (displaying the job log, send an
email, start ended subsystems) and abort the program.
What is the best way to go about this? Do I need to write an exception
handler and attach to each module?
Thanks,
Loyd
--
mfG
Dieter Bender
DV-Beratung Dieter Bender
Wetzlarerstr. 25
35435 Wettenberg
Tel. +49 641 9805855
Fax +49 641 9805856
www.bender-dv.de
eMail dBender@xxxxxxxxxxxx
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at
http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.