Submit a Process from Connect:Direct for Microsoft Windows to Run DMRTSUB on z/OS

The following Process is submitted from Connect:Direct® for Microsoft Windows to run DMRTSUB on a Connect:Direct for z/OS® node. This Run Task using DMRTSUB will submit a job to run on z/OS and pass the symbolic for &NTDISP to the JCL it submits.

See the IBM Sterling Connect:Direct for z/OS User Guide for more information on DMRTSUB.

DMRTASK  PROCESS
                   &NTDISP=”RPL”
                   SNODE=CSD.MVS.LEVEL1 /*$MVS$*/
                   HOLD=NO
                   CLASS=1
                   PRTY=10
                   EXECPRTY=10
                   RETAIN=NO
                   SNODEID=(USERID,USERPASSWORD)
RTASK01  RUN TASK  SNODE (PGM=DMRTSUB)
                   SYSOPTS=”C’DSN=JSMITH.PROCESS(SAMPLE),DISP=SHR’
                            C’NTDISP &NTDISP’”
     PEND