Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Trapping keys in Rexx

Status
Not open for further replies.

rajesh082

Programmer
Dec 18, 2007
38
DK
Is there any routine to capture Keys in a running Rexx Routine.

My requirement is something like.... I am searching for a member in a list of given PDS'es. For this I put the code in a Loop.

I want the code to leave the loop if I press F4.

Is there any function which traps the keys in ISPF or TSO which I can Call?
 
There's "ATTN" which you can handle as an interrupt. The typical rack of PFKs does not have the urgency of some other keys.


Frank Clarke
Support the Troops:
-- Bring them home.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top