Customizing for processing HLASM copybooks

If you want to use File Manager view, edit, copy, print, or data create functions with a HLASM copybook, ensure that the HLASM load library, ASM.SASMMOD1, is available to File Manager. You can do this either by adding it to your linklist, or to the STEPLIB DD statement in your batch job.

To use HLASM in a batch job, specify LANG=HLASM on the File Manager function statement. For example, to print a member of a data set, using an HLASM copybook, you would specify a File Manager function statement similar to:
$$FILEM DSP FORMAT=TABL,TCIN='FMN.SFMNSAM1(FMNACPY)',LANG=HLASM