EXIT - 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 EXIT command activates a user exit for the specified product. If the exit already exists, the EXIT command will delete the current version of the exit and load a new copy. The exits are loaded into CSA, or extended CSA, based on the RMODE of the user exit.

The DISABLE EXIT command will deactivate the specified exit and remove the exit from CSA. An EXIT command without ENABLE or DISABLE preceding the command will list the current exits for the product.

Syntax:
ENABLE EXIT {product | *} {exitname}
DISABLE EXIT {product | *} {exitname}
EXIT {product | *}       
Comments: User exits are loaded from the STEPLIB DD statement found in the DIF started task.
Tip: For more information about user exits, see “User Exits” on page 3-96 in the Rules Language Programming Guide.

Examples: The following command will activate the ACCUSR01 user exit.

F DIF,ENABLE ACC ACCUSR01