SMP/E for z/OS Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 5: UCLIN to change an ORDER retention subentry in an OPTIONS entry in the global zone

SMP/E for z/OS Commands
SA23-2275-01

You can use the following commands to change the Order Retention (ORDERRET) to 0 days:
SET      BDY(GLOBAL)         /* Set to GLOBAL zone        */.
UCLIN                       			/* Start UCLIN processing    */.
  REP OPTIONS(SOMEOPTS)           /*                           */
      ORDERRET(0)							/* Change ORDERRET to 0 days  */.
ENDUCL                            /*  End UCLIN processing     */.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014