Adding the COBOL compiler library to the LINKLIST

If you added HFM.SHFMMOD1 to your LINKLIST, also add the COBOL compiler library to the LINKLIST.

If you did not add HFM.SHFMMOD1 to your LINKLIST, but instead added this library to the STEPLIB DD statement in your TSO logon procedure or your batch job, also add the supported COBOL compiler library to the STEPLIB DD statement.

As an alternative to adding the COBOL compiler library to the LINKLIST or the STEPLIB DD, you can provide access to the COBOL compiler library by allocating an HFMCOB DD for your COBOL compiler library:
//HFMCOB DD DSN=your.complib,DISP=SHR
You can allocate this DD statement dynamically, in your TSO logon procedure, or in a batch job.