DUMP - syncsort_cobol_migration_manager - syncsort_clone_center - syncsort_space_recovery_system - syncsort_scc_monitor - syncsort_simulate_2000 - syncsort_allocation_control_center - Latest

Syncsort™ Storage Management Product Installation Guide And DIF User Guide

Product type
Software
Portfolio
Integrate
Product family
Syncsort™ software
Product
Syncsort™ Storage Management > Syncsort™ Cobol Migration Manager
Syncsort™ Storage Management > Syncsort™ Clone Center
Syncsort™ Storage Management > Syncsort™ Space Recovery System
Syncsort™ Storage Management > Syncsort™ SCC Monitor
Syncsort™ Storage Management > Syncsort™ Simulate 2000
Syncsort™ Storage Management > Syncsort™ Allocation Control Center
Version
Latest
ft:locale
en-US
Product name
Syncsort Storage Management
ft:title
Syncsort™ Storage Management Product Installation Guide And DIF User Guide
Copyright
2023
First publish date
1991
ft:lastEdition
2026-01-22
ft:lastPublication
2026-01-22T05:50:39.722000
L1_Product_Gateway
Integrate
L2_Product_Segment
IBM Infrastructure
L3_Product_Brand
Precisely Syncsort
L4_Investment_Segment
Mainframe
L5_Product_Group
Mainframe Storage Optimization
L6_Product_Name
Syncsort Storage Management

Purpose: The ENABLE DUMP command has two functions. By default, a product will take a dump when an abend occurs. The DISABLE DUMP command can be used to inhibit the ESTAE routine in the product from producing a dump. The DUMP command can also be used to force an abend in a requested module.

The ENABLE DUMP module_name (mod) form of the command will force an abend to occur at the start of a requested module. The dump request can be limited to a specific job and step. The modcnt operand can be used to specify the number of times that the module must be called before the dump is taken. The callcnt operand can be used to specify the number of times the product must get control before modcnt applies.

The DISABLE DUMP command will deactivate the dump request. A DUMP command without ENABLE or DISABLE preceding the command will list the current dump options.

Syntax:
E DUMP {product | *} [mod] [job] [.step] [modcnt] [callcnt]
D DUMP {product | *}  
DUMP {product | *}    
Command: This command should never be required under normal circumstances, and should only be used when requested by technical support.
Note: Only one ENABLE DUMP command can be active for a product at any given time. If two ENABLE DUMP commands are entered for a product, the second command takes precedence.

Examples: If requested by the technical support staff, the following console command would force an abend in ACC0132. The dump request will only apply to job DON1.S1.

F DIF,ENABLE DUMP ACC ACC0132 DON1.S1