![[z/OS]](../images/ngzos.gif)
Dump control settings
Use these settings to manage the dump control configuration in WebSphere® Application Server.
- ras_dumpoptions_dumptype= n
- Specifies the default dump used by the signal handler. Valid
values and their meanings are:
- 0
No dump is generated.
- 1
A ctrace dump is taken.
- 2
A cdump dump is taken.
- 3
A csnap dump is taken.
- 4
A CEE3DMP dump is taken.
Note: CEE3DMP dumps are not available in WebSphere Application Server for z/OS® with 64-bit support. If this option is chosen, it will be ignored in 64-bit environments.CEE3DMP generates a dump of Language Environment® and the member language libraries. Sections of the dump are selectively included, depending on dump options specified, either by default or through theras_dumpoptions_ledumpoptons
variable. By default, this value passesTHREAD(ALL) BLOCKS
to CEE3DMP. You can override the default options for CEE3DMP through theras_dumpoptions_ledumpoptons
variable. For more information about CEE3DMP and its options, see z/OS Language Environment Programming Reference, SA22-7562..
Default: 3
Example:ras_dumpoptions_dumptype=2
- 0
- ras_dumpoptions_ledumpoptons= options
- Specifies dump options to be used with a CEE3DMP. If you want
more than one option, separate each option with a blank. Specifies
dump options to be used with a CEE3DMP. If you want more than one
option, separate each option with a blank. This WebSphere variable is used only when you specify
ras_dumpoptions_dumptype=4
. For an explanation of CEE3DMP and valid dump options, see z/OS Language Environment Programming Reference, SA22-7562.Rule: The maximum length of the option string on this environment variable is 255. If the option string is longer than 255, you receive message BBOM0011W and the CEE3DMP dump options are set toTHREAD(ALL) BLOCKS
.Default:THREAD(ALL) BLOCKS
Example:ras_dumpoptions_ledumpoptons=NOTRACEBACK NOFILES