Example 1: This example shows a remote command for creating a directory on a remote Unix system:
BPXBATCH PGM /opt/tectia/bin/sshg3 + user1@unix.example.com + mkdir testdir
Example 2: This example shows a 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 mkdir testdir
Example 3: This example shows multiple commands:
BPXBATCH PGM /opt/tectia/bin/sshg3 + user1@unix.example.com + cd /tmp; + ls -l test.*; + rm test.txt