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

How to add a clist to the TSO LOGON procedure


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

New User


Joined: 03 Aug 2006
Posts: 1

PostPosted: Thu Aug 03, 2006 9:48 am
Reply with quote

Hi,

I want to add a clist to the TSO LOGON procedure. Or would like my clist to be executed when I logon to my mainframe id.

How can I do this ?

Sukumar
Back to top
View user's profile Send private message
anamikak

New User


Joined: 10 May 2006
Posts: 64
Location: Singapore

PostPosted: Fri Aug 04, 2006 1:43 pm
Reply with quote

all you have to do is type TSO ISRDDN or just ISRDDN in the ispf command line . find out the SYSPROC DD allocated to your terminal; do an edit and add your datset that has your clist program.
Back to top
View user's profile Send private message
shreevamsi

Active User


Joined: 23 Feb 2006
Posts: 305
Location: Hyderabad,India

PostPosted: Fri Aug 04, 2006 1:50 pm
Reply with quote

hi i_aint_joking,

To do this, Yoy should have authorization for modify ur SYSPROC icon_razz.gif

~Vamsi
Back to top
View user's profile Send private message
diwa_thilak

Active User


Joined: 13 Jul 2006
Posts: 205
Location: At my desk

PostPosted: Sun Dec 03, 2006 11:09 pm
Reply with quote

hi i_aint_joking,

You can try this...
Goto 3.4 option..
search for Userid.Clist (else create a new one if not existing)
create #SETUP (PS)
then try to insert the commands to be executed @logon.
for example
/***********REXX**********?
Say " Hi welcome to mainframe Forum"

will show the message each time when you logon to Mainframe.
To execute a clist
/************REXX***********/
address tso
"Alloc File(SYSPROC) dataset('TSOTEST.CLIST') shr reuse "

will execute the TSOTEST.CLIST to be executed @ logon.

Hope i answered your question.
Thanks
Diwakar

Nobody is perfect . I am Nobody.
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 CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Invoke stored procedure via batch JCL. DB2 2
No new posts Calling COBOL DB2 program from a COBO... COBOL Programming 2
No new posts Execute REXX on logon with ISPF CLIST & REXX 3
No new posts Cond parameter and Rc code of a proce... JCL & VSAM 5
Search our Forums:

Back to Top