Example 7: Adding a UTIN and SIDEDECKLIB subentry to an LMOD

In this example, a utility input subentry list, containing DSOMCMP1 from library SDSOMSD and DSOMCMP2 from library SDSOMSD, is added to the LMOD entry for load module LMOD1. In addition, a side deck library subentry of SGOSSD is added to the LMOD entry for load module LMOD5.
SET BDY(TGT)                 /* Set to target zone.          */.
UCLIN                        /* Start UCLIN processing.      */.
ADD LMOD(LMOD1)              /* Identify LMOD entry.         */
  UTIN((DSOMCMP1,SDSOMSD)    /* Add utility input…         */
       (DSOMCMP2,SDSOMSD))   /*  …subentry list.           */.
ADD LMOD(LMOD5)              /* Identify LMOD entry.         */
  SIDEDECKLIB(SGOSSD)        /* Add side deck library.       */.
ENDUCL                       /* End UCLIN processing.        */.