Page 1 of 1

How to kick off a JCL on the SNODE

Posted: Wed Aug 02, 2023 11:31 pm
by Xecros
Greetings.

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:

Code: Select all

RT2     RUN TASK SNODE (PGM=U7SVC)
        SYSOPTS="D=POSTED.BY.MCHD9BM1"


This also, does not work:

Code: Select all

RT2     RUN TASK SNODE (PGM=U7SVC)
        SYSOPTS="(~C'D=POSTED.BY.MCHD9KB3'~)"


I appreciate any, and all help.

Re: How to kick off a JCL on the SNODE

Posted: Mon Aug 07, 2023 10:22 pm
by vasanthz
This submits a JCL in SNODE

Code: Select all

SOMENAME PROCESS SNODE=NDM.SNODENAME PNODE=NDM.PNODENAME
STEP010 RUN JOB (DSN=SOME.PDS.ON.SNODE(MEMBER)) SNODE