View previous topic :: View next topic
|
Author |
Message |
worthy2005
New User
Joined: 09 Mar 2005 Posts: 17 Location: Shanghai,China
|
|
|
|
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! |
|
Back to top |
|
|
jleach
New User
Joined: 31 Oct 2005 Posts: 4
|
|
|
|
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 |
|
|
sonipankaj
New User
Joined: 23 Nov 2005 Posts: 10
|
|
|
|
Save your load in any of the system concatenated Libraries. |
|
Back to top |
|
|
|