I want to XMIT a job from system A to system B.
System A has ACF2 as its security software on a Z/OS platform with JES2
System B has RACF as its security software on a Z/OS platform with JES2
I submit this on System A
//JOBSYSA JOB (ACTCODEA),'JOB A',USER=USERA
/*XMIT NODESYSB DLM=$B
//JOBSYSB JOB (ACTCODEB),'JOB B',USER=USERB
//STEP01 EXEC PGM=IEFBR14
$B
The job JOBSYSA gets submitted all right on system A.
JOBSYSB then gets to the system B thru an NJE job transmitter. It gets submitted on system B but I get the following error and I've tried every conceivable action in RACF, I can't get this to work.
ICH408I USER(USERB) GROUP(USERBGRP) NAME(HELP, ME)
SUBMITTER(????????)
LOGON/JOB INITIATION - SUBMITTER IS NOT AUTHORIZED BY USER
USERB is correctly identified as the job's user but the SUBMITTER seems to be lost in the transmission or something since I get these ???????. No way I can get a security rule to work with that to my knowldege so I'm asking you, my fellow mainframe users, if you know what to do with this error.