On Thu, 27 Oct 2005 14:27:43 +0330, Ali <[EMAIL PROTECTED]> wrote: >... >Is there a way to go from a VTAM application to TSO environment,excecute a REXX or CLIST and then come back to the previous session? >...
If the particular VTAM application just happened to be NetView and you were running NetVew's TSO Server, the the answer would obviously be "yes". (But then you wouldn't need TSO to run REXX.) In general, the answer to your question is yes, but you need some infrastructure - something to do cross-address space communication, and something at each end to interface with that comunication vehicle. NetView uses its Program-to-Program Interface (part of its subsystem interface), an exec called DSIPHONE running in the TSO address space, and a NetView pipe stage called TSO. There are probably lots of other similar schemes out there. It might help if we knew what you were trying to do. Pat O'Keefe ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

