Hi,
You can use the Change Dump command to change the allocation parameters for new 
dump datasets.
We have the following commads in SYS1.PARMLIB(COMMND00)
DD ADD,SMS=(STOR=WORK)'
DD NAME=SYS1.&SYSNAME..DMP&SEQ
DD ALLOC=ACTIVE
CHNGDUMP SET,SDUMP,MAXSPACE=4000M

The first command says to store new dump datasets on a storage class named WORK
The second defines the name pattern for the dump datasets.
The third activates the setting.
The fourth command defines the size of the dynamically allocated dump datasets.

Gadi

________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of 
Joseph Reichman <[email protected]>
Sent: Monday, December 16, 2024 02:29
To: [email protected] <[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

Reply via email to