USEIOX
- USEIOX
- Specifies whether or not File Manager will load an I/O exit
For information on providing a user I/O exit, see Customizing File Manager to use an I/O exit.
- DISABLE
- The exit function is disabled. File Manager will not use an I/O exit when processing data sets, and the user will not be able to specify an exit name on any panel. The default is DISABLE.
- ENABLE
- The exit function is enabled. The User I/O Exit selection field is displayed on the relevant panels, allowing the user to provide the name of a user-written exit, if required. Alternatively, the name of an exit can be specified in the system settings.
- (ENABLE,exit_name)
- The exit function is enabled and a default exit, exit_name, will be displayed in the User I/O Exit selection field, unless overwritten by the user. If a value is specified for exit_name, then exit_name should exist as a module in a load library available to File Manager.