SCF Reference Manual for the Kernel Subsystem
• You cannot use the DELETE command on the $ZZKRN Kernel subsystem manager process
itself.
• Wild-card support is limited to the trailing asterisk (*) for #gpname. However, you cannot use
an asterisk when deleting a subsystem manager. To delete a process configured with TYPE
SUBSYSTEM-MANAGER, you must specify the complete #gpname.
Examples
• This example shows how to delete a generic process named #MY-OWN:
-> DELETE PROCESS $ZZKRN.
• This example shows how to delete all generic processes whose names begin with
$ZZKRN.#MY*:
-> CONFIRM ON
-> DELETE PROCESS $ZZKRN.
Delete accepted by KERNEL: PROCESS \EAST.$ZZKRN.#MYPROC
DELETE Command for Using ASSIGNs, PARAMs, and DEFINEs
Usage of the DELETE command is similar to the DELETE command for a generic process.
• DELETE command for ASSIGN
DELETE [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
ASSIGN (logical-unit [, logical-unit]...)
• DELETE command for PARAM
DELETE [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
PARAM (PARAM-name [, PARAM-name]...)
• DELETE command for DEFINE
DELETE [ /OUT file-spec / ] PROCESS $ZZKRN.#gpname,
DEFINE (DEFINE-name [, DEFINE-name]...)
Examples
• To delete a process specifying ASSIGN, PARAM, and DEFINE attributes, type:
-> DELETE PROCESS $ZZKRN.#GP
• To delete the ASSIGN, PARAM, or DEFINE attribute of a generic process, type respectively:
-> DELETE PROCESS $ZZKRN.#GP, ASSIGN ABC
-> DELETE PROCESS $ZZKRN.#GP, PARAM ABC
-> DELETE PROCESS $ZZKRN.#GP, DEFINE =ABC
• To delete multiple ASSIGN or PARAM attributes from a generic process, type respectively:
-> DELETE PROCESS $zzkrn.#gp, ASSIGN (ABC1, ABC2, ABC3)
-> DELETE PROCESS $zzkrn.#gp, PARAM (ABC1, ABC2, ABC3)
• To delete all the ASSIGNs, PARAMs, or DEFINEs of a generic process, type respectively:
-> DELETE PROCESS $ZZKRN.#GP, ASSIGN (*)
-> DELETE PROCESS $ZZKRN.#GP, PARAM (*)
-> DELETE PROCESS $ZZKRN.#GP, DEFINE (*)
Consideration
You cannot delete ASSIGNs, PARAMs, and DEFINEs in a single command line.
DELETE Command (Sensitive Command) 99