Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Macro name changed from html to html-bobswift during server to cloud migration processing.

...

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
Html bobswift
<pre>

exec

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

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
Html bobswift
<pre>

exec

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

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
Html bobswift
<pre>

open

Html bobswift
 rmtsys=dallas user=joe pwd= abcdefg

exec

Html bobswift
 rmtsys cmd="ls -al /u/joe "
</pre>

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
Html bobswift
<pre>

exec

Html bobswift
 192.168.10.111 cmd="dir c:\" user=joe pwd=abcdefg
</pre>

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

Panel
Html bobswift
<pre>

exec

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

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
Html bobswift
<pre>

open

Html bobswift
 rmtsys=dallas user=joe pwd= abcdefg

exec

Html bobswift
 rmtsys cmd="dir c:\"
</pre>

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
Html bobswift
<pre>

exec

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

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

Panel
Html bobswift
<pre>

exec

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

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
Html bobswift
<pre>

open

Html bobswift
 rmtsys=dallas user=joe pwd= abcdefg

exec

Html bobswift
 rmtsys cmd="ls -al /home/joe"
</pre>

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
Html bobswift
<pre>

exec

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

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
Html bobswift
<pre>

exec

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

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
Html bobswift
<pre>

open

Html bobswift
 rmtsys=dallas user=joe pwd= abcdefg

exec

Html bobswift
 rmtsys cmd=" dsplib joelib"
</pre>