I want to get a list of journal receivers. Both online, and offline.
We're getting audited on our retention.
We use BRMS.
The BRMS tables have no comments on them. Hacking them by using BRMS
commands (like WRKOBJBRM) and seeing what files are in use.
This is a start
Select obhnam, obhsvt, obvol, obhexp, obhtxt, h.*
from qusrbrm.qa1aod h
where obhlib='#MXJRN'
and obhtyp='*JRNRCV'
and obhnam like 'ALLRCV%'
order by obhsys, obhnam, obhsvt;
Now I have to analyze that for missing sequence numbers. I did not see an
object create date, which would have been useful.
Thinking about using QIBM_QJO_CHG_JRNRCV. I want to change the object
text so that not all objects have the same text when saved off. I would
like to put the attached date/time through the detached date/time in
there. Perhaps something like: 2017-12-08-12.26.02 - 2017-12-09-05.00.44
Rob Berendt
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2025 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.