ALLBASE/SQL Reference Manual (36216-90216)

630 AppendixC
Sample DBEnvironment
STARTDBE Command File
STARTDBE Command File
/*This file creates the PartsDBE DBEnvironment with MULTI user mode and dual
logging. */
START DBE 'sampledb/PartsDBE' MULTI NEW
DUAL LOG,
TRANSACTION = 5,
DBEFILE0 DBEFILE PartsDBE0
WITH PAGES = 150,
NAME = 'PartsF0',
LOG DBEFILE PartsDBELog1 AND PartsDBELog2
WITH PAGES = 256,
NAME = 'PartsLG1' AND 'PartsLG2';