Now, a different process is to create a TSO Logon REXX/CLIST that does what you want. Then you do not need to worry about SYS1.BRODCAST. You can add that in your TSO LOGON proc so when the user Logs on, they get the message you want for them to see..
Lizette > -----Original Message----- > From: IBM Mainframe Discussion List [mailto:[email protected]] On > Behalf Of Lizette Koehler > Sent: Wednesday, June 28, 2017 8:28 PM > To: [email protected] > Subject: Re: how to keep messages in the sys1.broadcast for ever > > There are commands you can use to update the SYS1.BRODCAST for SAVEd message. > > If you can download the broadcast tool from cbttape.org, it can be helpful. > > To list all messages in the notices section of the SYS1.BRODCAST data set, > enter: > > SE LIST > > Then you can delete the message by msgno > > Then you can add a new message with the SEND command with the sub parm LOGON > > See this manual for further information. > > https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.1.0/com.ibm.zos.v2r1. > iea > g100/send.htm > > This was found by going to www.ibm.com and searching for SYS1.BRODCAST > Lizette > > > > -----Original Message----- > > From: IBM Mainframe Discussion List [mailto:[email protected]] On > > Behalf Of [email protected] > > Sent: Wednesday, June 28, 2017 8:21 PM > > To: [email protected] > > Subject: Re: how to keep messages in the sys1.broadcast for ever > > > > > > Hi > > > > When we logon TSO, we want to tell everyone which system we logon by > > Broadcast message. > > > > it is ok now > > > > Because the system name was changed , we didn't know how to change it in > the > > broadcast. > > > > ========== > > > > The broadcast dataset is not a repository for long term retention. It is > > considered temporary. > > > > When a user logs on, any messages for that user are retrieved. If this > does > > not occur, the SYS1.BRODCAST dataset will fill up and a failure to log the > > message to the SYS1.BRODCAST dataset will be lost. As will any other > > messages sent to SYS1.BRODCAST. > > > > What problem are you trying to solve? > > > > > > Lizette > > > > > > > -----Original Message----- > > > From: IBM Mainframe Discussion List [mailto:[email protected]] > > > On Behalf Of [email protected] > > > Sent: Wednesday, June 28, 2017 8:08 PM > > > To: [email protected] > > > Subject: how to keep messages in the sys1.broadcast for ever > > > > > > > > > hi all > > > > > > Could you tell us how to keep messages in the sys1.broadcast for ever ? > > > > > > Thanks a lot! > > > > > > Jason Cai > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
