HPlogo ISQL Reference Manual for ALLBASE/SQL and IMAGE/SQL: HP 3000 MPE/iX Computer Systems > Chapter 4 ISQL Commands

ERASE

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

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=>
Feedback to webmaster