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

TSO commands library


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

New User


Joined: 26 Apr 2007
Posts: 49
Location: Delhi

PostPosted: Thu Dec 20, 2007 3:52 pm
Reply with quote

Hi
The TSO commands we use are generally CLIST and are saved in a particular library. Can anyone please let me know in which library are these members saved.

Thanks
Back to top
View user's profile Send private message
Gnanas N

Active Member


Joined: 06 Sep 2007
Posts: 792
Location: Chennai, India

PostPosted: Thu Dec 20, 2007 4:53 pm
Reply with quote

Issue the LISTALC STATUS command to see the names of all data sets allocated to SYSEXEC and SYSPROC.

To see what data sets are already defined to SYSEXEC and SYSPROC at
your installation, issue the LISTALC command with the STATUS keyword.

Code:
READY
hp2.listalc status


You then see several screens of data set names that might look something like the following. Scroll until you find SYSEXEC and SYSPROC.

Code:
--DDNAME---DISP--
ICQ.INFOCTR.LOAD.
STEPLIB KEEP

CATALOG.VTSOð22
SYSðððð6 KEEP,KEEP

CATALOG.VTSOð28
KEEP,KEEP

ISP.PHONE.EXEC
SYSEXEC KEEP

ICQ.INFOCTR.ICQCLIB
SYSPROC KEEP

SYS1.TSO.CLIST
KEEP

ISP.ISPF.CLISTS
KEEP


In this example, one data set ISP.PHONE.EXEC is allocated to SYSEXEC, and three data sets ICQ.INFOCTR.ICQCLIB, SYS1.TSO.CLIST, and
ISP.ISPF.CLISTS are allocated to SYSPROC. (When a space appears below the data set name, the data set is allocated to the previously-specified file (DDNAME)).

I got this from TSO/E REXX User's Guide for OS/390.

Correct me if I am wrong.
Back to top
View user's profile Send private message
abhishekmdwivedi

New User


Joined: 22 Aug 2006
Posts: 95
Location: india

PostPosted: Thu Dec 20, 2007 5:03 pm
Reply with quote

hi Mahua,

Type the below command on command line , it will enlist all the system assigned libraries. Search the word 'CLIST' and you will be able to get the libraries where all the CLIST's are saved.

Code:

TSO ISRDDN
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 Calling an Open C library function in... CICS 1
No new posts Submit multiple jobs from a library t... JCL & VSAM 14
No new posts Duplicate several members of/in one l... JCL & VSAM 7
No new posts Issue after ISPF copy to Linklist Lib... TSO/ISPF 1
No new posts Access library name in REXX CLIST & REXX 6
Search our Forums:

Back to Top