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

RENAME

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

The RENAME command changes the name of a file.

Scope

ISQL only.

ISQL Syntax

REN [AME] OldFileName NewFileName

Parameters

OldFileName

identifies the file to be renamed. Name qualification follows MPE/iX conventions:

   FileName[/Lockword][.Group[.Account]]

NewFileName

is the new name. File name qualification follows the conventions given for OldFileName.

Description

In prompting mode, ISQL prompts you for the old and new command file names:



   isql=> RENAME;

   Existing file name> OldFileName;

   New name> NewFileName;

   isql=>

Example



   isql=> RENAME Daily Stats;

   isql=>
Feedback to webmaster