Example: Adding a PRODUCT entry

Assume you have a product, SAMPLE V1R2, for which you want to create a description and put in an entry named "1234-567,1.2.0". You could set up a PRODUCT entry as follows:
    SET BDY(GLOBAL)                    /* Set to global zone        */.
    UCLIN                              /* Start UCLIN processing    */.
      ADD PRODUCT(1234-567,1.2.0)      /* Identify the product      */
          DESCRIPTION(SAMPLE)          /* - Name                    */
          VENDOR(IBM)                  /* - Vendor                  */
          PRODSUP((1234-456,01.04.00)) /* - Product sups            */
          SREL(Z038)                   /* - SREL                    */
          URL(http://www.ibm.com/)     /* URL                       */.
    ENDUCL                             /* End UCLIN processing      */.