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



Hi Tim,

> Do you know how much space in bytes, does the *file, *record *status uses
> up?  I looked through the compile listing but I didn't seem them defined
> with a size.

Here's a link to the manual:

http://publib.boulder.ibm.com/iseries/v5r2/ic2924/books/c092508409.htm#HDRFLFEED

You'll see that it lists *FILE is being in positions 1-8.  *STATUS in
positions 16-21, *RECORD in 38-45.

The INFDS is a system-defined data structure, so you can't simply choose
an empty spot to put things in, you have to use the positions that they've
already defined for you.  Positions 83-92 are the file name.  (Of the
PRTF, not the spooled file, though they're often the same.)

Anyway, that link above should answer all of your questions about the
INFDS fields...

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.