Contact customer support - 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

For Precisely customer support, visit our website: https://support.precisely.com.

Note: Some resources require a registered account and sign-in. Have your account credentials and product details available when requesting downloads or license keys.

Registered customers can:

  • Download the latest software releases
  • Request temporary product license keys
  • Explore the technical support database for detailed product information

To contact the support team, visit https://support.precisely.com/contact/.

Information required by customer support

Before contacting customer support, please have the following information available:

Note: Having this information ready will speed troubleshooting and reduce back-and-forth requests.
  • Product release numbers and maintenance level – This information can be obtained via the console commands DIF STATUS and SL.

    F DIF,STATUS
    F DIF,SL
    
  • Job output – Please gather any information documenting the problem. Include JCL, JES system messages output, and any available trace output.

  • The product rule statements – These statements are usually contained in a member in the SCC rule library: DTS.R71.RULELIB.

    The DIF STATUS console command displays the names of the primary rule members used by the products. If you use subrules, the DIF LIST RCT console command can be used to show all the rule members in use by the products.

  • Operating System and SMS release information – This information can be obtained from the DIF started task SYSPRINT file output on the third line beginning with OPSYS in the message text.

  • For problems with VSAM files – Include the DEFINE CLUSTER input statements, job SYSPRINT output, and a LISTCAT of the VSAM file.

Frequently asked questions

Most common technical calls are related to problems in debugging the rule language. If a product does not seem to be functioning properly, and you suspect the rules aren't working correctly, the following steps can help determine why:

Tracing

If possible, rerun the job step with a trace DD statement. If the step cannot be rerun, simulate the failing step as closely as possible.

The trace DD statements used by the products are:

//ACCTRACE DD DUMMY
//MONTRACE DD DUMMY
//DSLTRACE DD DUMMY

Tracing messages will appear in the JES system messages section of the job output (usually the third output file), or in the SYSPRINT file for VSAM DEFINEs.

Note: If the job is a TSO user, allocate the trace so that trace messages appear on the terminal screen rather than in a job output file.

For example, the following TSO allocate command can be used for ACC/SRS testing:

ALLOC FI(ACCTRACE) DUMMY

SMF Reports

For SRS problems, if the job can't be rerun, the SMF reporting programs SRSSMF and DIFMFPRT can be very helpful in diagnosing a failure.

To ensure that SMF reporting is active, specify the rule language statement:

DEFPROD SMF(nnn LEVEL(I))
Note: Replace nnn with the SMF facility number required by your site.

Validation Failures

For product validation failures during startup or shutdown due to conflicts with other products, see the Precisely support article.

Note: Please save a copy of the DIF SYSPRINT file for debugging purposes; it often contains information necessary to identify conflicts.