Please define "file size". Are you looking for the storage allocated, the number of records, or something else? In all likelihood the Retrieve Member Description RTVMBRD command documented <a href="http://publib.boulder.ibm.com/infocenter/systems/scope/i5os/topic/cl/rtvmbrd.htm">here</a> is what you're looking for, but I can't say for sure with the information provided.
Bruce Vining
<a href="http://www.brucevining.com/">http://www.brucevining.com/</a>
Last Wiki Answer Submitted: January 21, 2008 7:44 pm by bvining6,055 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
I can’t use DSPFD TYPE(*ALL) with OUTPUT(*OUTFILE).
That’s because the different “types” of information each require a different output file format. Try using TYPE(*MBR) along with FILEATR(*PF).
Tom
If you’re looking for the actual size of the object, you’d be just as well off using DSPOBJD.