The CEDA REMOVE command

Remove a group name from a list.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-CEDA--Remove--Group(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 may have requested that the group 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)