InterviewSolution
| 1. |
What Happens When Sflsiz = Sflpag? What Are The Advantages And Disadvantages? |
|
Answer» •It results in EQUAL subfile. Loads only one page of records at a TIME. Can handle any number of records. But programming becomes much more involved. •The other case is that of Expanded subfile where in only Pg/Dn has to be programmed. It is DISPLAYED in a stable amount of time, DEPENDING on how many records the program loads. •It results in equal subfile. Loads only one page of records at a time. Can handle any number of records. But programming becomes much more involved. •The other case is that of Expanded subfile where in only Pg/Dn has to be programmed. It is displayed in a stable amount of time, depending on how many records the program loads. |
|