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

192

exec 192.168.10.111

cmd="ls

-al

/u/joe"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift
<pre>

exec

Html bobswift

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

<pre> dallas

 dallas cmd="ls

-al

/u/joe

"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift

exec

Html bobswift

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

<pre>

 rmtsys=dallas

user=joe

pwd=

abcdefg

exec

rmtsys

 rmtsys cmd="ls

-al

/u/joe

"

</pre>

Panel
Html bobswift
rmtsys

open

Html bobswift
Html bobswift

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

<pre>

 192.168.10.111

cmd="dir

c:\"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift
192

exec

Html bobswift

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

<pre> dallas

 dallas cmd="dir

c:\"

user=joe

pwd=abcdefg

</pre>

Panel
Html bobswift

exec

Html bobswift

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

 rmtsys=dallas user=joe pwd= abcdefg
exec
 rmtsys cmd="dir c:\"
</pre>
Panel
Html bobswift
<pre>
open
Html bobswift
Html bobswift

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

<pre>
 192.168.10.111 cmd="ls -al /home/joe" user=joe pwd=abcdefg
</pre>
Panel
Html bobswift
exec
Html bobswift

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

<pre>
 dallas cmd="ls -al /home/joe" user=joe pwd=abcdefg
</pre>
Panel
Html bobswift
exec
Html bobswift

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

<pre>
 rmtsys=dallas user=joe pwd= abcdefg
exec
 rmtsys cmd="ls -al /home/joe"
</pre>
Panel
Html bobswift
open
Html bobswift
Html bobswift

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

html-bobswift
exec
 192.168.10.111 cmd="dsplib joelib" user=joe pwd=abcdefg
</pre>
Panel
<pre>
Html bobswift

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

html-bobswift
exec
 dallas cmd="dsplib joelib" user=joe pwd=abcdefg
</pre>
Panel
<pre>
Html bobswift

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

<pre>
 rmtsys=dallas user=joe pwd= abcdefg
exec
 rmtsys cmd=" dsplib joelib"
</pre>
Panel
Html bobswift
open
Html bobswift
Html bobswift