OPSYS - 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 OPSYS command only applies to Hitachi and Fujitsu operating systems. This command can be used to set flags that inform DIF of the operating system capabilities. Under normal circumstances, DIF correctly sets these flags via the OPSYS operand in the DIF PARM field. This command can be used to override the default operating system capability flags.

The ENABLE OPSYS command will inform DIF that the specified capability is available in the current operating system. The DISABLE OPSYS command will inform DIF that the specified capability is not available.

An OPSYS command without ENABLE or DISABLE preceding the command will list the current operating system capability flags. Entries listed as blanks mean the function is supported.

Syntax:

ENABLE OPSYS {opfunc}
DISABLE OPSYS {opfunc}
OPSYS    
Tip: This command is typically only required for first-time Hitachi or Fujitsu installations that are having problems with product installation. The technical support staff, working with the Hitachi or Fujitsu software support, will provide the ENABLE or DISABLE commands to set the appropriate operating system capabilities flags.

The list of valid opfunc operands follows:

  • AR supports Access Register mode
  • CDSP supports DataSpace
  • CM supports Cross Memory Services
  • CVAF supports Common VTOC Access Facility interface
  • ENF supports Event Notification Facility interface
  • IVSK supports IVSK instruction
  • LPAPROT supports PLPA protect with a flag in the PGTE
  • SJF supports Scheduler JCL Facility interface
  • SSAFF supports subsystem affinity
  • TPROT supports TPROT instruction
  • UCBSCAN supports UCB scan interface
  • UCB4 supports four-byte UCB addresses
  • UCB31 supports UCBs in extended memory
  • XAIO supports XA I/O subsystem

Examples: If directed by technical support, the following ENABLE OPSYS command can be used to inform DIF that the operating system provides a UCB SCAN interface routine.

F DIF,ENABLE OPSYS UCBSCAN