Previous Topic: The Delete Subsystem ActionNext Topic: The Delete System Action


Delete Subsystem Syntax

►►─ DELete SUBSystem ─ subsystem-name ────────────────────────────────────────►

 ►─ FROm ─ ENVironment ─ environment-name ─ SYStem ─ system-name ─ . ──────────►◄

DELETE SUBSYSTEM subsystem-name

The DELETE SUBSYSTEM clause identifies the 1- to 8-character name of the subsystem you are deleting. You can partially or fully wildcard subsystem name.

FROM ENVIRONMENT environment-name
SYSTEM system-name

The FROM clause identifies the inventory location to which the subsystem is defined. Names you use in the FROM clause must be fully specified.

Example: Delete Subsystem SCL

The following is an example of the DELETE SUBSYSTEM SCL. The example deletes all subsystems using environment DEVEL, and system ACCT.

DELETE  SUBSYSTEM "*"
   FROM ENVIRONMENT "DEVEL"
    		SYSTEM "ACCT" .