I have working Dialog Manager examples of how to process multiple line command selections on a single dialog manager screen by checking the value of ZTDSELS, and doing repeated display commands without specifying a panel name. What I have not been able to find is an example of processing multiple line command selection over multiple screens. ISPF option 3.4 is an example of this. You can select multiple 'B' (browse) line commands on one screen, hit PF8 to see more files, and enter more line commands on the second screen. When you stop hitting PF7 or PF8, and just hit ENTER, only then does it process all of the line commands you selected. Problem with using option 3.4 as a coding example is that you can't see the code because it's been compiled into a load module. I'd like to see an example of how to process those line commands across multiple screens. Can someone point me to such an example? Thanks.