HPlogo ALLBASE/SQL Database Administration Guide: HP 9000 Computer Systems > Appendix G SQLGEN

EDITOR

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Invokes the current editor.

Scope

SQLGEN Only

SQLGEN Syntax

>> ED[ITOR] [Filename]

Parameters

FileName

identifies the file you want to edit. Name qualification follows HP-UX conventions:

   [pathname/]filename

Unless you specify a full pathname, SQLGEN assumes any pathname you specify is relative to your current working directory.

Description

  • EDITOR is used to invoke the current editor. The default editor is /usr/bin/vi. (Use the SET EDITOR command to redefine the current editor.)

Example

   >> ed startup



   connect to 'ptstdb'

   create dbefileset fset0;

   create dbefileset fset1;

   create dbefileset fset2;

       .          .

       .          .

       .          .

   "startup" 254 lines, 10954 characters

   :q

   >>
Feedback to webmaster