Previous Topic: DUFPGM—Program to Use INSTDATANext Topic: ETRLOG—Send Security Events


DUMP—Dump Control Blocks

Valid on z/OS and z/VM.

Use the DUMP control option to produce a diagnostic dump of control blocks within the CA Top Secret address space and common system storage. Only use this option when requested by Technical Support. This option is protected by the accountability feature.

The O/S and TSS MODIFY commands entry methods are accepted.

In z/OS, this control option has the following format:

DUMP

In z/VM this control option has the format:

DUMP(n)
n

Sets the maximum number of times per restart that the server machine can take system dumps.

Range: 1 to 9

Default: 3

Note: If you specify DUMP(0), there are no restrictions to the number of dumps taken.

Examples: DUMP control option

This example uses the DUMP option with the O/S Modify command:

F TSS, DUMP

This example uses the DUMP option with the TSS MODIFY command:

TSS MODIFY(DUMP)