Example 2: Forcing assembly of a module

Assume you have a macro that is used by a source, and you want to make sure the source is always assembled when the macro is changed. You can do this by setting the ASSEMBLE indicator as follows:
SET      BDY(DLIB1)         /* Set to DLIB zone.        */.
UCLIN                       /*                          */.
ADD      MOD(SRC01)         /* MOD entry for source.    */
         ASSEMBLE           /* Always assemble it.      */
                            /*                          */.
ENDUCL                      /*                          */.