The DFHCSDUP REMOVE command

Remove a group name from a list.

Read syntax diagramSkip visual syntax diagramREMOVE syntax
 
>>-Remove--Group(groupname)--LIst(listname)--------------------><
 

Description

The group, and all its resource definitions, still exists on the CSD file.

Options

Group(groupname)
specifies the name of the group to be removed. Do not use a generic group name.
LIst(listname)
specifies the name of the list from which a group is to be removed. Do not use a generic list name. When the last group is removed from a list, the list no longer exists on the CSD file.

Examples

A list LL02 contains the following groups:

G001  G002  G003  G004

To remove group G003:

REMOVE GROUP(G003) LIST(LL02)

This leaves:

G001  G002  G004

Back to full list of commands: Resource management utility DFHCSDUP commands

[[ Contents Previous Page | Next Page Index ]]