Thanks Stefan,
Well, that is definitely one option and would not be hard to automate a daily comparison.
I have not found that info in the SQL tables IBM has provided but I really expected it to be there.
I do appreciate your reply, thank you!
Don
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of stefan@xxxxxxxxxx
Sent: Wednesday, January 17, 2024 5:37 PM
To: 'Midrange Systems Technical Discussion' <midrange-l@xxxxxxxxxxxxxxxxxx>
Subject: RE: Database analysis
DSPFD FILE() TYPE(*MBR) OUTPUT(*OUTFILE) FILEATR(*PF) OUTFILE(QTEMP/XXXX) OUTMBR(*FIRST *REPLACE) Will give you the statistics for reads/writes/updates/open/close since last ipl.
Run that twice and look at differences, keep in mind that an ipl will reset the counters.
Best regards
Stefan
--
No trees were killed in the sending of this message, but a large number of electrons were terribly upset.
Stefan Tageson
+46 732 369934
stefan@xxxxxxxxxx
-----Original Message-----
From: MIDRANGE-L <midrange-l-bounces@xxxxxxxxxxxxxxxxxx> On Behalf Of Don Brown via MIDRANGE-L
Sent: Wednesday, January 17, 2024 7:37 AM
To: midrange-l@xxxxxxxxxxxxxxxxxx
Cc: Don Brown <dbrown@xxxxxxxxxx>
Subject: Database analysis
I am trying to help someone out with analysing file adds, changes and deletes to ascertain the amount of these transactions on a daily basis.
I have been looking at the system tables and statistics and can find some of the information.
Is there a system table function that will provide this information or would I need to get this from journals ?
A second question was to look at some of the data that was changing. In the past for debug purposes I have used DSPJRN and then copied the output into a table with the journal fields and the original table fields and then reviewed that data. Is there any new SQL functions that simplify that process or make reviewing changes easier ?
Any links or suggestions appreciated.
Thanks
Don
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxxxxxxxx To subscribe, unsubscribe, or change list options,
visit:
https://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxxxxxxxx
Before posting, please take a moment to review the archives at
https://archive.midrange.com/midrange-l.
Please contact support@xxxxxxxxxxxxxxxxxxxx for any subscription related questions.
As an Amazon Associate we earn from qualifying purchases.