View previous topic :: View next topic |
Author |
Message |
Ashwinjayaraman Beginner
Joined: 17 Jul 2006 Posts: 2 Topics: 1
|
Posted: Mon Jul 31, 2006 8:04 am Post subject: Invoking Clist during TSO session start - up |
|
|
Hi Guys
Iam trying to find a way to invoke clist when i login into my TSO session. I have coded the clist to instruct me when start up. But how will i plug this at start of my sessions. Do let me know.
Regards
Aswin |
|
Back to top |
|
|
kolusu Site Admin
Joined: 26 Nov 2002 Posts: 12375 Topics: 75 Location: San Jose
|
Posted: Mon Jul 31, 2006 8:53 am Post subject: |
|
|
Ashwinjayaraman,
Concatenate your CList pds to SYSEXEC or SYSPROC.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
|
coolman Intermediate
Joined: 03 Jan 2003 Posts: 283 Topics: 27 Location: US
|
Posted: Mon Jul 31, 2006 9:19 am Post subject: |
|
|
Kolusu,
I guess what he want is his 'concatenation' to happen everytime he logs on so that he can execute the CLIST during LOGON - Everytime you logoff, the SYSPROC/SYSEXEC concatenation would go away
Ashwinjayaraman,
There's must be a LOGON.CLIST at every shop PDS - It would probably have a specific member in which you would have to concatenate your rexx pds to SYSEXEC or SYSPROC and you would get what you need.
________
Land Cruiser 70 Series
Last edited by coolman on Sat Feb 05, 2011 1:45 am; edited 1 time in total |
|
Back to top |
|
|
semigeezer Supermod
Joined: 03 Jan 2003 Posts: 1014 Topics: 13 Location: Atlantis
|
Posted: Mon Jul 31, 2006 10:02 am Post subject: |
|
|
the name of the data set into which you need to place your clist (if in fact there even is one), is different at every shop. Look in your logon proc (SJ your id in SDSF if you are a JES2 shop), and find the parm on the exec statement for IKJEFT01. Then look into the data sets allocated for SYSEXEC and SYSPROC to see what that exec or clist does. It might look for a user library of some name and then if it finds one exists it might try to execute a particular member in that library. You need to put your program where the site's logon clist or exec expects it to be. There is no standard conventions for this. |
|
Back to top |
|
|
Ashwinjayaraman Beginner
Joined: 17 Jul 2006 Posts: 2 Topics: 1
|
Posted: Tue Aug 01, 2006 3:44 am Post subject: |
|
|
Hi All
The problem is now sorted. Its currently invoking the CLIST script at start - up. Thanks a lot for your help
Regards
Aswin |
|
Back to top |
|
|
|
|