Previous Topic: CICS(SETSDUMP,jobname,prodcode)

Next Topic: CICS(NOCDUMP,jobname,prodcode)

CICS(NOSDUMP,jobname,prodcode)

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

Options are:

jobname

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

prodcode

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

Example

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

ENF CICS(NOSDUMP,CICS0,J161)