MVSFORUMS.com Forum Index MVSFORUMS.com
A Community of and for MVS Professionals
 
 FAQFAQ   SearchSearch   Quick Manuals   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Invoking a pulldown option

 
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF
View previous topic :: View next topic  
Author Message
arunkumar_e
Beginner


Joined: 06 May 2004
Posts: 27
Topics: 16
Location: Bangalore

PostPosted: Sat May 17, 2008 5:29 am    Post subject: Invoking a pulldown option Reply with quote

Hi friends,
I need your valuable inputs for the problem i am facing. I have Created a panel to perform some function. This panel has a HELP Pulldown at a cornor. Now when i select an option from this pull down, i want to invoke another panel which is nothing but some text for help typed in it. Now this is the code which i am using to Invoke the second panel.

Code:
)ABC DESC('HELP') MNEM(1)                         
 PDC DESC('TIPS')                                 
 ACTION RUN(ISRROUTE) PARM('SELECT PANEL(TSTR3)') <<= This is 
                                                                               the second panel
)ABCINIT                                         
 .ZVARS = PDCHOICE                               
)ABCPROC                                         
 VER (&PDCHOICE,LIST,1)         


Is this the right way ? if i want to go back to the first panel after pressing some key is there something which i can code ??

Let me know ur inputs
_________________
Arun
"Genius is one percent inspiration and ninety-nine percent perspiration." -- Thomas A. Edison
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
semigeezer
Supermod


Joined: 03 Jan 2003
Posts: 1014
Topics: 13
Location: Atlantis

PostPosted: Sun May 18, 2008 6:42 pm    Post subject: Reply with quote

SELECT has a special usage for selection panels it isn't really appropriate here. The help processor is program ISPTUTOR with a parm of the help panel name. Help panels have a few differences from other panels such as the use of ZSEL. See the doc for that. Generally for any kind of help, you want to do what your user expects and they will most likely expect the ISPF help system.

ISR@PRIM, the main ISPF panel, has this example:
Code:
)ABC DESC('Help') MNEM(1)                                     
PDC DESC('General') MNEM(1) ACTION RUN(TUTOR) PARM('ISR01000')

_________________
New members are encouraged to read the How To Ask Questions The Smart Way FAQ at http://www.catb.org/~esr/faqs/smart-questions.html.
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic   printer-friendly view    MVSFORUMS.com Forum Index -> TSO and ISPF All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


MVSFORUMS
Powered by phpBB © 2001, 2005 phpBB Group