Submit a Process from UNIX to Run a Program on z/OS

This example shows a Process initiating from UNIX that runs a program on z/OS. The sysopts string must be in uppercase characters to satisfy z/OS syntax requirements.

proc2   process   snode=OS390.node
step01  run task  snode (pgm=DMNOTIFY)
                  sysopts="CL44’DATA.BASE.P1’,F’0010’, XL8’FFA8’"
 pend