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



Although the online reorganize can effect a large amount of update activity, the RGZPFM KEYFILE(*RPLDLTRCD) would normally be used for SQL TABLE. The following file with five of ten rows deleted [DENT=Deleted Entry indicator, where 1=Deleted and 0=Active], would have effectively, only the following four journaled entries for a *RPLDLTRCD request; i.e. not 'at least two for every' row, but 'at *most* two for every' row:

<code>

_Before_ _After_ /* 6 to 10 eligible for truncate */

DENT RRN DTA | DENT RRN DTA
0 01 B | 0 01 B
1 02 | 0 02 X
1 03 | 0 03 A
0 04 J | 0 04 J
0 05 Z | 0 05 Z
1 06 | 1 06
1 07 | 1 07
0 08 A | 1 08
0 09 X | 1 09
1 10 | 1 10

_Journaled updates; Row: Delete & Insert_

T-OP RRN DTA
R D 09 X
R I 02 X
R D 08 A
R I 03 A

</code>

Regards, Chuck

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:
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.