> -----Original Message----- > From: IBM Mainframe Discussion List > [mailto:[email protected]] On Behalf Of Munif Sadek > Sent: Thursday, April 14, 2011 2:53 AM > To: [email protected] > Subject: posting commands across systems in a plex > > Dear Listers > > I am sure it must have been discussed before but i can not find any > reference.. > Without using FTP / XEQ / Route (in Batch / SDSF) is there a > way possible to > route a command to another system in a Plex and receive the > output from the > command - Intercatively ..lets say from TSO. > > Thanks in advance for your help / pointers.. > > regards.. Munif
I must say that I don't understand the reason for the restrictions. But I will say: "maybe, in a perverted manner". How? Write a TSO command processor which implements a 3270 virtual terminal. Use that to do a VTAM cross domain logon to SMCS on the target z/OS system. This assumes that you have implemented SMCS consoles. Or do the same, but logon to TSO and use the TSO CONSOLE command. Assumes proper authorities on the remote system. Instead of writing an LU2 3270 virtual terminal emulator, write a TSO based TN3270 emulator and do the above with it, instead of a VTAM cross domain connection. Slip a nice bribe to user with the appropriate authority on the remote system to issue the command for you. Might be easier to just logon to the remote system using TN3270 from your desktop. Pre-Friday nonsense, I guess. -- John McKown Systems Engineer IV IT Administrative Services Group HealthMarkets(r) 9151 Boulevard 26 * N. Richland Hills * TX 76010 (817) 255-3225 phone * [email protected] * www.HealthMarkets.com Confidentiality Notice: This e-mail message may contain confidential or proprietary information. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message. HealthMarkets(r) is the brand name for products underwritten and issued by the insurance subsidiaries of HealthMarkets, Inc. -The Chesapeake Life Insurance Company(r), Mid-West National Life Insurance Company of TennesseeSM and The MEGA Life and Health Insurance Company.SM ---------------------------------------------------------------------- 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

