Judging by the dump’s name you are using dynamic dumps. Look in IEACMDxx or COMMNDxx for a dump command that activates dynamic dumps. Either turn it off and preallocate a SYS1.DUMP00 (and get rid of all other dump datasets) but make it 500 cylinders primary or as large as you can. Also, your SMS routines could be getting involved in the dynamic allocations. So check your SMS routines for allocation sizes.
On Sun, Dec 15, 2024 at 6:46 PM Joseph Reichman < [email protected]> wrote: > Hi > > just did re-ipl and got the same message I have been getting > > DUMPID=011 REQUESTED BY JOB (DUMPSRV ) > DUMP TITLE=COMPON=SSI,COMPID=5752SC1B6,ISSUER=IEFJSARR,MODULE=I > EFJRASP,ABEND=S0C4,REASON=00000011,SNAME=TSTA > DUMP CAPTURED USING OPTIMIZE=YES > IKJ56245I DATA SET SYS1.S0W1.Z31B.DMP00021 NOT ALLOCATED, NOT ENOU > SPACE ON VOLUMES+ > > The pack my dumps were on was B3SYS1 I deleted all the dump datasets > pre-allocated DMP00021 > > > Had a commndxx poin to practically empty pack > > Still getting the above message > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf > Of > Lennie Bradshaw > Sent: Sunday, December 15, 2024 7:33 PM > To: [email protected] > Subject: Re: Allocation of SVC dump dataset > > Have you tried just allocating a SYS1.DUMP00 dump data set? > Lennie > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf > Of > Joseph Reichman > Sent: 16 December 2024 00:30 > To: [email protected] > Subject: Allocation of SVC dump dataset > > Hi > > I am getting a SVC dump from a subsystem initialization routine which I am > not able to capture because I am getting a message not enough space on > volumes > > I tried a number of things to get around this > > 1) In my commndxx member one the commands I entered COM='DD > ADD,VOL=IPCSVL' to point to volume dedicated to IPCS dumps > However the SVC dump happens before this command > 2) On the pack that it does go to I deleted all the SVC dumps so that > there should be space > 3) I preallocated a SVC dump both on the pack I pointed to from the > commandxx member and on the pack its trying to dump to the subsystem dump > So obviously there is space on that pack > > > With all that I am still getting a message not enough space on volumes > > > > > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email > to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email > to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
