Free software training Videos

Free software training Videos
https://www.youtube.com/user/VLRTraining

List Of Best WebSites

Showing posts with label rpg iv subfiles. Show all posts
Showing posts with label rpg iv subfiles. Show all posts

Monday, 14 January 2013

what is subfiles in rpgle

According to IBM, a subfile is a group of records that have the same record format and are read from and written to a display station in one operation. As the term suggests, a subfile is not a file; rather, it is a temporary place to store data of the same format to be used by a display file program.
Why Use Subfiles?

---------------------------------------------------------------------------------------

A subfile is a display file where you can place a listing of values and process changes on the list. The list of members that you can see in the PDM is an example of a subfile.


---------------------------------------------------------------------------------------------
http://kevinvandever.com/subfiles-in-rpg/ 

----------------------------------------------------------------
Subfiles can be specified in the DDS for a display-device file to allow you to handle multiple records of the same type on the display. (See Figure 187.) A subfile is a group of records that is read from or written to a display-device file.
http://publib.boulder.ibm.com/infocenter/iadthelp/v7r0/index.jsp?topic=/com.ibm.etools.iseries.pgmgd.doc/c0925076330.htm 

------------------------------------------------------
A group of records that have the same record format and are read from and written to a display station in one operation. As the term suggests, a subfile is not a file; rather, it is a temporary place to store data of the same format to be used by a display file program..
http://en.wikiversity.org/wiki/What_is_a_Subfile