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



I may retreat on using the audit journal - it doesn't seem to capture object changes, only object creates (CO) and deletes (DO). There are also ZC and ZR but they do not seem to get written using any settings of QAUDLVL. Now I've not tried turning on object-level auditing yet - but that's a real pain!!!

But DSPOBJD doesn't show changes to members of files - the member change date might be later than the file change date.

This is not a simple thing to solve, as I learned recently in another context.

Vern

Richard Schoen wrote:
Looks like either the DSPOBJD method or Vern mentioned object auditing.
I'm going to check into that as well.
Thanks.

Regards,
Richard Schoen
RJS Software Systems Inc.
"Get the information you need. Now!"
Document Management, Workflow, Report Delivery, Forms and Business
Intelligence
Email: richard@xxxxxxxxxxxxxxx
Web Site: http://www.rjssoftware.com
Tel: (952) 736-5800
Fax: (952) 736-5801
Toll Free: (888) RJSSOFT

------------------------------

message: 8
date: Wed, 25 Nov 2009 18:35:42 -0500
from: Peter_Vidal@xxxxxxxx
subject: Re: Best Way to Check if a Library Has At Least 1 Changed
Object

Probably you can do something like :
DSPOBJD OBJ(PVIDAL) OBJTYPE(*LIB) OUTPUT(*OUTFILE)
OUTFILE(QGPL/LIBSTATUS)

After 24hrs you can do something like:
DSPOBJD OBJ(PVIDAL) OBJTYPE(*LIB) OUTPUT(*OUTFILE) OUTFILE(QTEMP/CURLIBSTS)

You can compare the 2 files via the object name and compare maybe these
2 fields:
ODLDAT - Change date (MMDDYY) ODLTIM - Change time (HHMMSS)
If you determine that these fields are different between the two, you
can back this library up.

Finally, make sure that QTEMP/CURLIBSTS gets copied over QGPL/LIBSTATUS.

Just a quick thought.... not tested obviously....
PETER VIDAL PALL CORPORATION | SR SYSTEM ANALYST @ WH APPLICATION DEVELOPMENT GROUP
10540 RIDGE RD., SUITE 203, NEW PORT RICHEY, FL 34654-5111
727-815-3104 ||| FAX: 727-815-3120 ||| WWW.PALL.COM

"SCIENCE IS ORGANIZED KNOWLEDGE. WISDOM IS ORGANIZED LIFE."
IMMANUEL KANT(1724 - 1804)



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.