1,025 pts.
 Subfile – SFLSIZ
In load all subfile, All the Records will be loaded initially What is the purpose of SFLSIZ in load all subfile?

Software/Hardware used:
ASKED: July 3, 2009  3:54 AM
UPDATED: July 6, 2009  2:16 PM

Answer Wiki:
In this type of load you set the size one greater than the page, which OS/400 reads as allowing it to add records. Note there is a 9999 max size. Phil
Last Wiki Answer Submitted:  July 3, 2009  12:37 pm  by  philpl1jb   44,190 pts.
All Answer Wiki Contributors:  philpl1jb   44,190 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

In a SFLPAG < SFLSIZ scenario, the SFLSIZ keyword acts as a sort of reserve size, preventing the system from having to interrupt processing to increase the memory allocated to the subfile. Whether this holds true or no any more is beyond me. I still tend to set SFLSIZ to 10 times the SFLPAG value.

 5,670 pts.