/*XMIT security problem



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

/*XMIT security problem

Postby Gilles » Tue Mar 03, 2009 11:46 pm

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.
Gilles
 
Posts: 16
Joined: Mon Sep 29, 2008 6:10 pm
Has thanked: 0 time
Been thanked: 0 time

Re: /*XMIT security problem

Postby dick scherrer » Wed Mar 04, 2009 2:21 am

Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post