Forcing the use of the File Manager COBOL compiler

The File Manager COBOL compiler load modules are shipped in FMN.SFMNMOD1.

To force File Manager to use this compiler, you take one of these actions:

  • Define a FACILITY class profile as described in Controlling the use of the COBOL compiler.
  • Allocate a DD statement
    //FMNCOB DD DUMMY
    You can allocate this DD statement dynamically, in your TSO logon procedure, or in a batch job.