Input to the assembler
As input, the assembler accepts a program written in the assembler language as defined in the HLASM Language Reference. This program is referred to as a source module. Some statements in the source module (macro or COPY instructions) can cause additional input to be obtained from a macro library.
Input can also be obtained from user exits. See Providing user exits for more information.