Concatenating libraries to the LINKLIST

To make File Manager commonly available, add the FMN.SFMNMOD1 library to your concatenated LINKLIST.

If you plan to use functions using PL/I include books, add the Language Environment® runtime library, SCEERUN, to your concatenated LINKLIST, in front of any other PL/I runtime library.

If you plan to use functions using High Level Assembler (HLASM) copybooks, ensure that the HLASM load library, ASM.SASMMOD1, is available to File Manager. You can do this by adding this library to your concatenated LINKLIST.

If you plan to use File Manager to access COBOL copybooks or PL/I include books stored in library management system libraries, add the Language Environment® runtime library, SCEERUN, to your concatenated LINKLIST. For information about using library management system libraries, see Customizing File Manager to use library management system libraries.

To concatenate these libraries to the LINKLIST, add them to either your LNKLSTxx or PROGxx member in SYS1.PARMLIB.