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


Delete System Syntax

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

DELETE SYSTEM system-name

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

FROM ENVIRONMENT environment-clause

The FROM ENVIRONMENT clause identifies the environment to which the system is defined. You must use fully specified environment name.

Example: Delete System SCL

The following is an example of the DELETE SYSTEM SCL. The example deletes a system named ACCT from environment DEVEL.

DELETE SYSTEM "ACCT"
   FROM ENVIRONMENT "DEVEL" .