I have run into a problem, where I cannot figure out, what needs to be done. I have a panel, PAN110 and an ISPF Table SCHEMATB. I am displaying the SCHEMATB Ispf Table on the ISPF Panel PAN110.
ADDRESS ISPEXEC
"TBDISPL SCHEMATB PANEL(PAN110)
"TBDISPL SCHEMATB PANEL(PAN110)
Now, I have set the Keys PF7 and PF8 to the UP and DOWN Commands. The scrolling is taken care of by ISPF. However, if the user modifies any of the SCHEMATB Table rows, say he enters 'S' against one of the entries NAME or CREATOR, and then presses PF8, the variable ZCMD shows up as SPACES, and doesnt contain anything. Moreover, the control returns back to my program. I want the UP/DOWN Scrolling to be handled by ISPF(just as when I don't enter any inputs).
Thanks,
Quasar