HP 3000 Manuals

SET EDITOR [ ALLBASE/SQL Database Administration Guide ] MPE/iX 5.5 Documentation


ALLBASE/SQL Database Administration Guide

SET EDITOR 

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" 



MPE/iX 5.5 Documentation