Open System Services Management and Operations Guide (G06.25+, H06.03+)

Open System Services Monitor
Open System Services Management and Operations Guide527191-002
12-40
DELETE FILESET Command
DELETE FILESET Command
The DELETE FILESET command removes an OSS fileset from the configuration
administered through the OSS Monitor. This command affects the contents of the
ZOSSFSET file.
The syntax of the DELETE FILESET command is:
OUT filename
specifies the name of a Guardian output file for informational messages. You can
either read this file with a text editor or display it with the FUP COPY command.
FILESET [$ZPMON.]filesetname
specifies the name of the fileset you are deleting. Only names currently defined in
the ZOSSFSET file are valid values.
The $ZPMON prefix can be omitted if you have previously specified $ZPMON in an
SCF ASSUME command.
Considerations
The DELETE FILESET command can be used only by the super ID (255,255).
You can use the DELETE FILESET command only on a fileset that is in the
STOPPED or UNKNOWN state.
If the fileset contains files, all of those files and the catalog files are deleted.
The user is prompted for confirmation before the fileset is deleted.
The DELETE FILESET command does not delete the root fileset.
Example
To delete the fileset USER1 and send informational messages to the file CMDLOG,
enter the following command:
DELETE /OUT CMDLOG/ FILESET $ZPMON.USER1
DELETE [ /OUT filename/ ] FILESET [$ZPMON.]filesetname