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



Thanks, Dan. I'll check that function out.
-sjl


"Dan Kimmel" wrote in message news:mailman.8814.1380041101.9013.midrange-l@xxxxxxxxxxxx...

fstat() is an old C standard library function that was intended for working with stream files in the *nix file system. As such, the IBMi implementation across other system objects, including *FILE objects is going to try to emulate the behavior on IFS files. One of the common usages of fstat() is to determine the amount of space an object occupies. That includes, of course, the deleted records in a *FILE object.

To get more detailed information about a *FILE object try using the _Ropnfbk() function. It'll give you a pointer to a data area much like the open feedback area that would be available if you declared the file in an RPG F spec. _Ropnfbk() takes the same file pointer parameter you pass to fstat().

-----Original Message-----
From: midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-
bounces@xxxxxxxxxxxx] On Behalf Of TheBorg
Sent: Tuesday, September 24, 2013 9:50 AM
To: midrange-l@xxxxxxxxxxxx
Subject: File size using fstat()

V5R4

I am writing an RPGIV program which uses the Unix-type functions to read
and
write data along with the QlgTransformUCSData API to convert
database/stream
files from UTF16BE to other Unicode representations.

I just discovered that when I use the Unix-type function fstat() to retrieve
the file size of a IBM i database file, the returned size value includes the
space occupied by the deleted records, which I do NOT want.

Has anyone else dealt with this issue, and how?

-sjl

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



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.