|
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 mailing list archive is Copyright 1997-2025 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.