Hello everyone,
I have a developed a COBOL program on AS400 using a display file to display user selected information.
In my DSPF screen file I have indicated SFLSIZ(200) and SFLPAG(10). Whilst the 10 records are displayed on screen in each refresh but total records read does not exceed 99 even though the Subfile size is set at 200. When I use AS400 query on the index file the records for the user selected criteria shows about 150 records.
Would someone kindly explain why the screen does not display all records (max is 99) despite the subfile size is increased.
Thank you,
Tony
I have a developed a COBOL program on AS400 using a display file to display user selected information.
In my DSPF screen file I have indicated SFLSIZ(200) and SFLPAG(10). Whilst the 10 records are displayed on screen in each refresh but total records read does not exceed 99 even though the Subfile size is set at 200. When I use AS400 query on the index file the records for the user selected criteria shows about 150 records.
Would someone kindly explain why the screen does not display all records (max is 99) despite the subfile size is increased.
Thank you,
Tony