View previous topic :: View next topic |
Author |
Message |
Rama_Prayaga Beginner

Joined: 20 May 2003 Posts: 45 Topics: 15
|
Posted: Thu Oct 07, 2004 10:37 am Post subject: allocate Rexx library in TSO profile |
|
|
I am New to rexx.I've just written and executed my first REXX exec for this new library. I have a REXX library within which to put all the REXX execs that i write. I always The above ALTLIB or ALLOCATE command to execute my REXX when I login.But I want it be placed into my TSO profile so that you will not have to key this command in each time i logon to TSO.How to acheive this? What should I do .Please help me. |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
Rama_Prayaga Beginner

Joined: 20 May 2003 Posts: 45 Topics: 15
|
Posted: Fri Oct 08, 2004 7:22 am Post subject: |
|
|
Hi Kolusu,
Thank you,
but I have a small issue, See &userid.ISPF.PROFILE.SY1 is my profile.We have a Member called GData i.e. &userid.ISPF.PROFILE.SY1(GData) which will intitiate my REXX exec.I have concatinated my rexx data sets as below in my profile member(gdata).its working fine.
* AN ASTERIK IN COLUMN 1 INDICATES A COMMENT STATEMENT.
* A |
|
Back to top |
|
 |
|
|