×
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'm coming (fashionably) late to the party to add my 2 cents...
First-- when you retrieve a journal entry for the "File of Interest"
you have the 'raw' entry-- a bunch of journal fields (time-date-user
who did it-etc) plus the fields from the original file. But as a
single field.
I think others have shown the data structure with the journal fields
and a space for 'your fields go here.'
You create a file to match that data structure-- journal fields + the
fields in the original file, then CPYF from the retrieved journal
entries to this file FMTOPT(*NOCHK). This is about the =ONLY= time
I'll allow a *NOCHK! It just runcates anything in the journal record
you don't need.
As you've noticed, this is primarily a batch process.
However, IBM has another command, RCVJRNE, which allows you to tell
IBM's journal processor to hand you a copy of every journal for a
list of files as they're being written to the journal receiver! This
allows near real-time processing of the journal entries. No more
scanning all of the journal receivers for the whole day as a batch
process!!
See
http://systeminetwork.com and search for CBX902 for the first
part of the sample code; the rest is mentioned on the page.
There's a link to the file with the source code.
--Paul E Musselman
PaulMmn@xxxxxxxxxxxxxxxxxxxx
As an Amazon Associate we earn from qualifying purchases.
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.