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
ENABLE or DISABLE commands to set the appropriate
operating system capabilities flags. The list of valid opfunc operands follows:
-
ARsupports Access Register mode -
CDSPsupports DataSpace -
CMsupports Cross Memory Services -
CVAFsupports Common VTOC Access Facility interface -
ENFsupports Event Notification Facility interface -
IVSKsupports IVSK instruction -
LPAPROTsupports PLPA protect with a flag in the PGTE -
SJFsupports Scheduler JCL Facility interface -
SSAFFsupports subsystem affinity -
TPROTsupports TPROT instruction -
UCBSCANsupports UCB scan interface -
UCB4supports four-byte UCB addresses -
UCB31supports UCBs in extended memory -
XAIOsupports 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