RTRACE - 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 RTRACE command can be used to enable rule tracing for a job without having to add a DD trace card or modify the product rules. The command was designed primarily for rule traces on started tasks: HSM, CICS, IMS, etc. A DDname or dataset name filter can also be specified on the command. Like the normal DD trace request, the output from a rules trace is written to the JES messages file for the job.

Syntax:
ENABLE RTRACE {prodname} {jobname} {filter}
DISABLE RTRACE      

Comments: The product name, jobname, and filter parameters are all required. The filter can be specified to limit rules tracing to a specific ddname or dataset. The jobname and filter can use a masking character (*) to limit rules tracing to specific DDnames or datasets. If just the masking character (*) is specified for the filter, all datasets and ddnames will be traced within the job. Lastly, only one RTRACE can be active at a time.

Examples: To activate rules tracing for SRS for all started tasks beginning with CICS and any DD or dataset starting with ABCDB*, the following console command can be used:

F DIF,ENABLE RTRACE SRS CICS* ABCDB*