Forcing the use of the Z Data Tools COBOL compiler

The Z Data Tools COBOL compiler load modules are shipped in HFM.SHFMMOD1.

To force Z Data Tools 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
    //HFMCOB DD DUMMY
    You can allocate this DD statement dynamically, in your TSO logon procedure, or in a batch job.