How to kick off a JCL on the SNODE

JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...
Xecros
Posts: 1
Joined: Wed Aug 02, 2023 11:23 pm
Skillset: none
Referer: google search on process files

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:

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.

User avatar
vasanthz
Posts: 27
Joined: Thu Aug 05, 2010 2:53 pm
Skillset: SAS
Referer: google

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

Code: Select all

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