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

How setup user macros for a particular profile!!!!!!


IBM Mainframe Forums -> CLIST & REXX
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
shreevamsi

Active User


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

PostPosted: Thu Jun 15, 2006 10:31 am
Reply with quote

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
View user's profile Send private message
shreevamsi

Active User


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

PostPosted: Thu Jun 15, 2006 12:45 pm
Reply with quote

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
View user's profile Send private message
superk

Global Moderator


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

PostPosted: Thu Jun 15, 2006 10:52 pm
Reply with quote

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
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 -> CLIST & REXX

 


Similar Topics
Topic Forum Replies
No new posts PuTTY - "User is not a surrogate... IBM Tools 5
No new posts How to delete a user's alias from the... JCL & VSAM 11
No new posts user exit in IBM Infosphere Optim DB2 8
No new posts Running a Job with the Default User ID JCL & VSAM 2
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top