Example 1: Remote command for creating a directory on a remote Unix system:
BPXBATCH PGM /opt/tectia/bin/sshg3 +user1
@unix.example.com
+ mkdirtestdir
Example 2: Remote command for creating a directory on a remote Windows
system. Note that the quotes ("
) are not needed when Windows commands are run
from JCL, but they are needed when the remote commands are run from USS shell:
BPXBATCH PGM /opt/tectia/bin/sshg3 +user2
@windows.example.com
+ cmd /c mkdirtestdir
Example 3: Multiple commands:
BPXBATCH PGM /opt/tectia/bin/sshg3 +user1
@unix.example.com
+ cd /tmp; + ls -l test.*; + rm test.txt