>On 18 Sept, Gionfriddo Michele wrote: >>in my environment, i have a user that after submitting a job, takes this >>messages: >>'SE '11.16.38 JOB29857 $HASP165 VAA00J ENDED AT NJEAT >>MAXCC=4',LOGON,USER=(VAA00) >>IKJ574I NO SPACE IN BROADCAST DATA SET FOR MAIL > If your shop uses ACF2 as the security system, you (or your sysprog or security admin) need to use the ACF2 Batch Sync program, ACFBSYNC. One benefit of using this program over the standard SYNC is that you can filter the set of userids that gets loaded into the BRODCAST dataset's directory. For example, if only TSO users should be able to receive NOTIFY messages, use this JCL:
//TSO EXEC PGM=ACFBSYNC,PARM='IF(TSO)' //SYSPRINT DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR This prevents logonids that are only used for production, but not for TSO, from filling up your BRODCAST dataset over time. Of course, as someone has pointed out already, a regularly scheduled SYNC job is a good housekeeping idea. It also eliminates deleted userids and their stored messages. If you routinely run out of space, you might consider creating a larger BRODCAST dataset or switching to individual BRODCAST datasets. Regards, Ulrich Krueger ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

