HPlogo ALLBASE/SQL Database Administration Guide: HP 3000 MPE/iX Computer Systems > Appendix G SQLGEN

SET EDITOR

» 

Technical documentation

Complete book in PDF
» Feedback

 » Table of Contents

 » Index

Defines the editor invoked when the EDITOR command is used.

Scope

SQLGEN Only

SQLGEN Syntax

>> SE[T] ED[ITOR]

Description

SET EDITOR is used to define the editor used by the EDITOR command (see Example 1 below). In addition to entering a SET EDITOR command, it is also possible to SET the EDITOR with a command argument when you run SQLGEN. The name of the editor must meet operating system naming conventions and must be preceded by 'ED=' in the INFO string (see example 2 below). The default editor is EDITOR.PUB.SYS.

Example 1

 

   >> set editor

   Current Editor:  EDITOR.PUB.SYS



   Enter Editor Name, or '//' to keep current Editor

   Editor >> TDP



   Current Editor:  TDP.PUB.SYS



   >>

Example 2

    RUN SQLGEN.PUB.SYS;INFO="ED=TDP.PUB.SYS"


Feedback to webmaster