Example 3: Rejecting selected SYSMODs that have been applied (select mode)
Assume that you have applied a specific user modification but have
not accepted it. You want to reject the current version, update the
SYSMOD, and then reapply it. You can use the following commands:
SET BDY(GLOBAL) /* Set to global zone. */.
REJECT S(MYMOD01) /* Reject this SYSMOD */
BYPASS( /* even though it was */
APPCHK) /* applied. */.