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

jobname

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

prodcode

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

ENF CICS(NOSDUMP,CICS0,J161)