× 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.



On Fri, May 22, 2009 at 1:09 PM, James Rich <james@xxxxxxxxxxx> wrote:
On Fri, 22 May 2009, rob@xxxxxxxxx wrote:
Guess what our biggest library on our system is?

This does concern me.  At first I thought they only wanted to keep the
trail for a period of about a month.  Now I found out they want to keep it
indefinitely.  I noticed that the journal holds a lot more than just
updates, adds, and deletes;  it also tracks every open, close, and backup.
I don't really need that second class of information.  Is there a way to
either purge unwanted data or only log updates?

STRJRNPF <xxxxx> OMIT(*OPNCLO).

Also look at CRTJRN RCVSIZOPT() and MINENTDTA() parms.


Another thing that has me a little confused is that the record length of
the file I'm journaling is 1088 but the field in the journal that I
believe holds the changed data is only 100.  How can it possibly hold the
before and after images when the field is so much smaller that the record?


CRTJRN MINENTDTA(*FILE or *FLDBODY) perhaps? Note that according to
the online help, *FILE is not useful for auditing.

But I'd bet you're confused. How have you determined that the the
field holding the changed data is only 100 bytes? DSPJRN
OUTPUT(*OUTFILE) perhaps? If so, the defaults on DSPJRN only output
100 bytes. You'll need to change the ENTDTALEN() parm to get all the
data out.

HTH,
Charles

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

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.