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
Just a thought. If more than one user is getting this message you might try running the following job (We have this job scheduled to run on a regular basis to avoid 'no space in brodcast data set' message): //UPDATE EXEC PGM=IKJEFT01 //SYSUADS DD DSN=SYS1.UADS,DISP=SHR //SYSLBC DD DSN=SYS1.BRODCAST,DISP=SHR //SYSPRINT DD SYSOUT=* //SYSOUT DD SYSOUT=* //SYSABEND DD SYSOUT=* //SYSTSPRT DD SYSOUT=* //SYSTSIN DD * ACCOUNT SYNC END /* ---------------------------------------------------------------------- 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

