How to kick off a JCL on the SNODE



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

How to kick off a JCL on the SNODE

Postby Xecros » Wed Aug 02, 2023 11:31 pm

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:
RT2     RUN TASK SNODE (PGM=U7SVC)
        SYSOPTS="D=POSTED.BY.MCHD9BM1"


This also, does not work:
RT2     RUN TASK SNODE (PGM=U7SVC)
        SYSOPTS="(~C'D=POSTED.BY.MCHD9KB3'~)"


I appreciate any, and all help.
Xecros
 
Posts: 1
Joined: Wed Aug 02, 2023 11:23 pm
Has thanked: 0 time
Been thanked: 0 time

Re: How to kick off a JCL on the SNODE

Postby vasanthz » Mon Aug 07, 2023 10:22 pm

This submits a JCL in SNODE
SOMENAME PROCESS SNODE=NDM.SNODENAME PNODE=NDM.PNODENAME
STEP010 RUN JOB (DSN=SOME.PDS.ON.SNODE(MEMBER)) SNODE
User avatar
vasanthz
 
Posts: 27
Joined: Thu Aug 05, 2010 2:53 pm
Has thanked: 8 times
Been thanked: 0 time


Return to JCL