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

Running REXX EXECS without prefixing TSO


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

New User


Joined: 24 Jun 2008
Posts: 23
Location: INDIA

PostPosted: Wed Sep 24, 2008 5:38 pm
Reply with quote

Hello,
I used SYSEXEC allocated dataset in the sense, it is in SYSEXEC concatenation.
Pierre, I am not getting you, please tell me where I should type EXEC. Suppose that I have a member ABCDE in REXX.EXECLST.
Thanking you,
KRSK
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Sep 24, 2008 5:50 pm
Reply with quote

Hi KRSK,

I'm not sure if this is any clearer but I'll give it a go

1. in ispf otion 3.4 enter the dataset name

2. in the command field next to the dataset, type E for edit

3. you now have a member list

4. in the command field next to the member name type EXEC

Gerry
Back to top
View user's profile Send private message
PeD

Active User


Joined: 26 Nov 2005
Posts: 459
Location: Belgium

PostPosted: Wed Sep 24, 2008 5:53 pm
Reply with quote

This way

Code:
DSLIST - Data Sets Matching EVOLA.CMPV0301.SRC                      Row 1 of 1
Command ===>                                                  Scroll ===> CSR
                                                                             
Command - Enter "/" to select action                  Message           Volume
-------------------------------------------------------------------------------
 E       EVOLA.CMPV0301.SRC                                             SYS002
**************************** End of Data Set list ****************************




   Menu  Functions  Confirm  Utilities  Help                                 
 ssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
 EDIT              EVOLA.CMPV0301.SRC                        Row 00001 of 00059
Command ===>                                                  Scroll ===> CSR
            Name     Prompt       Size   Created          Changed          ID
 _________ AMASPZAH                  8  2008/02/02  2008/02/02 15:21:39  ECSLA5
 _________ AMASPZAP                 33  2008/02/02  2008/02/02 15:23:14  ECSLA5
 _________ AMASPZA1                 11  2008/02/02  2008/02/02 16:00:00  ECSLA5
 _________ CMP314                21570  2007/04/24  2008/09/16 20:42:51  ECSLA5
 _________ DYNALOC                 936  2005/09/30  2006/11/27 01:16:42  ECSLA5
 exec_____ ECOMP03                                                             
 _________ ICMPEDI                                                             
 _________ ICMPSWF                  85  2006/12/06  2006/12/15 20:54:15  ECSLA5
 _________ ICMP021                  16  2007/04/18  2008/04/05 19:11:48  ECSLA5
 _________ ICMP341                                                             
 _________ ICMP612                 261  2007/12/04  2008/04/18 20:30:01  ECSLA5
Back to top
View user's profile Send private message
krsk

New User


Joined: 24 Jun 2008
Posts: 23
Location: INDIA

PostPosted: Wed Sep 24, 2008 5:54 pm
Reply with quote

Hello Gcicchet,
I also thought like that. But it is not working, I tried it.
Thanking you,
KRSK
Back to top
View user's profile Send private message
krsk

New User


Joined: 24 Jun 2008
Posts: 23
Location: INDIA

PostPosted: Wed Sep 24, 2008 6:04 pm
Reply with quote

Hello,
Sorry, for the previous post.
It is working, if we type EXEC in the command field next to the dataset name.
But, my requirement is that, the REXX routine should be accessible from anywhere, like if some one wants to execute it after he chooses ISPF option 1 also, it should execute there.
So for that the only option is to add it to add it to the command table. So, after a few posts the topic deviated towards adding a command to ISPF command tables.
Thank you.....
Thanking you,
KRSK
Back to top
View user's profile Send private message
gcicchet

Senior Member


Joined: 28 Jul 2006
Posts: 1702
Location: Australia

PostPosted: Wed Sep 24, 2008 6:04 pm
Reply with quote

Hi,

when you say it's not working, what message are you getting ?

Command not found ?


Gerrry
Back to top
View user's profile Send private message
krsk

New User


Joined: 24 Jun 2008
Posts: 23
Location: INDIA

PostPosted: Wed Sep 24, 2008 6:12 pm
Reply with quote

Hello Gcicchet,
Yeah! Gcicchet, it is working. Sorry for that post. Now, my requirement is that, the command should work from anywhere in ISPF, as said in previouis post(of mine).
Thanking you,
KRSK
Back to top
View user's profile Send private message
Pedro

Global Moderator


Joined: 01 Sep 2006
Posts: 2547
Location: Silicon Valley

PostPosted: Wed Sep 24, 2008 9:10 pm
Reply with quote

So did you add it to the command table or not? And if so, what did you add?
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 Goto page 1, 2  Next

 


Similar Topics
Topic Forum Replies
No new posts Compile Several JCL JOB Through one r... CLIST & REXX 4
No new posts Running REXX through JOB CLIST & REXX 13
No new posts Error to read log with rexx CLIST & REXX 11
No new posts isfline didnt work in rexx at z/OS ve... CLIST & REXX 7
No new posts run rexx code with jcl CLIST & REXX 15
Search our Forums:

Back to Top