_dderase.utl Utility- Erase Data File
Syntax
call "_dderase.utl",fileid${,options$}
Description
The _dderase.utl utility removes a file from disk. It has no effect on the data dictionary files.
Parameter |
Description |
fileid$ |
File alias (key to the dictionary). |
options$ |
"s" Silent. |
Example
The following looks up the file name associated with the alias, "ACCOUNT", prompts the user to confirm or reject erasing the file:
CALL STBL("BBEXT")+"_dderase.utl","ACCOUNT"