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



You can use SST to dump the auxiliary area as follows:

1. Use DMPOBJ to dump the physical file.
2. Find the DATA SPACE (*QDDS) in the listing and get its address
3. Use SST to dump the Data space (MI object, type 0B), using the
address from DMPOBJ
4. Scan the SST dump for 'AUX SID' (at the end of the listing)

--Dave

Vern Hamberg wrote:
Hi James

I seem to remember that the auxiliary space for variable-length data
that exceeds the allocation is not reused. So even if you update a VL
field with a shorter value but still greater than allocation, it uses
more of the auxiliary area. If you reduce it to less than allocation,
then it returns to the main area, yet the auxiliary area is not cleared
of the old data. Now this was in 2001 or so, and I don't remember
anymore how to walk through SST to see the auxiliary area. Anyone have
the magic locations?

CPYF did not seem to clear it, either - only RGZPFM.

Vern

James H. H. Lampert wrote:
John Allen wrote:


I then updated the file so that the new file with the new variable length
field has data truncated to minimum length (stripped off trailing blanks)

Just for grins, try a RGZPFM on it. The space you squeezed out of the
records may still be inflating the heap size.

--
JHHL



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.