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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PFKEY8 and ISPF tables processing

Status
Not open for further replies.

cpv6212

Programmer
May 27, 2009
4
US
I have an appliation that I want the user to "SELECT" several rows from ISPF tables. NOT all rows are to be "SELECTed" are on the initial first ISPF screen. The user will select some rows on the first inital ISPF screen then HIT PF8 and select more rows and etc.... When the user is done I what him to HIT the "ENTER KEY" to start processing ALL the rows selected.. thanks.. I am very new to ISPF tables processing... I was able to get around my first problem by reviewing ALIST thanks !!!
 

You'll have to collect all the data which identifies each selected row and put them away someplace safe for later processing. When the user is finished, retrieve all the saved data and start processing.


Frank Clarke
--America's source for adverse opinions since 1943.
 
thanks.. that helps... I ran into other problem..
When I SELECT several ITEMS and then HIT PF8 , How do I capture that the USER HIT the PF8 key.. In the ISPF PANEL I save the MFKEY=.PFKEY. BUT the Variable MFKEY has not value in (REXX). It is blank.
 

I presume you're running this in interactive trace ( ?R or ?I ).


Frank Clarke
--America's source for adverse opinions since 1943.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top