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

Source code for TSO command


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

New User


Joined: 26 Feb 2007
Posts: 71
Location: bangalore

PostPosted: Thu Aug 20, 2009 12:45 pm
Reply with quote

Hi,

When we type TSO 3.4 and TSO start it take to the new screen as required. Similarly there is a command TSO XYZ[say] developed by some Onshore member which take the control to the new screen.
Is it possible to check the source code of the command XYZ?

I want to add few more option available in the new screen.

Please let me know in case u need additional information.
Back to top
View user's profile Send private message
Escapa

Senior Member


Joined: 16 Feb 2007
Posts: 1399
Location: IL, USA

PostPosted: Thu Aug 20, 2009 12:48 pm
Reply with quote

Check in SYSUEXEC OR SYSEXEC libraries..
Back to top
View user's profile Send private message
superk

Global Moderator


Joined: 26 Apr 2004
Posts: 4652
Location: Raleigh, NC, USA

PostPosted: Thu Aug 20, 2009 3:12 pm
Reply with quote

TSO ISRFIND, then specify XYZ as the member name to search for.
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Aug 20, 2009 5:33 pm
Reply with quote

I usually follow a similar way what Kevin has suggested but bit differently-- (TSO) ISRDDN, then MEM 'membername'.
Back to top
View user's profile Send private message
ermanjitsingh

New User


Joined: 08 Jun 2009
Posts: 19
Location: Banglore

PostPosted: Thu Aug 20, 2009 8:06 pm
Reply with quote

deepak.kec wrote:
Hi,

Is it possible to check the source code of the command XYZ?


U can also try by typing DDLIST at command prompt & Then one list will come then u can seach where this member resides by typing the following at command prompt : M XYZ.
Back to top
View user's profile Send private message
expat

Global Moderator


Joined: 14 Mar 2007
Posts: 8797
Location: Welsh Wales

PostPosted: Thu Aug 20, 2009 8:13 pm
Reply with quote

Quote:
U can also try by typing DDLIST at command prompt

Does not work for me. Perhaps a site specific piece of code.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Thu Aug 20, 2009 8:24 pm
Reply with quote

Quote:
Does not work for me. Perhaps a site specific piece of code.
from some version of zOS/ISPF DDLIST was added to the ISPCMDS table as
Code:
DDLIST   0        SELECT PGM(ISRDDN) NEWAPPL(ISR) SUSPEND SCRNAME(DDLIST) PARM(&ZPARM)
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 RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Routing command Address SDSF to other... TSO/ISPF 2
No new posts DTL - how to define key with stacked ... TSO/ISPF 3
Search our Forums:

Back to Top