Page 1 of 1

Question about ISPF function key executing

PostPosted: Wed May 08, 2013 8:53 am
by marshall25
i have a quick question in my mind, in ISPF, usually we have some function keys definded, like key 'TAB', the cursor will go to next input field if we press 'Tab' button, can we have ISPFEXEC statement to get this function? if yes, could you show me in example, thanks~

Re: Question about ISPF function key executing

PostPosted: Wed May 08, 2013 11:20 am
by steve-myers
The TAB (or Shift-TAB) key, as entered on a real 3270 type terminal. does not cause an interrupt to be generated, so ISPF (or the mainframe software running the terminal) has no way to detect it has been entered.

Re: Question about ISPF function key executing

PostPosted: Wed May 08, 2013 11:32 am
by Stefan
First you should explain what problem you're facing.
What can be done by ISPF services: You can place the cursor on any field before displaying the next panel. In a series of panel displays this might look like the user have pressed the TAB key multiple times.