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

Want a shared Keylist for my panel


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

New User


Joined: 13 Aug 2008
Posts: 26
Location: chennai

PostPosted: Mon Dec 01, 2008 7:35 pm
Reply with quote

hi all

I want a shared Keylist for my panel , I will say what I did till now for that,


I created Keylist In a dtl and converted that using ispdtlc utility and i added panel definition in Panel. Problem is keys action are not updated in the program...

System does not understands cmd or say how to compile the keylist dataset.

my dtl file is

<!DOCTYPE DM SYSTEM>

<KEYL NAME=KEYPLAX APPLID=TRA ACTION=UPDATE>
<KEYI KEY=F5 CMD=RFIND FKA=YES>RFIND
<KEYI KEY=F3 CMD=EXIT FKA=YES>EXIT
<KEYI KEY=F7 CMD=UP FKA=YES>UP
<KEYI KEY=F8 CMD=DOWN FKA=YES>DOWN
<KEYI KEY=F10 CMD=LEFT FKA=YES>LEFT
<KEYI KEY=F11 CMD=RIGHT FKA=YES>RIGHT
</KEYL>
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Mon Dec 01, 2008 10:15 pm
Reply with quote

Quote:
a dtl and converted that using ispdtlc utility


1. The parms in ISPDTLC say which application ID to use and what table dataset to use. Make sure to specify which to use.

2. If your applid is 'abcd', then ISPDTLC will create abcdKEYS in your table dataset.

3. In order for your panel to find you key definition, abcdKEYS needs to be in your ISPTBLIB concatenation.


Not sure what you mean by this:
Quote:
System does not understands cmd or say how to compile the keylist dataset.


Which 'cmd' do you refer to? You compile a key list using ISPDTLC.
Back to top
View user's profile Send private message
bhuspin

New User


Joined: 13 Aug 2008
Posts: 26
Location: chennai

PostPosted: Tue Dec 02, 2008 10:26 am
Reply with quote

I converted keylist using ispdtlc not compiled.....I want to know how to compile it.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Tue Dec 02, 2008 10:16 pm
Reply with quote

I see that ISPDTLC has a terminology problem. It uses 'convert' and 'conversion', but rest assured that ISPDTLC is the compiler. I think you have already compiled your keylist.
Back to top
View user's profile Send private message
bhuspin

New User


Joined: 13 Aug 2008
Posts: 26
Location: chennai

PostPosted: Wed Dec 03, 2008 12:06 pm
Reply with quote

ya what you said is correct its already compiled...

thanks ped
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 Execute secondary panel of sdsf with ... CLIST & REXX 1
No new posts Call program, directly from panel CLIST & REXX 9
No new posts panel creation question TSO/ISPF 12
No new posts Panel variable model line TSO/ISPF 3
No new posts REXX table content on panel will be r... CLIST & REXX 6
Search our Forums:

Back to Top