Run a Job on UNIX from a Process Submitted from Another UNIX Node

This Process shows how to initiate a Process that executes commands at another UNIX node. The SYSOPTS string must be enclosed in double quotation marks.

proc2   process  snode=unix.node
step01  run job  snode
                 sysopts="ls > /abc/file/user/us1/lsout; ls -lax"
   pend