Example: Adding a FEATURE entry
Assume you have a feature, named Sample Feature, for which you
want to create a description and put in an entry named SAMPFEAT. You
could set up a FEATURE entry as follows:
SET BDY(GLOBAL) /* Set to global zone */.
UCLIN /* Start UCLIN processing */.
ADD FEATURE(SAMPFEAT) /* Identify the feature: */
DESCRIPTION(Sample Feature) /* - Name */
PRODUCT(1234-ABC,02.05.00) /* - Owning product */
FMID(XYZ1234) /* - FMID */.
ENDUCL /* End UCLIN processing */.