| IBM MAINFRAME HELP & SUPPORT FORUMS Technical Forums for IBM Mainframe Applications like COBOL, JCL, CICS, DB2, FileAid, DFSORT, Endevor, Xpediter, CoolGen, CA-7&11, AbendAid, IMS, IDMS, PL/I, MqSeries, SyncSort, Assembler, ChangeMan, Easytrieve, InterTest, REXX, CLIST etc...
|
| View previous topic :: View next topic |
| Author |
Message |
worthy2005
Joined: 09 Mar 2005
Posts: 16
Location: Shanghai,China
|
| Posted: Sun Oct 30, 2005 2:01 pm Post subject: When I type xx in TSO, it should call a program |
|
|
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
Joined: 31 Oct 2005
Posts: 4
|
| Posted: Wed Nov 02, 2005 8:24 am Post subject: Re: When I type xx in TSO, it should call a program |
|
|
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
Joined: 23 Nov 2005
Posts: 8
|
| Posted: Thu Nov 24, 2005 5:54 pm Post subject: Re: When I type xx in TSO, it should call a program |
|
|
| Save your load in any of the system concatenated Libraries. |
|
| Back to top |
|
| |
THIS IS AN ARCIVE FORUM IN READ ONLY MODE. IF YOU WANT TO ASK YOUR DOUBTS USE THE ACTUAL FORUM
|