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

When I type xx in TSO, it should call a program


IBM Mainframe Forums -> TSO/ISPF
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
worthy2005

New User


Joined: 09 Mar 2005
Posts: 17
Location: Shanghai,China

PostPosted: Sun Oct 30, 2005 2:01 pm
Reply with quote

Hi All,

In the ISPF Primary Option Menu, I type <6 Command> to get into the ISPF Command Shell.
If I type "tso send 'hello world' user(userid)", then the USERID can receive the message, right.

But I type xsend, it comes to the program "Smart Messenger Ver 1.0", whose function is similar to the TSO command send.
I want to ask how to make a software like "Smart Messenger Ver 1.0". When I type the "xxxx" in ISPF Command Shell, then the program "xxxx" could run.

Thanks! icon_smile.gif
Back to top
View user's profile Send private message
jleach

New User


Joined: 31 Oct 2005
Posts: 4

PostPosted: Wed Nov 02, 2005 8:24 am
Reply with quote

Findout what clist/rexx libraries you use in your logon process.
Create member 'xx' in one of these libraries.
In member 'xx' use altlib definitions to build the command allocations;
ispplib, ispmlib. ispllib etc...
Once complete you should be able to go to option 6 enter 'xx' and get your command working. No need to change the TSO command table.
Back to top
View user's profile Send private message
sonipankaj

New User


Joined: 23 Nov 2005
Posts: 10

PostPosted: Thu Nov 24, 2005 5:54 pm
Reply with quote

Save your load in any of the system concatenated Libraries.
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 -> TSO/ISPF

 


Similar Topics
Topic Forum Replies
No new posts Using API Gateway from CICS program CICS 0
No new posts DB2 Event passed to the Application P... DB2 1
No new posts How to pass the PARM value to my targ... COBOL Programming 8
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts EZT program to build a flat file with... All Other Mainframe Topics 9
Search our Forums:

Back to Top