iSeries / AS400 FAQ : (Category) Programming : (Category) RPG : What is the file information data structure?
The File information data structure is the way the RPG runtime environment informs the program about the status of a file, seen from the operating system perspective. Sometimes called a feedback data structure, it is updated after every I/O operation (RPG IV) or after a block of records is transferred (RPG/400). Information can be found in the RPG reference under File and Program Exception/Errors. For V5R1 English, here is the link: http://publib.boulder.ibm.com/iseries/v5r1/ic2924/books/c092508377.htm#HDRFILEXPE Do note that there are example D specs at the above link.
Related Questions
- iSeries / AS400 FAQ : (Category) Programming : (Category) RPG : I have fields defined as zoned in my file. But the compiler listing reports them as being packed, why?
- iSeries / AS400 FAQ : (Category) Programming : (Category) RPG : What is the file information data structure?
- iSeries / AS400 FAQ : Programming : RPG : What is the file information data structure?