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

How to create a shortcut from ISPF Primary menu?


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

New User


Joined: 07 Aug 2008
Posts: 4
Location: Bangalore

PostPosted: Mon Aug 18, 2008 12:16 pm
Reply with quote

Hi,

I want to create a shortcut for using an ISPF panel that I have created. The panel currently resides in my personal dataset. I have used the following concatenation cmds in the REXX code for invoking the panel:

"ISPEXEC LIBDEF ISPPLIB DATASET ID('ZY999.PERSONAL.PANEL')"
"ISPEXEC LIBDEF ISPLLIB DATASET ID('ZY999.PERSONAL.PANEL')"

I want a shortcut to my panel, like a letter say A, which a user can type on ISPF Primary Menu. This should take the user directly to my panel.

How can this be done?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Aug 18, 2008 12:50 pm
Reply with quote

If you are authorized to change ISPF Primary menu, just alter the TRANS statement.

O.
Back to top
View user's profile Send private message
Reo

New User


Joined: 07 Aug 2008
Posts: 4
Location: Bangalore

PostPosted: Mon Aug 18, 2008 1:42 pm
Reply with quote

I do not have access to change the ISPF primary menu.
Is there any other way to do it?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Mon Aug 18, 2008 2:45 pm
Reply with quote

I don't get it: You want users to be able to type something in the ISPF primary menu, but you are not authorized to change it.... simply ask your system guys to alter it.

O.
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Mon Aug 18, 2008 7:40 pm
Reply with quote

Hello,

Quote:
I want a shortcut to my panel, like a letter say A, which a user can type on ISPF Primary Menu. This should take the user directly to my panel.
What should happen when 30 other people develop a panel and want "the users" to easily access it from the ispf primary menu?

I suggest you not modify the standard menu, but rather place your tool (and others like it) on some User Menu.

This is one reason why modification is restricted. . .
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Mon Aug 18, 2008 9:39 pm
Reply with quote

I do not think this will work. And may cause problems.
Quote:
"ISPEXEC LIBDEF ISPLLIB DATASET ID('ZY999.PERSONAL.PANEL')"


The ISPLLIB name is for load module datasets. And your panel library is probably not one.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Mon Aug 18, 2008 9:56 pm
Reply with quote

Your system support should be willing to modify the primary option panel.
*

Our local ISR@PRIM panel has a 'U' option, with an input field so that you can specify the name of your panel.
Code:
S  Site          Local Site Selections                               
D  Dept          Department Panel                        Name ===> _________   
U  User          User Panel                              Name ===> MYPRIM___

The ZSEL statement in the panel definition includes:
Code:
  U,'PANEL(&USRPRI)' 

which is the field name for the user panel.


* I recall the panel change is a SMP/E local mod.
Back to top
View user's profile Send private message
Bill Dennis

Active Member


Joined: 17 Aug 2007
Posts: 562
Location: Iowa, USA

PostPosted: Mon Aug 18, 2008 11:53 pm
Reply with quote

The User Point and Shoot list is not as functional as a menu option but can be a handy way to invoke personal commands/panels. You build a list that displays on the right side of the Primary menu replacing the Calendar or Status display. Tab to a list entry and press <enter> to select.

From the Primary menu, open the Menu pulldown and select Status Area to get started.
Back to top
View user's profile Send private message
Reo

New User


Joined: 07 Aug 2008
Posts: 4
Location: Bangalore

PostPosted: Tue Aug 19, 2008 11:47 am
Reply with quote

My ISR@PRIM does not have any option like 'U'.

If not by a letter then can I access it using my panel name, say PANEL3 directly from the ISPF Primary Menu?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Aug 19, 2008 1:23 pm
Reply with quote

No.

O.
Back to top
View user's profile Send private message
Reo

New User


Joined: 07 Aug 2008
Posts: 4
Location: Bangalore

PostPosted: Tue Aug 19, 2008 1:39 pm
Reply with quote

I think there is some procedure through which I can add my REXX pgm to invoke the panel in CLIST (under TSO ISRDDN). Any pointer on how to do so?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Tue Aug 19, 2008 1:51 pm
Reply with quote

Just add your REXX to SYSEXEC concatenation. This topic has been discussed many times in the past.

O.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Tue Aug 19, 2008 9:18 pm
Reply with quote

Quote:
My ISR@PRIM does not have any option like 'U'.

I was recommending that your system support people add a generic option that anyone could use.

More specifically, I was recommending that you submit a requirement to your system support to provide such an option.
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 Looking for a little history of ISPF ... TSO/ISPF 5
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts How to create a list of SAR jobs with... CA Products 3
No new posts Query on edit primary command CLIST & REXX 5
No new posts Query on edit primary command CLIST & REXX 1
Search our Forums:

Back to Top