Museum

Home

Lab Overview

Retrotechnology Articles

⇒ Online Manual

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

TRANSACTION

More Information

RDB/VMS SQL SET — VMS SQLdev_2.0

 SET ───┬───> 
D

I

C

T

I

O

N

A

R

Y
───> path-name ──────┬───> ├───> 
E

D

I

T
───┬──> 
K

E

E

P
───> n ──┬────┤ │ ├──> 
N

O

K

E

E

P
───────┤ │ │ └──> 
P

U

R

G

E
────────┘ │ ├───> 
O

U

T

P

U

T
────┬─────────────────┬──┤ │ └──> file-spec ───┘ │ ├───> 
N

O

O

U

T

P

U

T
───────────────────────┤ ├───> 
V

E

R

I

F

Y
─────────────────────────┤ └───> 
N

O

V

E

R

I

F

Y
───────────────────────┘

Additional information available:

TRANSACTION

More Information

More Information

 SET DICTIONARY changes your default data dictionary dictionary
 directory to the path name you specify.

 SET EDIT controls the size of the editing buffer that you create
 when you use the EDIT statement with a wildcard as the argument.
 The default is 20.  SET EDIT NOKEEP is equivalent to SET EDIT
 KEEP 0.  If you use this form of the statement and you type EDIT
 or EDIT *, your editing buffer is empty.  SET EDIT PURGE retains
 the value of the KEEP parameter but purges all the previous
 statements.

 SET OUTPUT file-spec starts a log file of the SQL statements you
 issue and their results.  SET NOOUTPUT suspends writing to the
 output file.

 SET VERIFY displays indirect command files at your terminal as
 you run them.  SET NOVERIFY disables display or indirect command
 files.  NOVERIFY is the default setting.

TRANSACTION

 Type HELP SET_TRANSACTION at the SQL> prompt for help on SET
 TRANSACTION.

Typewritten Software • bear@typewritten.org • Edmonds, WA 98026