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

Find out source of ISPF modules


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

New User


Joined: 05 Mar 2009
Posts: 46
Location: Hyderabad

PostPosted: Fri Jan 29, 2010 9:34 am
Reply with quote

Hi,

In our system we have some user defined ISPF panels, I want to have a look at the source code of the ISPF modules but I dont know where is the source and what is the type of the source code. Is there any way to find out the source of the ISPF modules. Can anyone help me in this.
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: Fri Jan 29, 2010 9:50 am
Reply with quote

Hello,

It is not clear just what you want to do.

Your panels should be in a pds that is in ISPPLIB.

You might also key ISPPREP in the command line and see if this shows what you want.

If this is not what you are looking for, please clarify.
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jan 29, 2010 9:50 am
Reply with quote

Hi,

it's probably just me but can you explain what you mean by ISPF modules

Maybe this may assist ibmmainframes.com/viewtopic.php?t=42656


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

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Fri Jan 29, 2010 9:51 am
Reply with quote

Sorry Dick always too quick for me


Gerry
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: Fri Jan 29, 2010 9:54 am
Reply with quote

Hi Gerry,

Quote:
Sorry Dick always too quick for me
Looks like we were pretty much the same quickness. . . icon_smile.gif

d
Back to top
View user's profile Send private message
Josh Keller

New User


Joined: 08 Oct 2007
Posts: 36
Location: Columbia, SC

PostPosted: Fri Jan 29, 2010 8:14 pm
Reply with quote

At my shop we have TRX and I'm not sure if this is a standard in ISPF or not.

Anyhow, when I'm on a panel, I can type TSO TRX ED on the command line and it opens the panel source in an edit session.

When I want to find out where an executable source is being pulled from, I start a TRX Trace.

TSO TRX TRACE

Then enter the option or command you want to trace. You'll start seeing the concatination of libraries being searched for a member. Look for the executable in question and which lib it was located in.

This is an example output when I enter option 2(edit) from the primary option panel.

Code:
MEM ISREDRT    DDN    ISPPROF   DSN   TSO.xxxx.ISPPROF
Member located
Mem ISREDM01   DDn    ISPPLIB   Dsn   SYS3.SYSTEMS.USER.ISPPLIB
Mem ISREDM01   DDn    ISPPLIB   Dsn   ISP.SISPPENU
Member located
***


From this, I can tell the panel ISREDM01 was found in lib ISP.SISPPENU.

To turn trace off enter TSO TRX TRACE OFF on the command line.

I haven't come across this option on this forum yet, so I thought I'd contribute. Hope this helps some.

Josh
Back to top
View user's profile Send private message
Robert Sample

Global Moderator


Joined: 06 Jun 2008
Posts: 8697
Location: Dubuque, Iowa, USA

PostPosted: Fri Jan 29, 2010 8:25 pm
Reply with quote

The fact that you have to put "TSO TRX" means it is not an ISPF command but a TSO command. And TSO does not include a TRX command as delivered from IBM -- so this is a site-specific package, presumably purchased, and your commands may not apply to other sites.
Back to top
View user's profile Send private message
Pedro

Global Moderator


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

PostPosted: Sat Jan 30, 2010 2:39 am
Reply with quote

Use PANELID command and the name of the panel will appear in the upper left. Say for example that the panel name is XYZ

You can use TSO ISRDDN to list your allocations and within, use MEMBER XYZ to search for the member. ISRDDN will display which datasets have that particular panel.
Back to top
View user's profile Send private message
Chinnadu

New User


Joined: 05 Mar 2009
Posts: 46
Location: Hyderabad

PostPosted: Tue Feb 02, 2010 8:00 pm
Reply with quote

Hi Pedro,

I got it,Your suggestion worked for me. Thanks.
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 To find whether record count are true... DFSORT/ICETOOL 6
No new posts Adding QMF and SPUFI to the ISPF menu DB2 20
No new posts Find the size of a PS file before rea... COBOL Programming 13
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
Search our Forums:

Back to Top