×
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.
Sounds good, but I'm guessing I am looking for something more built into the database by default.
Microsoft SQL Server has this. It's called change data capture (CDC), and exposes the journal data for easy querying.
Say you have a table called IV00101 in SQL Server. Once you activate CDC on a table a new system view shows up right away that you can query by doing a "select * from cdc.IV00101" and you will get all the before, after data in same layout as original table with the extra journal fields at the beginning. Very powerful, easy to use, and built right into the database platform. I am hoping DB2 can get there some day.
-----Original Message-----
From: Sam_L [mailto:lennon_s_j@xxxxxxxxxxx]
Sent: Thursday, August 31, 2017 1:14 PM
To: midrange-l@xxxxxxxxxxxx
Subject: Re: Read all about it - 8 IBM RFE's entered. Vote now!
On 8/31/2017 9:52 AM, Dan wrote:
BTW, in case one would like the extract function but don't need it in
ACS, Carsten Flensburg published the excellent EXTJRNDTA utility.
And Thomas Raddatz provides his excellent (and free) EXPJRNE tool:
"The EXPJRNE command exports journal entries of fiels, data areas and data queues to an output file. The output file has the same layout as the journalized file plus the journaling information. EXPJRNE makes it really easy to analyze journal entries by SQL."
http://www.tools400.de/English/Freeware/Utilities/utilities.html
I believe Thomas may be adding something similar to the iSphere RDi extension.
---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
As an Amazon Associate we earn from qualifying purchases.