TRACE - 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 TRACE command will activate module tracing for the specified product. This debugging facility can produce a trace message for every module entered during product execution. The trace request can be limited to a specified jobname and stepname.

The number of messages can also be limited by the lvl operand. When one module calls another, the module level counter is incremented by one. During module termination, the level counter is decremented. The TRACE command can use the level counter to limit the output to a specified module call depth.

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

Syntax:


ENABLE TRACE {product | *} [lvl] [jobname] [. stepname]
DISABLE TRACE {product | *}
TRACE {product | *}
    

Comments: This command should never be required under normal circumstances, and should only be used when requested by technical support.

Warning: Only one ENABLE TRACE command can be active for a product at any given time. If two ENABLE TRACE commands are entered for a product, the second command takes precedence.
Note: The output produced by the trace command is written to the system log via the WTO SVC (ROUTCDE=11). If a lvl operand is not specified or set to zero, a lot of output can be produced by the trace facility. You may wish to warn the system operators before you enable module tracing.

Examples: If requested by the technical support staff, the following console command would enable ACC module tracing for job DON1 with a step name of S1. The level limit will only trace modules to a call depth of two.


F DIF,ENABLE TRACE ACC 2 DON1.S1