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

This Process initiates a Process from a UNIX node that executes commands on an i5/OS node to delete two libraries. The sysopts string must be enclosed in double quotation marks.

proc1   process    snode=as400
                   snodeid=(userid,passwrd)
step02  run task  (pgm=AS400)
                   snode
                   sysopts="CMD(DLTLIB LIB(URGRSSDT1)) CMD(DLTLIB LIB(URGRSS))"
 pend