Using COBOL compiler options with File Manager

File Manager overrides certain COBOL compiler options when it invokes the COBOL compiler. Therefore these options cannot be marked as 'fixed' in the COBOL default options module IGYCDOPT. These options are:
ADATA         LIB
ADEXIT        LINECOUNT
ARITH         MSGEXIT
COMPILE       OBJECT
DBCS          OPTIMIZE
DECK          PRTEXIT
FLAG          SQL
INEXIT        STGOPT

If you have any of these options fixed at your site, you will need to build a File Manager-specific COBOL options module that does not have these options fixed, and make this module available to the COBOL compiler invoked by File Manager. For information on changing the COBOL default options and building an options module for a specific purpose, see the appropriate COBOL Customization book.

If you build a File Manager-specific COBOL options module, but do not want to make it generally available other than to File Manager, make a copy of your COBOL compiler library containing this options module. You can then make this copy of the COBOL compiler library available to File Manager only, by means of the FMNCOB DD statement, allocated dynamically, in your TSO logon procedure, or in a batch job.