Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


IBM i delete (Delete) Command

The delete (Delete) command in the UDM for IBM i LIB file system takes the following form:

delete Command Requirements

The delete command has the following requirements:

  • It can be used to remove files and members, but not libraries.

Note

For the protection of the file system, UDM for IBM i does not allow users to delete libraries.

delete Command Forms

With UDM for IBM i, the file mask, which can contain wild cards in any portion (library, file and member) takes one of the following forms.
 

Name

Description

DELETE logical-name=LIBRARY/FILE

Deletes any files (including Save files) in the libraries that match the mask.

DELETE logical-name=FILE

Deletes any files (including Save files) in the current directory (library) that match the mask.

DELETE logical-name=LIBRARY/FILE(MEMBER)

Deletes any members where the library, file, and member portions of their fully qualified names match the appropriate elements of the mask.

DELETE logical-name=FILE(MEMBER)

Deletes any members in the current directory whose file and member portions of their fully qualified names match the appropriate elements of the mask.

  • No labels