 |
» |
|
|
|
Invokes the current editor. Scope |  |
SQLGEN Only SQLGEN Syntax |  |
Parameters |  |
- FileName
identifies the file you want to edit. Name
qualification follows HP-UX conventions:
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
>>
|
|