Let me outline the environment
PNODE - IBM Sterling Connect Direct - Running on Windows Server
SNODE - Running some flavor of NDM - Running on a Unix Host
I have created a Process file, and with it, can send a file to the SNODE without issue. Works!
After the file is sent, I need to kick off a JCL on the SNODE. What does that look like in the process file.
What I have, that doesn't work is:
RT2 RUN TASK SNODE (PGM=U7SVC)
SYSOPTS="D=POSTED.BY.MCHD9BM1"
SYSOPTS="D=POSTED.BY.MCHD9BM1"
This also, does not work:
RT2 RUN TASK SNODE (PGM=U7SVC)
SYSOPTS="(~C'D=POSTED.BY.MCHD9KB3'~)"
SYSOPTS="(~C'D=POSTED.BY.MCHD9KB3'~)"
I appreciate any, and all help.