This statement can be used to remove from a directory file information on all or selected files that resided on a specified pubset at any given save time.
REMOVE-CATID |
DIRECTORY-NAME = <filename 1..54> ,CATID = <cat-id> ,USER = *ALL / <name 1..8> ,FILE-NAME = *ALL / *NONE / <filename 1..80 with-wild> ,JV-NAME = *ALL / *NONE / <filename 1..80 with-wild> ,NEW-DIRECTORY-NAME = <filename 1..54> |
DIRECTORY-NAME = <filename 1..54>
Fully qualified path name of the directory file from which a catalog ID is to be removed.
CATID = <cat-id>
Catalog ID of the files to be removed.
USER =
User whose files are to be removed from the directory file.
USER = *ALL
All users whose files reside on the specified catalog ID are to be removed.
USER = <name 1..8>
ID of the user whose files are to be removed.
FILE-NAME =
Name of the files which are to be removed from the directory file.
FILE-NAME = *ALL
All files of the specified users are to be removed.
FILE-NAME = *NONE
No files are to be removed.
FILE-NAME = <filename 1..80 with-wild>
The name of the files which are to be removed is entered directly. It must be fully or partially qualified without a catalog ID and user ID. This name is extended by the catalog ID and user ID which are specified in the other operands.
JV-NAME =
Name of the job variables to be removed from the directory file.
JV-NAME = *ALL
All job variables of the specified users are to be removed.
JV-NAME = *NONE
No job variables are to be removed.
JV-NAME = <filename 1..80 with-wild>
The name of the job variables which are to be removed is entered directly. It must be fully or partially qualified without a catalog ID and user ID. This name is extended by the catalog ID and user ID which are specified in the other operands.
NEW-DIRECTORY-NAME = <filename 1..54>
Fully qualified path name of the new directory file.