Submit a Process from z/OS to Execute UNIX Commands

This Process initiates a Process from z/OS that executes commands on UNIX. The SYSOPTS string must be in the proper case for UNIX and enclosed in double quotation marks.

PROC2  PROCESS  SNODE=UNIX.NODE
STEP01 RUN TASK SNODE (PGM=UNIX) SYSOPTS="ls -lax > lsout.ncr"