ERASE [ ISQL Reference Manual for ALLBASE/SQL and IMAGE/SQL ] MPE/iX 5.0 Documentation
ISQL Reference Manual for ALLBASE/SQL and IMAGE/SQL
ERASE
The ERASE command deletes a file.
Scope
ISQL only.
ISQL Syntax
ER[ASE] FileName
Parameters
FileName identifies the file to be erased. Name
qualification follows MPE/iX conventions:
FileName[/Lockword][.Group[.Account]]
Description
* In prompting mode, ISQL prompts you for a file name, as shown
here:
isql=> ERASE;
File name> FileName;
isql=>
Example
isql=> ERASE Old;
isql=>
MPE/iX 5.0 Documentation