Assembler statements

HCD generates own macro instructions into the logical input data set before processing. This may cause problems with assembler statements you inserted into your input data sets. For example, coding the ISEQ, CSECT, or RMODE instructions may cause a warning message issued by the assembler. As a consequence the migration will be terminated. To avoid this, remove your assembler statements. The generated HCD instructions look as follows:
       PRINT OFF
       COPY CBDZPARS
       TITLE 'xxx LISTING'
CBDTXT CSECT
CBDTXT RMODE ANY
       PRINT ON NOGEN
            .
            .
input data set statements
            .
            .
       PRINT OFF
       HCDEND
       END CBDTXT