Hello Seymour/ Lizette,

We use RACF in our system .

Below is our definition of IKJTSO.

BROWSE    SYS1.DEVL.PARMLIB(IKJTSODV) - 01.02

  LOGNAME(*)           /*                           */ +

  BROADCAST (DATASET(SYS2.DEVL.BRODCAST))

SEND                    /* SEND COMMAND DEFAULTS     */ +

   OPERSEND(ON)         /*                           */ +

   USERSEND(ON)         /*                           */ +

   SAVE(ON)             /*                           */ +

   CHKBROD(OFF)         /*                           */ +

   LOGNAME(*)           /*                           */ +

   BROADCAST (DATASET(SYS2.DEVL.BRODCAST))

ALLOCATE                /* ALLOCATE COMMAND DEFAULT  */  +

   DEFAULT(OLD)         /*                           */

TRANSREC                         /* ALLOCATE COMMAND DEFAULT  */

   NODESMF((NODENAME,SMF)) /*ALLOCATE COMMAND DEFAULT*/ +

   CIPHER(YES)          /*                           */ +

   SPOOLCL(B)           /*                           */ +

   OUTWARN(50000,15000) /*                           */ +

   OUTLIM(5000000)      /*                           */ +

   VIO(SYSALLDA)        /*                           */ +

   LOGSEL(LOG)          /*                           */ +

   LOGNAME(MISC)        /*                           */ +

   DAPREFIX(TUPREFIX)   /*                           */ +

   USRCTL(NAMES.TEXT)   /*                           */ +

   SYSOUT(*)            /*                           */



Can you please tell me, what kind of changes do we have to make to solve
this issue in our IKJTSO member.




On Tue, Jun 19, 2018 at 10:39 PM, Seymour J Metz <sme...@gmu.edu> wrote:

> Are you using UADS or SAF?
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> ________________________________________
> From: IBM Mainframe Discussion List <IBM-MAIN@listserv.ua.edu> on behalf
> of saurabh khandelwal <sourabhkhandelwal...@gmail.com>
> Sent: Tuesday, June 19, 2018 3:17 PM
> To: IBM-MAIN@listserv.ua.edu
> Subject: MVS SEND command Error
>
> Hello Group,
>
> During execution of rexx, I am getting little weird output and not sure the
> relationship between them .
>
>
>  /*  REXX     */
>
> 'PIPE SAFE * | STEM MSG.'
>
>
>
> TODataset = Word( Msg.3,3 )
>
> mvs "send 'My console name is  "TODataset"',user=(AB54,AB55),LOGON
>
> exit
>
>
>
> I am getting below error.
>
>
>
>  IKJ144I   UNDEFINED USERID(S) AB55
>
>  IKJ144I
>
> https://secure-web.cisco.com/1SAZQhOsalsJElMXos2HSHFNwHW11W
> 0t6ydh6-sV2VQfEJKGBctchdxQ3-oeq-da6JvYHQKI0xv0l94P363BPPGumj6N
> UKjK9qtyy5txX_j3xaNXhCr6_ra2ZSyuS4I7rAOq8JOV-rTqAgO_
> U3CJcnrDdKsBtH47VD4LnjEVnn0Sl7blSoUEHBNEhqSXPxezgMZro6ZAJIZX_
> 1UU6sIVW54emLWoGihf81jbu4siCKBIT3xTNlrI57-Hs1pYXJpfjrcaXc9JzkQIXDHduIhTC
> m7sjvzVTnnq9xJkvYBj4hJQ9dVy5jyj0jJE8mrE8it5_5Dn38ni0PNCnA_
> ljN-B8ofBx45oZv_F7yz2dGnJ_jpgC7RIRjIevQUYtSh9Nqq0M-_
> h4eQ5eCWvVFvsVVOGljj2bcoi0BjfGyr27I91L-rQLpICav9bAWEHMlyJ1pmOn/https%
> 3A%2F%2Fwww.ibm.com%2Fsupport%2Fknowledgecenter%2Fen%
> 2FSSLTBW_2.1.0%2Fcom.ibm.zos.v2r1.ieam900%2Fm012707.htm
>
> and this explain that broadcast and uads are not matching. I dont
> understand meaning of this error and how sync uads command will help to
> solve this issue.
>
> can anybody guide me how this send command works when we have multiple
> users in list to receive those messages.
>
> One more thing I noticed that, whichever user id I put it first in the send
> command ex :  user=(AB54,AB55)  , AB54 . This user will get notified but
> for rest of the users, I get undefined error.
>
> These all are working RACF users. I am not sure, why I am getting this
> issue.
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN
>



-- 
Thanks & Regards
Saurabh Khandelwal

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to