Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
Rexx modules in which a series of panels are displaying

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF
Author Message
esmayeel_s

New User


Joined: 02 Apr 2008
Posts: 5
Location: pune

PostPosted: Wed Oct 15, 2008 3:07 pm    Post subject: Rexx modules in which a series of panels are displaying
Reply with quote

Hi,
we have one inhouse tool in which a series of panels are displaying one by one after entering some data.

In one of the panel we use to select a type giving "s" against a type like Jcl, once we hit a enter it will take us to one dataset from which we have to select some members for processing.

Now i want to know what happening behind this panel. is it calling some REXX, CLIST, SKELETON and displaying the nex panel populating the data or something different.

DS what it referring is wrong one it has to refer some other DS.

Thanks
Esmayeel
Back to top
View user's profile Send private message
References
Moved: Wed Oct 15, 2008 3:16 pm by ofer71 From DB2 to TSO/ISPF
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3732
Location: Brussels once more ...

PostPosted: Wed Oct 15, 2008 3:29 pm    Post subject:
Reply with quote

The uderlying processing is most likely to be either a REXX or CLIST.
Back to top
View user's profile Send private message
esmayeel_s

New User


Joined: 02 Apr 2008
Posts: 5
Location: pune

PostPosted: Wed Oct 15, 2008 3:44 pm    Post subject:
Reply with quote

I don't know how to start digging in this.
Could you please guide me in this.

Thanks
ESmayeel
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3732
Location: Brussels once more ...

PostPosted: Wed Oct 15, 2008 3:51 pm    Post subject:
Reply with quote

Many way ................

type PANID in the panel and see the name that appears in the top left corner.

Use SUPERSRC to search where the panel is displayed, ISPPLIB, SYSEXEC and SYSPROC. Use TSO ISRDDN to get the PDS names allocated to the DDnames.

It's not an easy process as the panels can be invoked from REXX, CLIST or other panels.

Good luck.
Back to top
View user's profile Send private message
PeD

Senior Member


Joined: 26 Nov 2005
Posts: 354
Location: Belgium

PostPosted: Wed Oct 15, 2008 3:54 pm    Post subject:
Reply with quote

Quote:
type PANID in the panel and see the name that appears in the top left corner.

Too short, Expat.

PANELID is better
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3732
Location: Brussels once more ...

PostPosted: Wed Oct 15, 2008 3:59 pm    Post subject:
Reply with quote

PeD wrote:
Quote:
type PANID in the panel and see the name that appears in the top left corner.

Too short, Expat.
PANELID is better

Shhhhhhhhhhhhhhhhh, don't tell everyone that I got it wrong icon_redface.gif

Thanks Pierre - good catch.
Back to top
View user's profile Send private message
enrico-sorichetti

Global Moderator


Joined: 14 Mar 2007
Posts: 3273
Location: italy

PostPosted: Wed Oct 15, 2008 4:30 pm    Post subject: Reply to: Rex modules
Reply with quote

since it is an in house tool, why not ask Your peers icon_confused.gif
Back to top
View user's profile Send private message
Pedro

Senior Member


Joined: 01 Sep 2006
Posts: 632
Location: work

PostPosted: Thu Oct 16, 2008 1:51 am    Post subject: Reply to: Rexx modules in which a series of panels are displ
Reply with quote

How do you invoke your panels?

An alternate approach is to start with a known entity, like ISR@PRIM, and follow your normal path to get to your panel. Use TSO ISRDDN to find ISR@PRIM in your ISPPLIB concatenation, then follow the menu options that lead to your menu.
Back to top
View user's profile Send private message
esmayeel_s

New User


Joined: 02 Apr 2008
Posts: 5
Location: pune

PostPosted: Thu Oct 16, 2008 9:35 am    Post subject:
Reply with quote

Hi Pedro,
I found the panel name and that is there in ISPPLIB and this DS is in concatenation for my logging.

But i did't get what do you mean by "then follow the menu options that lead to your menu".

Could you please little bit more elaborate on this.

Thanks
Esmayeel
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 696

PostPosted: Thu Oct 16, 2008 10:45 am    Post subject:
Reply with quote

Hi,

select the panel and follow the options on the panel ie. the option may call another panel or call a CLIST/REXX or a PGM.

Then continue the hunt.


Gerry
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 3732
Location: Brussels once more ...

PostPosted: Thu Oct 16, 2008 11:15 am    Post subject:
Reply with quote

You need to read the source of the panel to find out what is happening.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> TSO/ISPF All times are GMT + 6 Hours
Page 1 of 1