Submit a Process with a RUN TASK on i5/OS from a VM Node

This example is initiated on a Connect:Direct® for VM/ESA node to execute a RUN TASK on Connect:Direct for i5/OS. The SYSOPTS parameter specifies the i5/OS CL command DLTLIB.

RTVM      PROCESS    SNODE=CD.OS400
*********************************************************************
*  RUN TASK INITIATED FROM VM TO RUN ON OS400
*********************************************************************
STEP3000  RUN TASK  (PGM=AS400) SNODE         -
                     SYSOPTS=\"\              -
                             \CMD( \          -
                             \ DLTLIB \       -
                             \ LIB(TEST1) \   -
                             \ ) \            -
                             \"\