Submit a Process with a RUN JOB on OpenVMS

The following example shows a Process that submits the command procedure TEST_RJOB.COM from the directory JSMITH.TEST on disk DUC4 on the SNODE (OpenVMS). The SYSOPTS, or system-specific parameters, consist of four parameters, each enclosed in single quotes. P1, P2, and P3 are parameters passed to the TEST_RJOB.COM command procedure. LOG displays the TEST_RJOB.COM commands as they execute to view for error and completion messages. The entire SYSOPTS is enclosed in double quotation marks.

RUNJOBT  PROCESS   SNODE=CD.VMS.SMITH
STEP01   RUN JOB  (DSN=’DUC4:[JSMITH.TEST]TEST_RJOB.COM’ PNODE    -
                   SYSOPTS="P1=’DEF’ P2=’123’ P3=’BR549’ NOPRINT  -
                   LOG=’DUC4:[JSMITH.TEST]TEST.LOG’"