View previous topic :: View next topic
|
Author |
Message |
shreevamsi
Active User
Joined: 23 Feb 2006 Posts: 305 Location: Hyderabad,India
|
|
|
|
Hi,
I created my own macros.
Every time to enable my marcos i setup my PDS with the macros to the SYSEXEC. After i logout of the session the setup is lost.
Could anyone help me out how to permanently setup my PDS to SYSEXEC to than when ever i logon, the MAcros are enables default.
~Vamsi |
|
Back to top |
|
|
shreevamsi
Active User
Joined: 23 Feb 2006 Posts: 305 Location: Hyderabad,India
|
|
|
|
Ok..
Let me put my question in another way.
I wan to execute my REXX script when ever i logon to my Mainframe.
Howz that possible??
~Vamsi |
|
Back to top |
|
|
superk
Global Moderator
Joined: 26 Apr 2004 Posts: 4652 Location: Raleigh, NC, USA
|
|
|
|
Look at your TSO logon JCL. Look for the library name and member name that is executed for your TSO session. Edit that member. Find where the datasets are allocated for SYSPROC and/or SYSEXEC. Insert your library into the allocation list for either DD.
Look further down the member. Is there a place where it calls another CLIST or REXX exec? This is where you can instead call your REXX exec. Maybe there's a place where the logon CLIST calls a particular member from your own library by default. Otherwise, you'll have to add a call to your own logon REXX exec. |
|
Back to top |
|
|
|