HPlogo ALLBASE/ISQL Reference Manual: HP 9000 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 HP-UX conventions:

 



[PathName/]FileName

Unless you specify an absolute path name, ISQL assumes that any path name you specify is relative to your current working directory.

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