Run a Job on z/OS from a Process Submitted on UNIX

This Process shows how to initiate a Process from UNIX to run a job at an z/OS node. The DSN string must be in uppercase characters to satisfy z/OS syntax requirements.

proc2   process   snode=OS390.node
                  snodeid=(user01,pswd01)
step01  run job  (dsn=SRCDATA.SET(TEST))
                  snode
     pend