Adding the COBOL compiler library to the LINKLIST
If you added FMN.SFMNMOD1 to your LINKLIST, also add the COBOL compiler library to the LINKLIST.
If you did not add FMN.SFMNMOD1 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 FMNCOB DD for your COBOL compiler
library:
//FMNCOB DD DSN=your.complib,DISP=SHR
You
can allocate this DD statement dynamically, in your TSO logon procedure,
or in a batch job.