Example: Deleting an ORDER entry

The following UCL can be used to delete an ORDER entry:
SET      BDY(GLOBAL)        /* Set to global zone   */.
UCLIN                           /* Start UCLIN processing    */.
  DEL      ORDER(ORD00035)      /* Delete ORDER entry         */.
ENDUCL                          /* End UCLIN processing      */.

ORDER entries may reside only in the GLOBALZONE.