Submit a Process from z/OS to Execute Microsoft Windows Programs

This Process initiates a Process from z/OS that runs a program on Microsoft Windows. The desktop parameter is set to YES to allow the program to interact with the desktop. The sysopts string is enclosed in backlashes.

PROC2   PROCESS    SNODE=NT.NODE                                         -
                   SNODEID=(puser01,ppswd01)
STEP01  RUN TASK  (PGM="NT") SNODE                                       -
                   SYSOPTS=\xd5 CMD(D:\CDCLNT\PROGPACK.EXE               -
                   D:\CDCLNT\PROGRAM.PAC\ D:\CDCLNT\*.*) DESKTOP (YES)’\