HP 3000 Manuals

STARTDBE Command File [ ALLBASE/SQL Reference Manual ] MPE/iX 5.5 Documentation


ALLBASE/SQL Reference Manual

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';



MPE/iX 5.5 Documentation