Best I can do is show you what we have had for decades. It's not a 'recommendation', just evidence of something that works. (I just noticed the comment about 'transition'. 😉 ) Be sure that your SAF rules are set properly. Remember that updates to user broadcast is done by the system, not by a particular user. I notice that we do not specify BROADCAST(); you might check the default.
SEND /* SEND CMD FOR JTE23X2 */ + OPERSEND(ON) /* ALLOW OPER SEND */ + USERSEND(ON) /* ALLOW USER SEND */ + SAVE(ON) /* ALLOW MSG SAVE */ + USEBROD(OFF) /* ACTIONS TO TAKE IN */ + CHKBROD(OFF) /* TRANSITION PERIOD */ + LOGNAME(BRODCAST) /* USERLOG IS CALLED */ + MSGPROTECT(ON) /* 'BRODCAST.USERID' */ + SYSPLEXSHR(ON) /* SYSPLEX SHARING */ . . J.O.Skip Robinson Southern California Edison Company Electric Dragon Team Paddler SHARE MVS Program Co-Manager 323-715-0595 Mobile 626-543-6132 Office ⇐=== NEW [email protected] -----Original Message----- From: IBM Mainframe Discussion List <[email protected]> On Behalf Of Carmen Vitullo Sent: Wednesday, August 7, 2019 7:54 AM To: [email protected] Subject: (External):Having trouble converting to user logs from sys1.brodcast On my 2.3 sandbox system I am trying to convert to user datasets for brodcast, I've RTFM(s) and updated the parmlibs accordingly, seems to be a 2 step process to totally move from sys1.brodcast. current parmlib values for SEND SEND /* SEND COMMAND DEFAULTS */ + OPERSEND(ON) /* */ + USERSEND(ON) /* */ + SAVE(ON) /* */ + CHKBROD(OFF) /* */ + LOGNAME(ULOG.DATA.SYST) /* USERID.ULOG.DATA.SYST */ + USEBROD(OFF) /* */ + MSGPROTECT(ON) /* */ + SYSPLEXSHR(OFF) /* */ + BROADCAST(DATASET(SYS1.BRODCAST) + TIMEOUT(5) PROMPT) I/we get notifications fine from jobend via the notify= but testing the send command hangs, I IPL'd the system and tried again and received the same results, my ID, once notified of a batch job completed did allocate a ulog dataset but it's empty, I'm stumped as to what I've missed. any pointers or something I missed I'd appreciate thanks ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
