Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Anchor
Remote z/OS Execution Using an IP Address
Remote z/OS Execution Using an IP Address
Remote z/OS Execution Using an IP Address

Panel

exec 192.168.10.111 cmd="ls -al /u/joe" user=joe pwd=abcdefg

Anchor
Remote z/OS Execution Using a Host Name
Remote z/OS Execution Using a Host Name
Remote z/OS Execution Using a Host Name

Panel

exec dallas cmd="ls -al /u/joe " user=joe pwd=abcdefg

Anchor
Remote z/OS Execution Using a UDM Logical Session Name
Remote z/OS Execution Using a UDM Logical Session Name
Remote z/OS Execution Using a UDM Logical Session Name

Panel

open rmtsys=dallas user=joe pwd= abcdefg

exec rmtsys cmd="ls -al /u/joe "

Remote Execution Requirements for Windows

...

Anchor
Remote Windows Execution Using an IP Address
Remote Windows Execution Using an IP Address
Remote Windows Execution Using an IP Address

Panel

exec 192.168.10.111 cmd="dir c:\" user=joe pwd=abcdefg

Anchor
Remote Windows Execution Using a Host Name
Remote Windows Execution Using a Host Name
Remote Windows Execution Using a Host Name

Panel

exec dallas cmd="dir c:\" user=joe pwd=abcdefg

Anchor
Remote Windows Execution Using a UDM Logical Session Name
Remote Windows Execution Using a UDM Logical Session Name
Remote Windows Execution Using a UDM Logical Session Name

Panel
open
exec
 rmtsys=dallas user=joe pwd= abcdefg
exec rmtsys cmd="dir c:\"

Remote Execution Requirements for UNIX

...

Anchor
Remote UNIX Execution Using an IP Address
Remote UNIX Execution Using an IP Address
Remote UNIX Execution Using an IP Address

Panel
exec 192.168.10.111 cmd="ls -al /home/joe" user=joe pwd=abcdefg

Anchor
Remote UNIX Execution Using a Host Name
Remote UNIX Execution Using a Host Name
Remote UNIX Execution Using a Host Name

Panel
exec dallas cmd="ls -al /home/joe" user=joe pwd=abcdefg

Anchor
Remote UNIX Execution Using a UDM Logical Session Name
Remote UNIX Execution Using a UDM Logical Session Name
Remote UNIX Execution Using a UDM Logical Session Name

Panel
open
exec
 rmtsys=dallas user=joe pwd= abcdefg
exec rmtsys cmd="ls -al /home/joe"

Remote Execution Requirements for IBM i

...

Anchor
Remote IBM i Execution Using an IP Address
Remote IBM i Execution Using an IP Address
Remote IBM i Execution Using an IP Address

Panel
exec 192.168.10.111 cmd="dsplib joelib" user=joe pwd=abcdefg

Anchor
Remote IBM i Execution Using a Host Name
Remote IBM i Execution Using a Host Name
Remote IBM i Execution Using a Host Name

Panel
exec dallas cmd="dsplib joelib" user=joe pwd=abcdefg

Anchor
Remote IBM i Execution Using a UDM Logical Session Name
Remote IBM i Execution Using a UDM Logical Session Name
Remote IBM i Execution Using a UDM Logical Session Name

Panel
open
exec
 rmtsys=dallas user=joe pwd= abcdefg
exec rmtsys cmd=" dsplib joelib"