If you don't put "pageup", "pagedown", "rollup", or "rolldown" on the display and you just fill the entire subfile before you display the screen, IBM will handle your paging up and down, but is there any way to get the "More..." and "Bottom" words to show up with the subfile when you do it this way? This is a very simple program that may get 50 total records on it's worst week, so populating the whole subfile right off the bad will not hurt efficiency. So I wanted to just allow IBM to handle scrolling so I wouldn't have to deal with all the RRNs and cursors and all that junk. But I can't find a way to show to the user that there are more records to display. Does anyone have any ideas? I tried SFLEND(*MORE) but this is conditional and the screen does not go back into the program with pageup and pagedown so I can't flag it at EOF. Is there anyawy to get this to display. I've already wasted a whole ady on this. Thanks for any help.