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

jump to that specific panel


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

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jan 28, 2009 12:42 am
Reply with quote

Hi,

when i type 'panelid' in the command. It display the panel id in the top left of my screen. When i type swap list, i get all the screens that are currently open, i can choose which screen, i want to jump to.

Is there a command to jump to that specific screen by giving their panelid.

Sushanth
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jan 28, 2009 11:10 am
Reply with quote

No, but you can write your own command, and use ISPEXEC DISPLAY service.

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

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jan 28, 2009 11:13 am
Reply with quote

oh OK. O.
I will search on things regarding that.

Thank You.
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Wed Jan 28, 2009 11:35 am
Reply with quote

O,

Got it,
Code:
 ADDRESS ISPEXEC "DISPLAY PANEL(DB2DMSTR)" 


But, when i try for this one,
ADDRESS ISPEXEC "DISPLAY PANEL(RPM)"
it just quits, i mean it just gets to the main ISPF screen.

Then i found out, for DB2D, DB2M, DB2D(different regions)
DB2DMSTR - gives 2 options whether to go to spufi or CA products
DB2MMSTR - gives 2 options whether to go to spufi or CA products
DB2WMSTR - dito

CA PRODUCTS main screen panel id is RPM. It is same for all the regions.
if i want to jump to DEVELOPMENT --> CA main products screen. i.e., DB2DMSTR-->RPM

How to do it ?

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

Global Moderator


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

PostPosted: Wed Jan 28, 2009 10:13 pm
Reply with quote

Quote:
you can write your own command, and use ISPEXEC DISPLAY service.

Some applications start with a program, which subsequently displays a panel. If you display the panel yourself, you will miss the required setup. I do not think that is a good approach.

SWAP LIST also shows the 'name' field. It can be set during the initial SELECT call to start an application. Or you can name it yourself using the SCRNAME command.

You can use the screen name in the SWAP command to jump to that particular application. For example:
Code:
SWAP SDSF
Back to top
View user's profile Send private message
sushanth bobby

Senior Member


Joined: 29 Jul 2008
Posts: 1020
Location: India

PostPosted: Thu Jan 29, 2009 10:38 am
Reply with quote

OKEY pedro
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
This topic is locked: you cannot edit posts or make replies. Construct new record using specific f... DFSORT/ICETOOL 6
No new posts Select a DB2 value in a specific deci... DB2 4
No new posts Need to find a specific STRING COBOL Programming 11
Search our Forums:

Back to Top