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



Terrific Andrew. Thanks a lot for that. I didn't find that in my
searching.

I had noticed that two jobs were writing records to the file at the time of
the IZ.

I can see the logic behind it. I'm not sure if it's strictly necessary and
writing an additional entry seems like extra overhead.


Gord



On Wed, 9 Oct 2019 at 15:09, Andrew Lopez (SXS US) <
Andrew.Lopez@xxxxxxxxxxxxxxxxxx> wrote:

It is indeed mysterious. More so in that it doesn't happen in ALL
files.
Nor is it all updates.

I thought it may be an SQL table thing. But other files are DDS. One
series of files are written to via DDM. Others are local.

From
https://www.ibm.com/support/pages/sql-insert-causes-f-iz-entry-journal:

"Problem
When reviewing journal data, a mysterious F IZ entry may be found. This
entry is for INZPFM. However, an INZPFM was never done to the file.

Resolving The Problem
When reviewing journal data, a mysterious F IZ entry may be found. This
entry is for INZPFM. However, an INZPFM was never done to the file.

This does not mean that an INZPFM was done to the file and no one is
admitting to it. This entry is related to REUSEDLT records and concurrent
writes. Concurrent writes improve performance to a file when several jobs
attempt to write to a file at once. This is controlled by API QDBENCWT When
several jobs are writing to a file, they each request a relative record
number (RRN) to write to. They are assigned their RRN for the physical
file; however, the actual journal entry write can occur in a different
order. If the entry comes to the journal in a different order, an F IZ
entry is used to initialize, or fill in, any unassigned RRNs in the journal.

The following is an example:

Job 1 gets assigned RRN 11.
Job 2 gets assigned RRN 12.
Job 3 gets assigned RRN 13.
Job 1 writes a journal entry for RRN 11.
Job 3 attempts to write a journal entry for RRN 13 but cannot leave a hole
for RRN 12, so an F IZ for RRN 12 is written first.
Job 2 writes a journal entry for RRN 12.

A heavily modified SQL file can have occasional F IZ entries. It is done
for performance reasons, and it is working as designed."

I'm not sure I understand that, but it sounds like the seize function you
mentioned.



_____________________________________________________________________
Spirax-Sarco Engineering Plc. This e-mail has been scanned for viruses by
Cisco Cloud Email Security.

--
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@xxxxxxxxxxxx for any subscription related
questions.

Help support midrange.com by shopping at amazon.com with our affiliate
link: https://amazon.midrange.com




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.