delete-account

delete-account


delete Index Level delete-file
Syntax delete-account account.name
Category TCL
Type Verb
Description deletes an entire account, and all the associated files, returning the space used to the overflow table and removing the account name from the "mds" file (in D3), or the "SYSTEM" file (in R83).

In D3, the "account.name" is NOT optional, and must be provided with the command. In R83, the "account.name" is optional, and the process prompts for it if not provided on the command line.

The prompt, "DISPLAY FILES BEFORE DELETING (<Y>,N)? ", appears after invoking "delete-account". A "y" response displays each file in the account,

This should only be executed from the "dm" account (in D3) or the "SYSPROG" account (in R83), with all other users logged off.  After all of the files to be deleted have optionally been listed, the operator is asked if the account should still be deleted. This requires a "y" or "n" response prior to deletion.
Options
See Also delete.account admin.maint delete delete-file del-acc (R83) account-maint caf
Example delete-account old.production
Warnings
Compatibility D3 7.0 AP R83
delete Index Level delete-file