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

Panel Launching Book Manager


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

New User


Joined: 28 Jun 2007
Posts: 23
Location: Bmth England

PostPosted: Wed Jan 09, 2008 10:18 pm
Reply with quote

I have a simple program that displays a panel to allow the input of two chars, this is then passed back to the program to be used to display a dataset member.
The problem is certain combinations of chars are invoking applications instead of simply going taking the input to my program.
Example if I enter BO, IBM Bookmanager is launched inside the window. How can I stop this from happening.
Back to top
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Wed Jan 09, 2008 10:35 pm
Reply with quote

What does the panel definition look like?
Back to top
View user's profile Send private message
evanswillo

New User


Joined: 28 Jun 2007
Posts: 23
Location: Bmth England

PostPosted: Wed Jan 09, 2008 10:37 pm
Reply with quote

Hi,

This is the panel, I think I just found the answer.

)ATTR
$ TYPE(OUTPUT) INTENS(HIGH) COLOR(RED)
_ TYPE(INPUT) INTENS(HIGH) CAPS(ON) JUST(LEFT)
)BODY WINDOW(45,2)
ENTER SCALNAME _ZCALNAME
)INIT
&ZCALNAME = ' '
)REINIT
REFRESH(*)
)PROC
VER (&ZCALNAME,LIST,AD,AL,BA,BC,BH,BO,BP,BR,DU,EE,EL,EM,EN,EO,ES,
FH,FR,FT,GC,GI,HH,HK,HS,IM,IS,JD,JF,JH,KN,KR,
KS,KX,KY,MC,MD,MI,MO,M0,M1,M2,M3,M4,NA,NH,NS,
NX,NY,OH,PA,PH,PP,PR,SC,SH,SP,SS,SY,TD,TF,TH,
TK,TO,T7,T9,VI,VY,WD,WS,ZD,ZF,ZH,ZJ,ZK,ZL,ZT,
ZU)
)END
Back to top
View user's profile Send private message
evanswillo

New User


Joined: 28 Jun 2007
Posts: 23
Location: Bmth England

PostPosted: Wed Jan 09, 2008 10:39 pm
Reply with quote

Just needed to CMD() to the body
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 Question for file manager IBM Tools 7
No new posts file manager is doing string conversion IBM Tools 3
No new posts Call program, directly from panel CLIST & REXX 9
No new posts How to Reformat a file using File Man... All Other Mainframe Topics 14
Search our Forums:

Back to Top