Customizing for processing HLASM copybooks

If you want to use Z Data Tools view, edit, copy, print, or data create functions with a HLASM copybook, ensure that the HLASM load library, ASM.SASMMOD1, is available to Z Data Tools. 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 Z Data Tools function statement. For example, to print a member of a data set, using an HLASM copybook, you would specify a Z Data Tools function statement similar to:
$$FILEM DSP FORMAT=TABL,TCIN='HFM.SHFMSAM1(HFMACPY)',LANG=HLASM