>Can I change the bufferspace value to each MAN file >individually or is this one of those changes that >require all MAN files be redefined?
You may try to run IDCAMS: ALTER SYS1.MAN1.D BUFSP(110592) ALTER SYS1.MAN3.D BUFSP(110592) ALTER SYS1.MAN4.D BUFSP(110592) ALTER SYS1.MAN5.D BUFSP(110592) ALTER SYS1.MAN6.D BUFSP(110592) ALTER SYS1.MAN7.D BUFSP(110592) ALTER SYS1.MAN8.D BUFSP(110592) ALTER SYS1.MAN9.D BUFSP(110592) (this is from my old JCL) against all your active SMF datasets. This may work and should not hurt anything. If you are adding a new SMF dataset to the existing ones - you cannot change the CISIZE. I think it is even worse, to change CISIZE you need to re-IPL with a redefined set of SMF datasets (SET SMF inactive/active will not work). ---------------------------------------------------------------------- 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

