IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

how to use pf10 pf11 in clist.


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
kacks7

New User


Joined: 22 Sep 2010
Posts: 33
Location: chennai(india)

PostPosted: Sat Sep 25, 2010 12:04 pm
Reply with quote

hi frnds,
can any1 explain how to use pfkey10 pfkey11 in clist programming. icon_question.gif
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Sat Sep 25, 2010 3:02 pm
Reply with quote

Explain what you really mean, usually I press the PF keys to use them.
Back to top
View user's profile Send private message
kacks7

New User


Joined: 22 Sep 2010
Posts: 33
Location: chennai(india)

PostPosted: Sat Sep 25, 2010 3:19 pm
Reply with quote

is this joke?
i will try hard to laugh icon_redface.gif


we can use pf7 and pf8 keys in clist programming (AREA(SCRL) EXTEND(ON)) to scroll the panel up and down. like that can we use pf10 and pf11 to move left and right???
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Sat Sep 25, 2010 6:38 pm
Reply with quote

kacks7 wrote:
like that can we use pf10 and pf11 to move left and right???


No. The only thing you can do is write your own logic to handle the whole process. Basically, you'll have to display different panels as you simulate a left or right move.

Here are a few related topics:

www.ibmmainframes.com/viewtopic.php?t=27350
www.ibmmainframes.com/viewtopic.php?t=40574
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Sat Sep 25, 2010 9:20 pm
Reply with quote

Quote:
is this joke?

it' s a legitimate reply to a poorly posed question
Quote:
i will try hard to laugh

do not waste too much energy icon_cool.gif

Quote:
we can use pf7 and pf8 keys in clist programming (AREA(SCRL) EXTEND(ON)) to scroll the panel up and down. like that can we use pf10 and pf11 to move left and right???


in IT, terminology is very important AREA(SCRL) EXTEND(ON)
are not clist constructs, and You will not find anything about them in the TSO manuals
they are ISPF panel definitions constructs

a good place to start to deepen Your knowledge might be
z/OS V1R9.0 ISPF Dialog Developer's Guide and Reference
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPZDG60/CCONTENTS?SHELF=ISPZPM61&DN=SC34-4821-06&DT=20070621205851
not the ltest one but more than enough to give You a good start

here the same for the latest zOS
publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/ISPZDG80/CCONTENTS?SHELF=ISPZPM80&DN=SC34-4821-08&DT=20090610195558

anyway the reply to Your question is... NOT out of the box
ISPF does not provide the facility
but, it can be done by appropriate programming,
clist,rexx,any HLL language, or even assembler
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Mon Sep 27, 2010 9:11 am
Reply with quote

Quote:
clist programming

My suggestion is to never use clist. Clist is archaic. Use rexx instead.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Same command as on commandline in REX... TSO/ISPF 6
No new posts clist to rexx converter CLIST & REXX 2
No new posts Is there a way to determine Clist usa... CLIST & REXX 10
No new posts REXX/CLIST tool for BCSR and EDSR CLIST & REXX 2
Search our Forums:

Back to Top