Previous Topic: CICS(NOSDUMP,jobname,prodcode)

Next Topic: CICS(NOESTAE,jobname)

CICS(NOCDUMP,jobname,prodcode)

This control option can be used to cancel the standard CICS transaction dump request for a specified jobname and product made by issuing the CICS(SETCDUMP,jobname,prodcode) command.

Options are:

jobname

Specify this option if you want to cancel the request for CAIENF/CICS to write a transaction dump when a specific jobname abends.

prodcode

Specify this option if you want to cancel the request for CAIENF/CICS to write a transaction dump when a specific product abends.

Example

The following example causes CAIENF/CICS to cancel the request to write a transaction dump when either job CICS0 or product J161 abends.

ENF CICS(NOCDUMP,CICS0,J161)