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 that is made by issuing the CICS(SETCDUMP,jobname,prodcode) command.

jobname

Cancels the request for CAIENF/CICS to write a transaction dump when a specific jobname abends.

prodcode

Cancels 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 job CICS0 or product J161 abends.

ENF CICS(NOCDUMP,CICS0,J161)