Example 2: Changing the SMPOUT page length

Assume that you want to modify the OPTIONS entry created in Example 1: Connecting an OPTIONS entry to UTILITY entries to indicate that your printer now prints 120 lines per page. The following UCL will do this:
SET      BDY(GLOBAL)        /* Set to global zone.      */.
UCLIN                       /*                          */.
ADD      OPTIONS(OPT1)      /* Add because page length is
                               not there yet.           */
         PAGELEN(120)       /* Change page length.      */
                            /*                          */.
ENDUCL                      /*                          */.