The CEDA REMOVE command

Use the CEDA REMOVE command to remove the name of a group from a list.

Syntax

Read syntax diagramSkip visual syntax diagramCEDARemoveGroup( groupname)LISt( listname)

Description

The group, and all its resource definitions, still exists on the CSD file. When the last group is removed from a list, the list no longer exists on the CSD file.

A generic list name is not accepted.

A generic group name can be specified to remove many or all groups from a list with one command.

When a group is deleted, the user can request the group to be removed from all lists that had contained it. When the last group is removed from a list, the list is deleted.

Options

Group(groupname)
specifies the group to be removed.
List(listname)
specifies the list from which the group is to be removed.

Examples

  • A list LL02 contains the following groups:
    • G001
    • X001
    • XG001
    • G002
    • G003
    • X002
    • G004
    To remove all groups beginning with G:
    REMOVE GROUP(G*) LIST(LL02)
    This leaves:
    • X001
    • XG001
    • X002
  • To remove the list completely:
    REMOVE GROUP(*) LIST(LL02)