×
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.
Thanks but I am NOT looking for when a receiver changes. That could occur every 3 days.
My job could run every 5 minutes.
I want to save the intervals that MY job ran with!
-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx] On Behalf Of rob@xxxxxxxxx
Sent: Wednesday, September 05, 2012 10:21 AM
To: Midrange Systems Technical Discussion
Subject: Re: saving date/time windows
Ok, we've already established that rolling off after an interval is
acceptable.
Knowing that, let me ask, how long do you keep your journal receivers?
Because you could use an API like:
http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/topic/apis/QJORRCVI.htm
to get these attributes if you still have the receivers.
Failing that, you could log when a receiver changes by using this exit
point:
http://publib.boulder.ibm.com/infocenter/iseries/v7r1m0/topic/apis/xchgrcv.htm
pros of the first one: No data area, table, etc maintenance required.
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.