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



A RGZPGM is NOT the PC equivalent of disk defrag.
Yes it will remove deleted records.
No, it will not put the members into contiguous sectors of disk.
Unlike your standard PC you have:
1 - Multiple disk drives
2 - Files can span drives
3 - More than one user accessing the system at a time, therefore those 
heads are moving all over the place so the odds of the heads remaining 
stationary for your next read request are slim to none.
Therefore contiguity really buys you nothing.

There is an option on RGZPFM called KEYFILE.  This can be a real 
performance boost.  For example, if you find that you traditional read a 
file by it's primary key, like item number of an item master, then using 
KEYFILE will sort the file by the key of whatever file you specify.  Could 
be the physical, if it's keyed, or a logical file based off of the 
physical, if you like the key of that better.  For example, if a bulk of 
your performance concerns involves getting your employee list by last 
name, firstname then use a KEYFILE of a logical file that sorts like that. 
 You may find that you may create a different logical file.  For example, 
many people will put a select/omit on a name keyed logical to select only 
"active records".  I think a file used for KEYFILE cannot have select/omit 
criteria.

Rob Berendt

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.