STARTDBE Command File /*This file creates the PartsDBE DBEnvironment with MULTI user mode and dual logging. */ START DBE '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';