I am currently displaying an ISPF table using TBDISPL. I then want to process selections from the current display as well as the next display after hitting PF8. I have PF7 and PF8 logic where i do a TBMOD to keep the "X" next to table entries i have selected on the screen. My issue is.....How do i process entries that have been stored on the table as well as entries that have been selected on the panel? I can process the stored selections with TBSKIP and i can process entered selections with TBDISPL, but not both at the same time. Neither works for both situations or it could and i am not writing the code correctly.